Java com.amazonaws.services.dynamodbv2 AmazonDynamoDBAsyncClient fields, constructors, methods, implement or subclass

Example usage for Java com.amazonaws.services.dynamodbv2 AmazonDynamoDBAsyncClient fields, constructors, methods, implement or subclass

Introduction

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

The text is from its open source code.

Constructor

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

Method

voidsetEndpoint(String endpoint)
Overrides the default endpoint for this client ("https://dynamodb.us-east-1.amazonaws.com").
voidsetRegion(Region region)
An alternative to AmazonDynamoDB#setEndpoint(String) , sets the regional endpoint for this client's service calls.