Uses of Interface
software.amazon.awssdk.services.dynamodb.model.GetRecordsRequest.Builder
-
Packages that use GetRecordsRequest.Builder Package Description software.amazon.awssdk.services.dynamodb.model software.amazon.awssdk.services.dynamodb.streams Amazon DynamoDB -
-
Uses of GetRecordsRequest.Builder in software.amazon.awssdk.services.dynamodb.model
Methods in software.amazon.awssdk.services.dynamodb.model that return GetRecordsRequest.Builder Modifier and Type Method Description static GetRecordsRequest.BuilderGetRecordsRequest. builder()GetRecordsRequest.BuilderGetRecordsRequest.Builder. limit(Integer limit)The maximum number of records to return from the shard.GetRecordsRequest.BuilderGetRecordsRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetRecordsRequest.BuilderGetRecordsRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)GetRecordsRequest.BuilderGetRecordsRequest.Builder. shardIterator(String shardIterator)A shard iterator that was retrieved from a previous GetShardIterator operation.GetRecordsRequest.BuilderGetRecordsRequest. toBuilder()Methods in software.amazon.awssdk.services.dynamodb.model that return types with arguments of type GetRecordsRequest.Builder Modifier and Type Method Description static 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.Builder Modifier and Type Method Description default 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.
-