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

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

Introduction

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

The text is from its open source code.

Constructor

AmazonDynamoDBStreamsClient()
Constructs a new client to invoke service methods on Amazon DynamoDB Streams.
AmazonDynamoDBStreamsClient(ClientConfiguration clientConfiguration)
Constructs a new client to invoke service methods on Amazon DynamoDB Streams.
AmazonDynamoDBStreamsClient(AWSCredentials awsCredentials)
Constructs a new client to invoke service methods on Amazon DynamoDB Streams using the specified AWS account credentials.
AmazonDynamoDBStreamsClient(AWSCredentialsProvider awsCredentialsProvider)
Constructs a new client to invoke service methods on Amazon DynamoDB Streams using the specified AWS account credentials provider.
AmazonDynamoDBStreamsClient(AwsSyncClientParams clientParams)
Constructs a new client to invoke service methods on Amazon DynamoDB Streams using the specified parameters.

Method

voidconfigureRegion(Regions region)
Convenient method for setting region.
DescribeStreamResultdescribeStream(DescribeStreamRequest request)

Returns information about a stream, including the current status of the stream, its Amazon Resource Name (ARN), the composition of its shards, and its corresponding DynamoDB table.

voidshutdown()
Shuts down this client object, releasing any resources that might be held open.