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 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.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 ListStreamsResult
ListStreamsResult. clone()
ListStreamsResult
ListStreamsResult. withLastEvaluatedStreamArn(String lastEvaluatedStreamArn)
The stream ARN of the item where the operation stopped, inclusive of the previous result set.ListStreamsResult
ListStreamsResult. withStreams(Stream... streams)
A list of stream descriptors associated with the current account and endpoint.ListStreamsResult
ListStreamsResult. withStreams(Collection<Stream> streams)
A list of stream descriptors associated with the current account and endpoint.
-