Uses of Interface
software.amazon.awssdk.services.sns.SnsAsyncClient
Packages that use SnsAsyncClient
Package
Description
-
Uses of SnsAsyncClient in software.amazon.awssdk.services.sns
Methods in software.amazon.awssdk.services.sns that return SnsAsyncClientModifier and TypeMethodDescriptionstatic 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 SnsAsyncClientModifierConstructorDescriptionListEndpointsByPlatformApplicationPublisher(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)