Uses of Interface
software.amazon.awssdk.services.dynamodb.model.Get.Builder
Packages that use Get.Builder
-
Uses of Get.Builder in software.amazon.awssdk.services.dynamodb.model
Methods in software.amazon.awssdk.services.dynamodb.model that return Get.BuilderModifier and TypeMethodDescriptionstatic Get.BuilderGet.builder()Get.Builder.expressionAttributeNames(Map<String, String> expressionAttributeNames) One or more substitution tokens for attribute names in the ProjectionExpression parameter.Get.Builder.key(Map<String, AttributeValue> key) A map of attribute names toAttributeValueobjects that specifies the primary key of the item to retrieve.Get.Builder.projectionExpression(String projectionExpression) A string that identifies one or more attributes of the specified item to retrieve from the table.The name of the table from which to retrieve the specified item.Get.toBuilder()Methods in software.amazon.awssdk.services.dynamodb.model that return types with arguments of type Get.BuilderModifier and TypeMethodDescriptionstatic Class<? extends Get.Builder>Get.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.dynamodb.model with type arguments of type Get.BuilderModifier and TypeMethodDescriptiondefault TransactGetItem.BuilderTransactGetItem.Builder.get(Consumer<Get.Builder> get) Contains the primary key that identifies the item to get, together with the name of the table that contains the item, and optionally the specific attributes of the item to retrieve.