Package-level declarations

Inherited functions

Link copied to clipboard
@JvmName(name = "listBrokersResponseBrokerSummary")
fun Flow<ListBrokersResponse>.brokerSummaries(): Flow<BrokerSummary>

This paginator transforms the flow returned by listBrokersPaginated to access the nested member BrokerSummary

Link copied to clipboard
fun MqClient.listBrokersPaginated(initialRequest: ListBrokersRequest = ListBrokersRequest { }): Flow<ListBrokersResponse>

Paginate over ListBrokersResponse results.

Link copied to clipboard
@JvmName(name = "describeSharedResourcesResponseSharedResource")
fun Flow<DescribeSharedResourcesResponse>.sharedResources(): Flow<SharedResource>

This paginator transforms the flow returned by describeSharedResourcesPaginated to access the nested member SharedResource