Java com.amazonaws.services.kinesis AmazonKinesisAsyncClient fields, constructors, methods, implement or subclass

Example usage for Java com.amazonaws.services.kinesis AmazonKinesisAsyncClient fields, constructors, methods, implement or subclass

Introduction

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

The text is from its open source code.

Constructor

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

Method

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