| Package | Description |
|---|---|
| software.amazon.awssdk.services.securityhub.model |
| Modifier and Type | Method and Description |
|---|---|
static AwsDynamoDbTableProjection.Builder |
AwsDynamoDbTableProjection.builder() |
AwsDynamoDbTableProjection.Builder |
AwsDynamoDbTableProjection.Builder.nonKeyAttributes(Collection<String> nonKeyAttributes)
The nonkey attributes that are projected into the index.
|
AwsDynamoDbTableProjection.Builder |
AwsDynamoDbTableProjection.Builder.nonKeyAttributes(String... nonKeyAttributes)
The nonkey attributes that are projected into the index.
|
AwsDynamoDbTableProjection.Builder |
AwsDynamoDbTableProjection.Builder.projectionType(String projectionType)
The types of attributes that are projected into the index.
|
AwsDynamoDbTableProjection.Builder |
AwsDynamoDbTableProjection.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends AwsDynamoDbTableProjection.Builder> |
AwsDynamoDbTableProjection.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default AwsDynamoDbTableLocalSecondaryIndex.Builder |
AwsDynamoDbTableLocalSecondaryIndex.Builder.projection(Consumer<AwsDynamoDbTableProjection.Builder> projection)
Attributes that are copied from the table into the index.
|
default AwsDynamoDbTableGlobalSecondaryIndex.Builder |
AwsDynamoDbTableGlobalSecondaryIndex.Builder.projection(Consumer<AwsDynamoDbTableProjection.Builder> projection)
Attributes that are copied from the table into an index.
|
Copyright © 2023. All rights reserved.