Uses of Interface
software.amazon.awssdk.services.dynamodb.model.GetItemResponse.Builder
Packages that use GetItemResponse.Builder
-
Uses of GetItemResponse.Builder in software.amazon.awssdk.services.dynamodb.model
Methods in software.amazon.awssdk.services.dynamodb.model that return GetItemResponse.BuilderModifier and TypeMethodDescriptionstatic GetItemResponse.BuilderGetItemResponse.builder()default GetItemResponse.BuilderGetItemResponse.Builder.consumedCapacity(Consumer<ConsumedCapacity.Builder> consumedCapacity) The capacity units consumed by theGetItemoperation.GetItemResponse.Builder.consumedCapacity(ConsumedCapacity consumedCapacity) The capacity units consumed by theGetItemoperation.GetItemResponse.Builder.item(Map<String, AttributeValue> item) A map of attribute names toAttributeValueobjects, as specified byProjectionExpression.GetItemResponse.toBuilder()Methods in software.amazon.awssdk.services.dynamodb.model that return types with arguments of type GetItemResponse.BuilderModifier and TypeMethodDescriptionstatic Class<? extends GetItemResponse.Builder>GetItemResponse.serializableBuilderClass()