Uses of Interface
software.amazon.awssdk.services.sns.SnsClient
-
Packages that use SnsClient Package Description software.amazon.awssdk.services.sns Amazon Simple Notification Service software.amazon.awssdk.services.sns.paginators -
-
Uses of SnsClient in software.amazon.awssdk.services.sns
Methods in software.amazon.awssdk.services.sns that return SnsClient Modifier and Type Method Description static SnsClientSnsClient. create()Create aSnsClientwith the region loaded from theDefaultAwsRegionProviderChainand credentials loaded from theDefaultCredentialsProvider. -
Uses of SnsClient in software.amazon.awssdk.services.sns.paginators
Constructors in software.amazon.awssdk.services.sns.paginators with parameters of type SnsClient Constructor Description ListEndpointsByPlatformApplicationIterable(SnsClient client, ListEndpointsByPlatformApplicationRequest firstRequest)ListOriginationNumbersIterable(SnsClient client, ListOriginationNumbersRequest firstRequest)ListPhoneNumbersOptedOutIterable(SnsClient client, ListPhoneNumbersOptedOutRequest firstRequest)ListPlatformApplicationsIterable(SnsClient client, ListPlatformApplicationsRequest firstRequest)ListSMSSandboxPhoneNumbersIterable(SnsClient client, ListSmsSandboxPhoneNumbersRequest firstRequest)ListSubscriptionsByTopicIterable(SnsClient client, ListSubscriptionsByTopicRequest firstRequest)ListSubscriptionsIterable(SnsClient client, ListSubscriptionsRequest firstRequest)ListTopicsIterable(SnsClient client, ListTopicsRequest firstRequest)
-