Package-level declarations

Inherited functions

Link copied to clipboard
@JvmName(name = "listEndpointsByPlatformApplicationResponseEndpoint")
fun Flow<ListEndpointsByPlatformApplicationResponse>.endpoints(): Flow<Endpoint>

This paginator transforms the flow returned by listEndpointsByPlatformApplicationPaginated to access the nested member Endpoint

Link copied to clipboard
fun SnsClient.listTopicsPaginated(initialRequest: ListTopicsRequest = ListTopicsRequest { }): Flow<ListTopicsResponse>

Paginate over ListTopicsResponse results.

Link copied to clipboard
@JvmName(name = "listOriginationNumbersResponsePhoneNumberInformation")
fun Flow<ListOriginationNumbersResponse>.phoneNumbers(): Flow<PhoneNumberInformation>

This paginator transforms the flow returned by listOriginationNumbersPaginated to access the nested member PhoneNumberInformation

@JvmName(name = "listPhoneNumbersOptedOutResponsePhoneNumber")
fun Flow<ListPhoneNumbersOptedOutResponse>.phoneNumbers(): Flow<String>

This paginator transforms the flow returned by listPhoneNumbersOptedOutPaginated to access the nested member PhoneNumber

@JvmName(name = "listSmsSandboxPhoneNumbersResponseSmsSandboxPhoneNumber")
fun Flow<ListSmsSandboxPhoneNumbersResponse>.phoneNumbers(): Flow<SmsSandboxPhoneNumber>

This paginator transforms the flow returned by listSmsSandboxPhoneNumbersPaginated to access the nested member SmsSandboxPhoneNumber

Link copied to clipboard
@JvmName(name = "listPlatformApplicationsResponsePlatformApplication")
fun Flow<ListPlatformApplicationsResponse>.platformApplications(): Flow<PlatformApplication>

This paginator transforms the flow returned by listPlatformApplicationsPaginated to access the nested member PlatformApplication

Link copied to clipboard
@JvmName(name = "listSubscriptionsByTopicResponseSubscription")
fun Flow<ListSubscriptionsByTopicResponse>.subscriptions(): Flow<Subscription>

This paginator transforms the flow returned by listSubscriptionsByTopicPaginated to access the nested member Subscription

@JvmName(name = "listSubscriptionsResponseSubscription")
fun Flow<ListSubscriptionsResponse>.subscriptions(): Flow<Subscription>

This paginator transforms the flow returned by listSubscriptionsPaginated to access the nested member Subscription

Link copied to clipboard
@JvmName(name = "listTopicsResponseTopic")
fun Flow<ListTopicsResponse>.topics(): Flow<Topic>

This paginator transforms the flow returned by listTopicsPaginated to access the nested member Topic