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 ListStreamsResultAbstractAmazonDynamoDBStreams. listStreams(ListStreamsRequest request)ListStreamsResultAmazonDynamoDBStreams. listStreams(ListStreamsRequest listStreamsRequest)Returns an array of stream ARNs associated with the current account and endpoint.ListStreamsResultAmazonDynamoDBStreamsClient. 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 ListStreamsRequestListStreamsRequest. clone()ListStreamsRequestListStreamsRequest. withExclusiveStartStreamArn(String exclusiveStartStreamArn)The ARN (Amazon Resource Name) of the first item that this operation will evaluate.ListStreamsRequestListStreamsRequest. withLimit(Integer limit)The maximum number of streams to return.ListStreamsRequestListStreamsRequest. withTableName(String tableName)If this parameter is provided, then only the streams associated with this table name are returned.
-