Package-level declarations
Inherited functions
Link copied to clipboard
fun IotDataPlaneClient.listRetainedMessagesPaginated(initialRequest: ListRetainedMessagesRequest = ListRetainedMessagesRequest { }): Flow<ListRetainedMessagesResponse>
fun IotDataPlaneClient.listRetainedMessagesPaginated(block: ListRetainedMessagesRequest.Builder.() -> Unit): Flow<ListRetainedMessagesResponse>
Paginate over ListRetainedMessagesResponse results.
Link copied to clipboard
fun IotDataPlaneClient.listSubscriptionsPaginated(initialRequest: ListSubscriptionsRequest): Flow<ListSubscriptionsResponse>
fun IotDataPlaneClient.listSubscriptionsPaginated(block: ListSubscriptionsRequest.Builder.() -> Unit): Flow<ListSubscriptionsResponse>
Paginate over ListSubscriptionsResponse results.
Link copied to clipboard
This paginator transforms the flow returned by listRetainedMessagesPaginated to access the nested member RetainedMessageSummary
Link copied to clipboard
This paginator transforms the flow returned by listSubscriptionsPaginated to access the nested member SubscriptionSummary