Uses of Interface
software.amazon.awssdk.services.dynamodb.model.GetRecordsResponse.Builder
Packages that use GetRecordsResponse.Builder
-
Uses of GetRecordsResponse.Builder in software.amazon.awssdk.services.dynamodb.model
Methods in software.amazon.awssdk.services.dynamodb.model that return GetRecordsResponse.BuilderModifier and TypeMethodDescriptionstatic GetRecordsResponse.BuilderGetRecordsResponse.builder()GetRecordsResponse.Builder.nextShardIterator(String nextShardIterator) The next position in the shard from which to start sequentially reading stream records.GetRecordsResponse.Builder.records(Collection<Record> records) The stream records from the shard, which were retrieved using the shard iterator.GetRecordsResponse.Builder.records(Consumer<Record.Builder>... records) The stream records from the shard, which were retrieved using the shard iterator.The stream records from the shard, which were retrieved using the shard iterator.GetRecordsResponse.toBuilder()Methods in software.amazon.awssdk.services.dynamodb.model that return types with arguments of type GetRecordsResponse.BuilderModifier and TypeMethodDescriptionstatic Class<? extends GetRecordsResponse.Builder>GetRecordsResponse.serializableBuilderClass()