Uses of Class
com.amazonaws.services.dynamodbv2.model.ListStreamsRequest
Packages that use ListStreamsRequest
-
Uses of ListStreamsRequest in com.amazonaws.services.dynamodbv2
Methods in com.amazonaws.services.dynamodbv2 with parameters of type ListStreamsRequestModifier and TypeMethodDescriptionAbstractAmazonDynamoDBStreams.listStreams
(ListStreamsRequest request) AmazonDynamoDBStreams.listStreams
(ListStreamsRequest listStreamsRequest) Returns an array of stream ARNs associated with the current account and endpoint.AmazonDynamoDBStreamsClient.listStreams
(ListStreamsRequest listStreamsRequest) Returns an array of stream ARNs associated with the current account and endpoint.AbstractAmazonDynamoDBStreamsAsync.listStreamsAsync
(ListStreamsRequest request) AbstractAmazonDynamoDBStreamsAsync.listStreamsAsync
(ListStreamsRequest request, AsyncHandler<ListStreamsRequest, ListStreamsResult> asyncHandler) AmazonDynamoDBStreamsAsync.listStreamsAsync
(ListStreamsRequest listStreamsRequest) Returns an array of stream ARNs associated with the current account and endpoint.AmazonDynamoDBStreamsAsync.listStreamsAsync
(ListStreamsRequest listStreamsRequest, AsyncHandler<ListStreamsRequest, ListStreamsResult> asyncHandler) Returns an array of stream ARNs associated with the current account and endpoint.AmazonDynamoDBStreamsAsyncClient.listStreamsAsync
(ListStreamsRequest request) AmazonDynamoDBStreamsAsyncClient.listStreamsAsync
(ListStreamsRequest request, AsyncHandler<ListStreamsRequest, ListStreamsResult> asyncHandler) Method parameters in com.amazonaws.services.dynamodbv2 with type arguments of type ListStreamsRequestModifier and TypeMethodDescriptionAbstractAmazonDynamoDBStreamsAsync.listStreamsAsync
(ListStreamsRequest request, AsyncHandler<ListStreamsRequest, ListStreamsResult> asyncHandler) AmazonDynamoDBStreamsAsync.listStreamsAsync
(ListStreamsRequest listStreamsRequest, AsyncHandler<ListStreamsRequest, ListStreamsResult> asyncHandler) Returns an array of stream ARNs associated with the current account and endpoint.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 ListStreamsRequestModifier and TypeMethodDescriptionListStreamsRequest.clone()
ListStreamsRequest.withExclusiveStartStreamArn
(String exclusiveStartStreamArn) The ARN (Amazon Resource Name) of the first item that this operation will evaluate.The maximum number of streams to return.ListStreamsRequest.withTableName
(String tableName) If this parameter is provided, then only the streams associated with this table name are returned.