Package | Description |
---|---|
com.amazonaws.services.dynamodbv2 |
|
com.amazonaws.services.dynamodbv2.model |
Modifier and Type | Method and Description |
---|---|
ListStreamsResult |
AmazonDynamoDBStreams.listStreams(ListStreamsRequest listStreamsRequest)
Returns an array of stream ARNs associated with the current account and endpoint.
|
ListStreamsResult |
AbstractAmazonDynamoDBStreams.listStreams(ListStreamsRequest request) |
ListStreamsResult |
AmazonDynamoDBStreamsClient.listStreams(ListStreamsRequest request)
Returns an array of stream ARNs associated with the current account and endpoint.
|
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) |
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) |
Future<ListStreamsResult> |
AmazonDynamoDBStreamsAsyncClient.listStreamsAsync(ListStreamsRequest request,
AsyncHandler<ListStreamsRequest,ListStreamsResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
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) |
Future<ListStreamsResult> |
AmazonDynamoDBStreamsAsyncClient.listStreamsAsync(ListStreamsRequest request,
AsyncHandler<ListStreamsRequest,ListStreamsResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
ListStreamsRequest |
ListStreamsRequest.clone() |
ListStreamsRequest |
ListStreamsRequest.withExclusiveStartStreamArn(String exclusiveStartStreamArn)
The ARN (Amazon Resource Name) of the first item that this operation will evaluate.
|
ListStreamsRequest |
ListStreamsRequest.withLimit(Integer limit)
The maximum number of streams to return.
|
ListStreamsRequest |
ListStreamsRequest.withTableName(String tableName)
If this parameter is provided, then only the streams associated with this table name are returned.
|
Copyright © 2018. All rights reserved.