Package-level declarations
Inherited functions
Link copied to clipboard
This paginator transforms the flow returned by describeCasesPaginated to access the nested member CaseDetails
Link copied to clipboard
This paginator transforms the flow returned by describeCommunicationsPaginated to access the nested member Communication
Link copied to clipboard
fun SupportClient.describeCasesPaginated(initialRequest: DescribeCasesRequest = DescribeCasesRequest { }): Flow<DescribeCasesResponse>
fun SupportClient.describeCasesPaginated(block: DescribeCasesRequest.Builder.() -> Unit): Flow<DescribeCasesResponse>
Paginate over DescribeCasesResponse results.
Link copied to clipboard
fun SupportClient.describeCommunicationsPaginated(initialRequest: DescribeCommunicationsRequest): Flow<DescribeCommunicationsResponse>
fun SupportClient.describeCommunicationsPaginated(block: DescribeCommunicationsRequest.Builder.() -> Unit): Flow<DescribeCommunicationsResponse>
Paginate over DescribeCommunicationsResponse results.