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