Uses of Class
software.amazon.awssdk.enhanced.dynamodb.NestedAttributeName
Packages that use NestedAttributeName
Package
Description
-
Uses of NestedAttributeName in software.amazon.awssdk.enhanced.dynamodb
Methods in software.amazon.awssdk.enhanced.dynamodb that return NestedAttributeNameModifier and TypeMethodDescriptionNestedAttributeName.Builder.build()static NestedAttributeNameCreates a NestedAttributeName with a single element, which is effectively just a simple attribute name without nesting.static NestedAttributeNameCreates a NestedAttributeName from a list of elements that compose the full path of the nested attribute.static NestedAttributeNameCreates a NestedAttributeName from a list of elements that compose the full path of the nested attribute. -
Uses of NestedAttributeName in software.amazon.awssdk.enhanced.dynamodb.internal
Method parameters in software.amazon.awssdk.enhanced.dynamodb.internal with type arguments of type NestedAttributeNameModifier and TypeMethodDescriptionstatic ProjectionExpressionProjectionExpression.create(List<NestedAttributeName> nestedAttributeNames) -
Uses of NestedAttributeName in software.amazon.awssdk.enhanced.dynamodb.model
Methods in software.amazon.awssdk.enhanced.dynamodb.model that return types with arguments of type NestedAttributeNameModifier and TypeMethodDescriptionQueryEnhancedRequest.nestedAttributesToProject()Returns the list of projected attribute names, in the form ofNestedAttributeNameobjects, for this request object, or null if no projection is specified.ScanEnhancedRequest.nestedAttributesToProject()Returns the list of projected attribute names, in the form ofNestedAttributeNameobjects, for this request object, or null if no projection is specified.Methods in software.amazon.awssdk.enhanced.dynamodb.model with parameters of type NestedAttributeNameModifier and TypeMethodDescriptionQueryEnhancedRequest.Builder.addNestedAttributesToProject(NestedAttributeName... nestedAttributeNames) Adds a collection of nested attributes to be retrieved from the database.ScanEnhancedRequest.Builder.addNestedAttributesToProject(NestedAttributeName... nestedAttributeNames) Adds a collection of nested attributes to be retrieved from the database.QueryEnhancedRequest.Builder.addNestedAttributeToProject(NestedAttributeName nestedAttributeName) Adds a single nested attribute to be retrieved from the database.ScanEnhancedRequest.Builder.addNestedAttributeToProject(NestedAttributeName nestedAttributeName) Adds a single nested attribute to be retrieved from the database.Method parameters in software.amazon.awssdk.enhanced.dynamodb.model with type arguments of type NestedAttributeNameModifier and TypeMethodDescriptionQueryEnhancedRequest.Builder.addNestedAttributesToProject(Collection<NestedAttributeName> nestedAttributeNames) Adds a collection of nested attributes to be retrieved from the database.ScanEnhancedRequest.Builder.addNestedAttributesToProject(Collection<NestedAttributeName> nestedAttributeNames) Adds a collection of nested attributes to be retrieved from the database.