Uses of Class
com.amazonaws.services.dynamodbv2.model.ListStreamsResult
Packages that use ListStreamsResult
-
Uses of ListStreamsResult in com.amazonaws.services.dynamodbv2
Methods in com.amazonaws.services.dynamodbv2 that return ListStreamsResultModifier 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.Methods in com.amazonaws.services.dynamodbv2 that return types with arguments of type ListStreamsResultModifier and TypeMethodDescriptionAbstractAmazonDynamoDBStreamsAsync.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 ListStreamsResultModifier 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 ListStreamsResult in com.amazonaws.services.dynamodbv2.model
Methods in com.amazonaws.services.dynamodbv2.model that return ListStreamsResultModifier and TypeMethodDescriptionListStreamsResult.clone()
ListStreamsResult.withLastEvaluatedStreamArn
(String lastEvaluatedStreamArn) The stream ARN of the item where the operation stopped, inclusive of the previous result set.ListStreamsResult.withStreams
(Stream... streams) A list of stream descriptors associated with the current account and endpoint.ListStreamsResult.withStreams
(Collection<Stream> streams) A list of stream descriptors associated with the current account and endpoint.