Uses of Class
software.amazon.awssdk.enhanced.dynamodb.model.GetItemEnhancedRequest.Builder
Packages that use GetItemEnhancedRequest.Builder
Package
Description
-
Uses of GetItemEnhancedRequest.Builder in software.amazon.awssdk.enhanced.dynamodb
Method parameters in software.amazon.awssdk.enhanced.dynamodb with type arguments of type GetItemEnhancedRequest.BuilderModifier and TypeMethodDescriptiondefault CompletableFuture<T>DynamoDbAsyncTable.getItem(Consumer<GetItemEnhancedRequest.Builder> requestConsumer) Retrieves a single item from the mapped table using a supplied primaryKey.default TDynamoDbTable.getItem(Consumer<GetItemEnhancedRequest.Builder> requestConsumer) Retrieves a single item from the mapped table using a supplied primaryKey.default CompletableFuture<GetItemEnhancedResponse<T>>DynamoDbAsyncTable.getItemWithResponse(Consumer<GetItemEnhancedRequest.Builder> requestConsumer) Retrieves a single item from the mapped table using a supplied primaryKey.default GetItemEnhancedResponse<T>DynamoDbTable.getItemWithResponse(Consumer<GetItemEnhancedRequest.Builder> requestConsumer) Retrieves a single item from the mapped table using a supplied primaryKey. -
Uses of GetItemEnhancedRequest.Builder in software.amazon.awssdk.enhanced.dynamodb.internal.client
Method parameters in software.amazon.awssdk.enhanced.dynamodb.internal.client with type arguments of type GetItemEnhancedRequest.BuilderModifier and TypeMethodDescriptionDefaultDynamoDbAsyncTable.getItem(Consumer<GetItemEnhancedRequest.Builder> requestConsumer) DefaultDynamoDbTable.getItem(Consumer<GetItemEnhancedRequest.Builder> requestConsumer) DefaultDynamoDbAsyncTable.getItemWithResponse(Consumer<GetItemEnhancedRequest.Builder> requestConsumer) DefaultDynamoDbTable.getItemWithResponse(Consumer<GetItemEnhancedRequest.Builder> requestConsumer) -
Uses of GetItemEnhancedRequest.Builder in software.amazon.awssdk.enhanced.dynamodb.model
Methods in software.amazon.awssdk.enhanced.dynamodb.model that return GetItemEnhancedRequest.BuilderModifier and TypeMethodDescriptionGetItemEnhancedRequest.builder()All requests must be constructed using a Builder.GetItemEnhancedRequest.Builder.consistentRead(Boolean consistentRead) Determines the read consistency model: If set to true, the operation uses strongly consistent reads; otherwise, the operation uses eventually consistent reads.GetItemEnhancedRequest.Builder.key(Consumer<Key.Builder> keyConsumer) Sets the primaryKeythat will be used to match the item to retrieve by accepting a consumer ofKey.Builder.Sets the primaryKeythat will be used to match the item to retrieve.GetItemEnhancedRequest.Builder.returnConsumedCapacity(String returnConsumedCapacity) Whether to return the capacity consumed by this operation.GetItemEnhancedRequest.Builder.returnConsumedCapacity(ReturnConsumedCapacity returnConsumedCapacity) Whether to return the capacity consumed by this operation.GetItemEnhancedRequest.toBuilder()Method parameters in software.amazon.awssdk.enhanced.dynamodb.model with type arguments of type GetItemEnhancedRequest.BuilderModifier and TypeMethodDescriptionReadBatch.Builder.addGetItem(Consumer<GetItemEnhancedRequest.Builder> requestConsumer) Adds aGetItemEnhancedRequestwith a primaryKeyto the builder by accepting a consumer ofGetItemEnhancedRequest.Builder.