Uses of Interface
software.amazon.awssdk.services.dynamodb.model.KeysAndAttributes.Builder
Packages that use KeysAndAttributes.Builder
-
Uses of KeysAndAttributes.Builder in software.amazon.awssdk.services.dynamodb.model
Methods in software.amazon.awssdk.services.dynamodb.model that return KeysAndAttributes.BuilderModifier and TypeMethodDescriptionKeysAndAttributes.Builder.attributesToGet(String... attributesToGet) This is a legacy parameter.KeysAndAttributes.Builder.attributesToGet(Collection<String> attributesToGet) This is a legacy parameter.static KeysAndAttributes.BuilderKeysAndAttributes.builder()KeysAndAttributes.Builder.consistentRead(Boolean consistentRead) The consistency of a read operation.KeysAndAttributes.Builder.expressionAttributeNames(Map<String, String> expressionAttributeNames) One or more substitution tokens for attribute names in an expression.KeysAndAttributes.Builder.keys(Collection<? extends Map<String, AttributeValue>> keys) The primary key attribute values that define the items and the attributes associated with the items.KeysAndAttributes.Builder.keys(Map<String, AttributeValue>... keys) The primary key attribute values that define the items and the attributes associated with the items.KeysAndAttributes.Builder.projectionExpression(String projectionExpression) A string that identifies one or more attributes to retrieve from the table.KeysAndAttributes.toBuilder()Methods in software.amazon.awssdk.services.dynamodb.model that return types with arguments of type KeysAndAttributes.BuilderModifier and TypeMethodDescriptionstatic Class<? extends KeysAndAttributes.Builder>KeysAndAttributes.serializableBuilderClass()