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.BuilderListStreamsRequest. builder()ListStreamsRequest.BuilderListStreamsRequest.Builder. exclusiveStartStreamArn(String exclusiveStartStreamArn)The ARN (Amazon Resource Name) of the first item that this operation will evaluate.ListStreamsRequest.BuilderListStreamsRequest.Builder. limit(Integer limit)The maximum number of streams to return.ListStreamsRequest.BuilderListStreamsRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListStreamsRequest.BuilderListStreamsRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListStreamsRequest.BuilderListStreamsRequest.Builder. tableName(String tableName)If this parameter is provided, then only the streams associated with this table name are returned.ListStreamsRequest.BuilderListStreamsRequest. 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 ListStreamsResponseDynamoDbStreamsClient. listStreams(Consumer<ListStreamsRequest.Builder> listStreamsRequest)Returns an array of stream ARNs associated with the current account and endpoint.
-