| Package | Description |
|---|---|
| software.amazon.awssdk.services.dynamodb.streams |
|
| software.amazon.awssdk.services.dynamodb.streams.paginators | |
| software.amazon.awssdk.services.dynamodb.streams.transform |
| Modifier and Type | Method and Description |
|---|---|
default DescribeStreamResponse |
DynamoDbStreamsClient.describeStream(DescribeStreamRequest describeStreamRequest)
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.
|
default CompletableFuture<DescribeStreamResponse> |
DynamoDbStreamsAsyncClient.describeStream(DescribeStreamRequest describeStreamRequest)
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.
|
default DescribeStreamIterable |
DynamoDbStreamsClient.describeStreamPaginator(DescribeStreamRequest describeStreamRequest)
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.
|
default DescribeStreamPublisher |
DynamoDbStreamsAsyncClient.describeStreamPaginator(DescribeStreamRequest describeStreamRequest)
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.
|
| Constructor and Description |
|---|
DescribeStreamIterable(DynamoDbStreamsClient client,
DescribeStreamRequest firstRequest) |
DescribeStreamPublisher(DynamoDbStreamsAsyncClient client,
DescribeStreamRequest firstRequest) |
| Modifier and Type | Method and Description |
|---|---|
SdkHttpFullRequest |
DescribeStreamRequestMarshaller.marshall(DescribeStreamRequest describeStreamRequest) |
Copyright © 2019. All rights reserved.