Package-level declarations

Inherited functions

Link copied to clipboard
@JvmName(name = "describeCasesResponseCaseDetails")
fun Flow<DescribeCasesResponse>.cases(): Flow<CaseDetails>

This paginator transforms the flow returned by describeCasesPaginated to access the nested member CaseDetails

Link copied to clipboard
@JvmName(name = "describeCommunicationsResponseCommunication")
fun Flow<DescribeCommunicationsResponse>.communications(): Flow<Communication>

This paginator transforms the flow returned by describeCommunicationsPaginated to access the nested member Communication

Link copied to clipboard