Uses of Class
software.amazon.awssdk.enhanced.dynamodb.model.BatchGetItemEnhancedRequest.Builder
Packages that use BatchGetItemEnhancedRequest.Builder
Package
Description
-
Uses of BatchGetItemEnhancedRequest.Builder in software.amazon.awssdk.enhanced.dynamodb
Method parameters in software.amazon.awssdk.enhanced.dynamodb with type arguments of type BatchGetItemEnhancedRequest.BuilderModifier and TypeMethodDescriptiondefault BatchGetResultPagePublisherDynamoDbEnhancedAsyncClient.batchGetItem(Consumer<BatchGetItemEnhancedRequest.Builder> requestConsumer) Retrieves items from one or more tables by their primary keys, seeKey.default BatchGetResultPageIterableDynamoDbEnhancedClient.batchGetItem(Consumer<BatchGetItemEnhancedRequest.Builder> requestConsumer) Retrieves items from one or more tables by their primary keys, seeKey. -
Uses of BatchGetItemEnhancedRequest.Builder in software.amazon.awssdk.enhanced.dynamodb.internal.client
Method parameters in software.amazon.awssdk.enhanced.dynamodb.internal.client with type arguments of type BatchGetItemEnhancedRequest.BuilderModifier and TypeMethodDescriptionDefaultDynamoDbEnhancedAsyncClient.batchGetItem(Consumer<BatchGetItemEnhancedRequest.Builder> requestConsumer) DefaultDynamoDbEnhancedClient.batchGetItem(Consumer<BatchGetItemEnhancedRequest.Builder> requestConsumer) -
Uses of BatchGetItemEnhancedRequest.Builder in software.amazon.awssdk.enhanced.dynamodb.model
Methods in software.amazon.awssdk.enhanced.dynamodb.model that return BatchGetItemEnhancedRequest.BuilderModifier and TypeMethodDescriptionBatchGetItemEnhancedRequest.Builder.addReadBatch(ReadBatch readBatch) Adds a read batch to the collection of batches on this builder.BatchGetItemEnhancedRequest.builder()Creates a newly initialized builder for a request object.BatchGetItemEnhancedRequest.Builder.readBatches(Collection<ReadBatch> readBatches) Sets a collection of read batches to use in the batchGetItem operation.BatchGetItemEnhancedRequest.Builder.readBatches(ReadBatch... readBatches) Sets one or more read batches to use in the batchGetItem operation.BatchGetItemEnhancedRequest.Builder.returnConsumedCapacity(String returnConsumedCapacity) Whether to return the capacity consumed by this operation.BatchGetItemEnhancedRequest.Builder.returnConsumedCapacity(ReturnConsumedCapacity returnConsumedCapacity) Whether to return the capacity consumed by this operation.BatchGetItemEnhancedRequest.toBuilder()Returns a builder initialized with all existing values on the request object.