Package | Description |
---|---|
com.amazonaws.services.dynamodbv2 | |
com.amazonaws.services.dynamodbv2.model | |
com.amazonaws.services.dynamodbv2.model.transform |
Modifier and Type | Method and Description |
---|---|
ListStreamsResult |
AmazonDynamoDBStreamsClient.listStreams(ListStreamsRequest listStreamsRequest)
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 |
---|---|
java.util.concurrent.Future<ListStreamsResult> |
AmazonDynamoDBStreamsAsyncClient.listStreamsAsync(ListStreamsRequest request) |
java.util.concurrent.Future<ListStreamsResult> |
AmazonDynamoDBStreamsAsync.listStreamsAsync(ListStreamsRequest listStreamsRequest)
Returns an array of stream ARNs associated with the current account and
endpoint.
|
java.util.concurrent.Future<ListStreamsResult> |
AbstractAmazonDynamoDBStreamsAsync.listStreamsAsync(ListStreamsRequest request) |
java.util.concurrent.Future<ListStreamsResult> |
AmazonDynamoDBStreamsAsyncClient.listStreamsAsync(ListStreamsRequest request,
AsyncHandler<ListStreamsRequest,ListStreamsResult> asyncHandler) |
java.util.concurrent.Future<ListStreamsResult> |
AmazonDynamoDBStreamsAsync.listStreamsAsync(ListStreamsRequest listStreamsRequest,
AsyncHandler<ListStreamsRequest,ListStreamsResult> asyncHandler)
Returns an array of stream ARNs associated with the current account and
endpoint.
|
java.util.concurrent.Future<ListStreamsResult> |
AbstractAmazonDynamoDBStreamsAsync.listStreamsAsync(ListStreamsRequest request,
AsyncHandler<ListStreamsRequest,ListStreamsResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
java.util.concurrent.Future<ListStreamsResult> |
AmazonDynamoDBStreamsAsyncClient.listStreamsAsync(ListStreamsRequest request,
AsyncHandler<ListStreamsRequest,ListStreamsResult> asyncHandler) |
java.util.concurrent.Future<ListStreamsResult> |
AmazonDynamoDBStreamsAsync.listStreamsAsync(ListStreamsRequest listStreamsRequest,
AsyncHandler<ListStreamsRequest,ListStreamsResult> asyncHandler)
Returns an array of stream ARNs associated with the current account and
endpoint.
|
java.util.concurrent.Future<ListStreamsResult> |
AbstractAmazonDynamoDBStreamsAsync.listStreamsAsync(ListStreamsRequest request,
AsyncHandler<ListStreamsRequest,ListStreamsResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
ListStreamsResult |
ListStreamsResult.clone() |
ListStreamsResult |
ListStreamsResult.withLastEvaluatedStreamArn(java.lang.String lastEvaluatedStreamArn)
The stream ARN of the item where the operation stopped, inclusive of the
previous result set.
|
ListStreamsResult |
ListStreamsResult.withStreams(java.util.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.
|
Modifier and Type | Method and Description |
---|---|
ListStreamsResult |
ListStreamsResultJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |