Uses of Interface
software.amazon.awssdk.services.dynamodb.model.ListStreamsRequest.Builder
-
Packages that use ListStreamsRequest.Builder Package Description software.amazon.awssdk.services.dynamodb.model software.amazon.awssdk.services.dynamodb.streams Amazon DynamoDB -
-
Uses of ListStreamsRequest.Builder in software.amazon.awssdk.services.dynamodb.model
Methods in software.amazon.awssdk.services.dynamodb.model that return ListStreamsRequest.Builder Modifier and Type Method Description static ListStreamsRequest.Builder
ListStreamsRequest. builder()
ListStreamsRequest.Builder
ListStreamsRequest.Builder. exclusiveStartStreamArn(String exclusiveStartStreamArn)
The ARN (Amazon Resource Name) of the first item that this operation will evaluate.ListStreamsRequest.Builder
ListStreamsRequest.Builder. limit(Integer limit)
The maximum number of streams to return.ListStreamsRequest.Builder
ListStreamsRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
ListStreamsRequest.Builder
ListStreamsRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
ListStreamsRequest.Builder
ListStreamsRequest.Builder. tableName(String tableName)
If this parameter is provided, then only the streams associated with this table name are returned.ListStreamsRequest.Builder
ListStreamsRequest. toBuilder()
Methods in software.amazon.awssdk.services.dynamodb.model that return types with arguments of type ListStreamsRequest.Builder Modifier and Type Method Description static Class<? extends ListStreamsRequest.Builder>
ListStreamsRequest. serializableBuilderClass()
-
Uses of ListStreamsRequest.Builder in software.amazon.awssdk.services.dynamodb.streams
Method parameters in software.amazon.awssdk.services.dynamodb.streams with type arguments of type ListStreamsRequest.Builder Modifier and Type Method Description default CompletableFuture<ListStreamsResponse>
DynamoDbStreamsAsyncClient. listStreams(Consumer<ListStreamsRequest.Builder> listStreamsRequest)
Returns an array of stream ARNs associated with the current account and endpoint.default ListStreamsResponse
DynamoDbStreamsClient. listStreams(Consumer<ListStreamsRequest.Builder> listStreamsRequest)
Returns an array of stream ARNs associated with the current account and endpoint.
-