Uses of Interface
software.amazon.awssdk.services.dynamodb.model.DescribeStreamRequest.Builder
-
Packages that use DescribeStreamRequest.Builder Package Description software.amazon.awssdk.services.dynamodb.model software.amazon.awssdk.services.dynamodb.streams Amazon DynamoDB -
-
Uses of DescribeStreamRequest.Builder in software.amazon.awssdk.services.dynamodb.model
Methods in software.amazon.awssdk.services.dynamodb.model that return DescribeStreamRequest.Builder Modifier and Type Method Description static DescribeStreamRequest.Builder
DescribeStreamRequest. builder()
DescribeStreamRequest.Builder
DescribeStreamRequest.Builder. exclusiveStartShardId(String exclusiveStartShardId)
The shard ID of the first item that this operation will evaluate.DescribeStreamRequest.Builder
DescribeStreamRequest.Builder. limit(Integer limit)
The maximum number of shard objects to return.DescribeStreamRequest.Builder
DescribeStreamRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
DescribeStreamRequest.Builder
DescribeStreamRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
DescribeStreamRequest.Builder
DescribeStreamRequest.Builder. streamArn(String streamArn)
The Amazon Resource Name (ARN) for the stream.DescribeStreamRequest.Builder
DescribeStreamRequest. toBuilder()
Methods in software.amazon.awssdk.services.dynamodb.model that return types with arguments of type DescribeStreamRequest.Builder Modifier and Type Method Description static Class<? extends DescribeStreamRequest.Builder>
DescribeStreamRequest. serializableBuilderClass()
-
Uses of DescribeStreamRequest.Builder in software.amazon.awssdk.services.dynamodb.streams
Method parameters in software.amazon.awssdk.services.dynamodb.streams with type arguments of type DescribeStreamRequest.Builder Modifier and Type Method Description default CompletableFuture<DescribeStreamResponse>
DynamoDbStreamsAsyncClient. describeStream(Consumer<DescribeStreamRequest.Builder> describeStreamRequest)
Returns information about a stream, including the current status of the stream, its Amazon Resource Name (ARN), the composition of its shards, and its corresponding DynamoDB table.default DescribeStreamResponse
DynamoDbStreamsClient. describeStream(Consumer<DescribeStreamRequest.Builder> describeStreamRequest)
Returns information about a stream, including the current status of the stream, its Amazon Resource Name (ARN), the composition of its shards, and its corresponding DynamoDB table.
-