Package | Description |
---|---|
com.amazonaws.services.dynamodbv2 |
|
com.amazonaws.services.dynamodbv2.model |
Modifier and Type | Method and Description |
---|---|
ListStreamsResult |
AmazonDynamoDBStreamsClient.listStreams(ListStreamsRequest request)
Returns an array of stream ARNs associated with the current account and endpoint.
|
ListStreamsResult |
AmazonDynamoDBStreams.listStreams(ListStreamsRequest listStreamsRequest)
Returns an array of stream ARNs associated with the current account and endpoint.
|
ListStreamsResult |
AbstractAmazonDynamoDBStreams.listStreams(ListStreamsRequest request) |
Modifier and Type | Method and Description |
---|---|
Future<ListStreamsResult> |
AmazonDynamoDBStreamsAsyncClient.listStreamsAsync(ListStreamsRequest request) |
Future<ListStreamsResult> |
AmazonDynamoDBStreamsAsync.listStreamsAsync(ListStreamsRequest listStreamsRequest)
Returns an array of stream ARNs associated with the current account and endpoint.
|
Future<ListStreamsResult> |
AbstractAmazonDynamoDBStreamsAsync.listStreamsAsync(ListStreamsRequest request) |
Future<ListStreamsResult> |
AmazonDynamoDBStreamsAsyncClient.listStreamsAsync(ListStreamsRequest request,
AsyncHandler<ListStreamsRequest,ListStreamsResult> asyncHandler) |
Future<ListStreamsResult> |
AmazonDynamoDBStreamsAsync.listStreamsAsync(ListStreamsRequest listStreamsRequest,
AsyncHandler<ListStreamsRequest,ListStreamsResult> asyncHandler)
Returns an array of stream ARNs associated with the current account and endpoint.
|
Future<ListStreamsResult> |
AbstractAmazonDynamoDBStreamsAsync.listStreamsAsync(ListStreamsRequest request,
AsyncHandler<ListStreamsRequest,ListStreamsResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
Future<ListStreamsResult> |
AmazonDynamoDBStreamsAsyncClient.listStreamsAsync(ListStreamsRequest request,
AsyncHandler<ListStreamsRequest,ListStreamsResult> asyncHandler) |
Future<ListStreamsResult> |
AmazonDynamoDBStreamsAsync.listStreamsAsync(ListStreamsRequest listStreamsRequest,
AsyncHandler<ListStreamsRequest,ListStreamsResult> asyncHandler)
Returns an array of stream ARNs associated with the current account and endpoint.
|
Future<ListStreamsResult> |
AbstractAmazonDynamoDBStreamsAsync.listStreamsAsync(ListStreamsRequest request,
AsyncHandler<ListStreamsRequest,ListStreamsResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
ListStreamsResult |
ListStreamsResult.clone() |
ListStreamsResult |
ListStreamsResult.withLastEvaluatedStreamArn(String lastEvaluatedStreamArn)
The stream ARN of the item where the operation stopped, inclusive of the previous result set.
|
ListStreamsResult |
ListStreamsResult.withStreams(Collection<Stream> streams)
A list of stream descriptors associated with the current account and endpoint.
|
ListStreamsResult |
ListStreamsResult.withStreams(Stream... streams)
A list of stream descriptors associated with the current account and endpoint.
|
Copyright © 2022. All rights reserved.