Uses of Interface
software.amazon.awssdk.services.dynamodb.model.ListStreamsRequest.Builder
Packages that use ListStreamsRequest.Builder
Package
Description
-
Uses of ListStreamsRequest.Builder in software.amazon.awssdk.services.dynamodb.model
Methods in software.amazon.awssdk.services.dynamodb.model that return ListStreamsRequest.BuilderModifier and TypeMethodDescriptionstatic ListStreamsRequest.BuilderListStreamsRequest.builder()ListStreamsRequest.Builder.exclusiveStartStreamArn(String exclusiveStartStreamArn) The ARN (Amazon Resource Name) of the first item that this operation will evaluate.The maximum number of streams to return.ListStreamsRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) ListStreamsRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) If this parameter is provided, then only the streams associated with this table name are returned.ListStreamsRequest.toBuilder()Methods in software.amazon.awssdk.services.dynamodb.model that return types with arguments of type ListStreamsRequest.BuilderModifier and TypeMethodDescriptionstatic 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.BuilderModifier and TypeMethodDescriptiondefault CompletableFuture<ListStreamsResponse>DynamoDbStreamsAsyncClient.listStreams(Consumer<ListStreamsRequest.Builder> listStreamsRequest) Returns an array of stream ARNs associated with the current account and endpoint.default ListStreamsResponseDynamoDbStreamsClient.listStreams(Consumer<ListStreamsRequest.Builder> listStreamsRequest) Returns an array of stream ARNs associated with the current account and endpoint.