Java com.amazonaws.services.sns AmazonSNSAsyncClient fields, constructors, methods, implement or subclass

Example usage for Java com.amazonaws.services.sns AmazonSNSAsyncClient fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.amazonaws.services.sns AmazonSNSAsyncClient.

The text is from its open source code.

Constructor

AmazonSNSAsyncClient(ClientConfiguration clientConfiguration)
Constructs a new asynchronous client to invoke service methods on Amazon SNS.
AmazonSNSAsyncClient(AWSCredentials awsCredentials)
Constructs a new asynchronous client to invoke service methods on Amazon SNS using the specified AWS account credentials.
AmazonSNSAsyncClient(AWSCredentialsProvider awsCredentialsProvider)
Constructs a new asynchronous client to invoke service methods on Amazon SNS using the specified AWS account credentials provider.
AmazonSNSAsyncClient(AwsAsyncClientParams asyncClientParams)
Constructs a new asynchronous client to invoke service methods on Amazon SNS using the specified parameters.
AmazonSNSAsyncClient(AWSCredentials awsCredentials, ExecutorService executorService)
Constructs a new asynchronous client to invoke service methods on Amazon SNS using the specified AWS account credentials and executor service.
AmazonSNSAsyncClient(AWSCredentialsProvider awsCredentialsProvider, ClientConfiguration clientConfiguration)
Constructs a new asynchronous client to invoke service methods on Amazon SNS using the provided AWS account credentials provider and client configuration options.
AmazonSNSAsyncClient(AWSCredentialsProvider awsCredentialsProvider, ExecutorService executorService)
Constructs a new asynchronous client to invoke service methods on Amazon SNS using the specified AWS account credentials provider and executor service.
AmazonSNSAsyncClient(AWSCredentials awsCredentials, ClientConfiguration clientConfiguration, ExecutorService executorService)
Constructs a new asynchronous client to invoke service methods on Amazon SNS using the specified AWS account credentials, executor service, and client configuration options.
AmazonSNSAsyncClient(AWSCredentialsProvider awsCredentialsProvider, ClientConfiguration clientConfiguration, ExecutorService executorService)
Constructs a new asynchronous client to invoke service methods on Amazon SNS using the specified AWS account credentials provider, executor service, and client configuration options.

Method

AmazonSNSAsyncClientBuilderasyncBuilder()
voidsetRegion(Region region)
An alternative to AmazonSNS#setEndpoint(String) , sets the regional endpoint for this client's service calls.