Uses of Interface
software.amazon.awssdk.services.sns.SnsAsyncClient
-
Packages that use SnsAsyncClient Package Description software.amazon.awssdk.services.sns Amazon Simple Notification Service software.amazon.awssdk.services.sns.paginators -
-
Uses of SnsAsyncClient in software.amazon.awssdk.services.sns
Methods in software.amazon.awssdk.services.sns that return SnsAsyncClient Modifier and Type Method Description static SnsAsyncClientSnsAsyncClient. create()Create aSnsAsyncClientwith the region loaded from theDefaultAwsRegionProviderChainand credentials loaded from theDefaultCredentialsProvider. -
Uses of SnsAsyncClient in software.amazon.awssdk.services.sns.paginators
Constructors in software.amazon.awssdk.services.sns.paginators with parameters of type SnsAsyncClient Constructor Description ListEndpointsByPlatformApplicationPublisher(SnsAsyncClient client, ListEndpointsByPlatformApplicationRequest firstRequest)ListOriginationNumbersPublisher(SnsAsyncClient client, ListOriginationNumbersRequest firstRequest)ListPhoneNumbersOptedOutPublisher(SnsAsyncClient client, ListPhoneNumbersOptedOutRequest firstRequest)ListPlatformApplicationsPublisher(SnsAsyncClient client, ListPlatformApplicationsRequest firstRequest)ListSMSSandboxPhoneNumbersPublisher(SnsAsyncClient client, ListSmsSandboxPhoneNumbersRequest firstRequest)ListSubscriptionsByTopicPublisher(SnsAsyncClient client, ListSubscriptionsByTopicRequest firstRequest)ListSubscriptionsPublisher(SnsAsyncClient client, ListSubscriptionsRequest firstRequest)ListTopicsPublisher(SnsAsyncClient client, ListTopicsRequest firstRequest)
-