Uses of Interface
software.amazon.awssdk.services.dynamodb.model.GetItemRequest.Builder
Packages that use GetItemRequest.Builder
Package
Description
-
Uses of GetItemRequest.Builder in software.amazon.awssdk.services.dynamodb
Method parameters in software.amazon.awssdk.services.dynamodb with type arguments of type GetItemRequest.BuilderModifier and TypeMethodDescriptiondefault CompletableFuture<GetItemResponse>DynamoDbAsyncClient.getItem(Consumer<GetItemRequest.Builder> getItemRequest) TheGetItemoperation returns a set of attributes for the item with the given primary key.default GetItemResponseDynamoDbClient.getItem(Consumer<GetItemRequest.Builder> getItemRequest) TheGetItemoperation returns a set of attributes for the item with the given primary key. -
Uses of GetItemRequest.Builder in software.amazon.awssdk.services.dynamodb.model
Methods in software.amazon.awssdk.services.dynamodb.model that return GetItemRequest.BuilderModifier and TypeMethodDescriptionGetItemRequest.Builder.attributesToGet(String... attributesToGet) This is a legacy parameter.GetItemRequest.Builder.attributesToGet(Collection<String> attributesToGet) This is a legacy parameter.static GetItemRequest.BuilderGetItemRequest.builder()GetItemRequest.Builder.consistentRead(Boolean consistentRead) Determines the read consistency model: If set totrue, then the operation uses strongly consistent reads; otherwise, the operation uses eventually consistent reads.GetItemRequest.Builder.expressionAttributeNames(Map<String, String> expressionAttributeNames) One or more substitution tokens for attribute names in an expression.GetItemRequest.Builder.key(Map<String, AttributeValue> key) A map of attribute names toAttributeValueobjects, representing the primary key of the item to retrieve.GetItemRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) GetItemRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) GetItemRequest.Builder.projectionExpression(String projectionExpression) A string that identifies one or more attributes to retrieve from the table.GetItemRequest.Builder.returnConsumedCapacity(String returnConsumedCapacity) Sets the value of the ReturnConsumedCapacity property for this object.GetItemRequest.Builder.returnConsumedCapacity(ReturnConsumedCapacity returnConsumedCapacity) Sets the value of the ReturnConsumedCapacity property for this object.The name of the table containing the requested item.GetItemRequest.toBuilder()Methods in software.amazon.awssdk.services.dynamodb.model that return types with arguments of type GetItemRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends GetItemRequest.Builder>GetItemRequest.serializableBuilderClass()