Uses of Class
com.amazonaws.services.dynamodbv2.model.ListStreamsRequest
-
Packages that use ListStreamsRequest Package Description com.amazonaws.services.dynamodbv2 com.amazonaws.services.dynamodbv2.model -
-
Uses of ListStreamsRequest in com.amazonaws.services.dynamodbv2
Methods in com.amazonaws.services.dynamodbv2 with parameters of type ListStreamsRequest Modifier and Type Method Description ListStreamsResult
AbstractAmazonDynamoDBStreams. listStreams(ListStreamsRequest request)
ListStreamsResult
AmazonDynamoDBStreams. listStreams(ListStreamsRequest listStreamsRequest)
Returns an array of stream ARNs associated with the current account and endpoint.ListStreamsResult
AmazonDynamoDBStreamsClient. listStreams(ListStreamsRequest listStreamsRequest)
Returns an array of stream ARNs associated with the current account and endpoint.Future<ListStreamsResult>
AbstractAmazonDynamoDBStreamsAsync. listStreamsAsync(ListStreamsRequest request)
Future<ListStreamsResult>
AbstractAmazonDynamoDBStreamsAsync. listStreamsAsync(ListStreamsRequest request, AsyncHandler<ListStreamsRequest,ListStreamsResult> asyncHandler)
Future<ListStreamsResult>
AmazonDynamoDBStreamsAsync. listStreamsAsync(ListStreamsRequest listStreamsRequest)
Returns an array of stream ARNs associated with the current account and endpoint.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>
AmazonDynamoDBStreamsAsyncClient. listStreamsAsync(ListStreamsRequest request)
Future<ListStreamsResult>
AmazonDynamoDBStreamsAsyncClient. listStreamsAsync(ListStreamsRequest request, AsyncHandler<ListStreamsRequest,ListStreamsResult> asyncHandler)
Method parameters in com.amazonaws.services.dynamodbv2 with type arguments of type ListStreamsRequest Modifier and Type Method Description Future<ListStreamsResult>
AbstractAmazonDynamoDBStreamsAsync. 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>
AmazonDynamoDBStreamsAsyncClient. listStreamsAsync(ListStreamsRequest request, AsyncHandler<ListStreamsRequest,ListStreamsResult> asyncHandler)
-
Uses of ListStreamsRequest in com.amazonaws.services.dynamodbv2.model
Methods in com.amazonaws.services.dynamodbv2.model that return ListStreamsRequest Modifier and Type Method 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.
-