Uses of Interface
software.amazon.awssdk.services.dynamodb.model.GetRecordsRequest.Builder
Packages that use GetRecordsRequest.Builder
Package
Description
-
Uses of GetRecordsRequest.Builder in software.amazon.awssdk.services.dynamodb.model
Methods in software.amazon.awssdk.services.dynamodb.model that return GetRecordsRequest.BuilderModifier and TypeMethodDescriptionstatic GetRecordsRequest.BuilderGetRecordsRequest.builder()The maximum number of records to return from the shard.GetRecordsRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) GetRecordsRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) GetRecordsRequest.Builder.shardIterator(String shardIterator) A shard iterator that was retrieved from a previous GetShardIterator operation.GetRecordsRequest.toBuilder()Methods in software.amazon.awssdk.services.dynamodb.model that return types with arguments of type GetRecordsRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends GetRecordsRequest.Builder>GetRecordsRequest.serializableBuilderClass() -
Uses of GetRecordsRequest.Builder in software.amazon.awssdk.services.dynamodb.streams
Method parameters in software.amazon.awssdk.services.dynamodb.streams with type arguments of type GetRecordsRequest.BuilderModifier and TypeMethodDescriptiondefault CompletableFuture<GetRecordsResponse>DynamoDbStreamsAsyncClient.getRecords(Consumer<GetRecordsRequest.Builder> getRecordsRequest) Retrieves the stream records from a given shard.default GetRecordsResponseDynamoDbStreamsClient.getRecords(Consumer<GetRecordsRequest.Builder> getRecordsRequest) Retrieves the stream records from a given shard.