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