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) |
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 |
---|---|
ListStreamsRequest |
ListStreamsRequest.clone() |
ListStreamsRequest |
ListStreamsRequest.withExclusiveStartStreamArn(java.lang.String exclusiveStartStreamArn)
The ARN (Amazon Resource Name) of the first item that this operation will
evaluate.
|
ListStreamsRequest |
ListStreamsRequest.withLimit(java.lang.Integer limit)
The maximum number of streams to return.
|
ListStreamsRequest |
ListStreamsRequest.withTableName(java.lang.String tableName)
If this parameter is provided, then only the streams associated with this
table name are returned.
|
Modifier and Type | Method and Description |
---|---|
Request<ListStreamsRequest> |
ListStreamsRequestMarshaller.marshall(ListStreamsRequest listStreamsRequest) |
Modifier and Type | Method and Description |
---|---|
Request<ListStreamsRequest> |
ListStreamsRequestMarshaller.marshall(ListStreamsRequest listStreamsRequest) |