Package | Description |
---|---|
software.amazon.awssdk.enhanced.dynamodb | |
software.amazon.awssdk.enhanced.dynamodb.internal | |
software.amazon.awssdk.enhanced.dynamodb.model |
Modifier and Type | Method and Description |
---|---|
NestedAttributeName |
NestedAttributeName.Builder.build() |
static NestedAttributeName |
NestedAttributeName.create(List<String> elements)
Creates a NestedAttributeName from a list of elements that compose the full path of the nested attribute.
|
static NestedAttributeName |
NestedAttributeName.create(String... elements)
Creates a NestedAttributeName from a list of elements that compose the full path of the nested attribute.
|
static NestedAttributeName |
NestedAttributeName.create(String element)
Creates a NestedAttributeName with a single element, which is effectively just a simple attribute name without nesting.
|
Modifier and Type | Method and Description |
---|---|
static ProjectionExpression |
ProjectionExpression.create(List<NestedAttributeName> nestedAttributeNames) |
Modifier and Type | Method and Description |
---|---|
List<NestedAttributeName> |
ScanEnhancedRequest.nestedAttributesToProject()
Returns the list of projected attribute names, in the form of
NestedAttributeName objects,
for this request object, or null if no projection is specified. |
List<NestedAttributeName> |
QueryEnhancedRequest.nestedAttributesToProject()
Returns the list of projected attribute names, in the form of
NestedAttributeName objects,
for this request object, or null if no projection is specified. |
Modifier and Type | Method and Description |
---|---|
ScanEnhancedRequest.Builder |
ScanEnhancedRequest.Builder.addNestedAttributesToProject(NestedAttributeName... nestedAttributeNames)
Adds a collection of nested attributes to be retrieved from the database.
|
QueryEnhancedRequest.Builder |
QueryEnhancedRequest.Builder.addNestedAttributesToProject(NestedAttributeName... nestedAttributeNames)
Adds a collection of nested attributes to be retrieved from the database.
|
ScanEnhancedRequest.Builder |
ScanEnhancedRequest.Builder.addNestedAttributeToProject(NestedAttributeName nestedAttributeName)
Adds a single nested attribute to be retrieved from the database.
|
QueryEnhancedRequest.Builder |
QueryEnhancedRequest.Builder.addNestedAttributeToProject(NestedAttributeName nestedAttributeName)
Adds a single nested attribute to be retrieved from the database.
|
Modifier and Type | Method and Description |
---|---|
ScanEnhancedRequest.Builder |
ScanEnhancedRequest.Builder.addNestedAttributesToProject(Collection<NestedAttributeName> nestedAttributeNames)
Adds a collection of nested attributes to be retrieved from the database.
|
QueryEnhancedRequest.Builder |
QueryEnhancedRequest.Builder.addNestedAttributesToProject(Collection<NestedAttributeName> nestedAttributeNames)
Adds a collection of nested attributes to be retrieved from the database.
|
Copyright © 2023. All rights reserved.