| Package | Description |
|---|---|
| com.amazonaws.services.securityhub.model |
| Modifier and Type | Method and Description |
|---|---|
AwsDynamoDbTableProjection |
AwsDynamoDbTableProjection.clone() |
AwsDynamoDbTableProjection |
AwsDynamoDbTableLocalSecondaryIndex.getProjection()
Attributes that are copied from the table into the index.
|
AwsDynamoDbTableProjection |
AwsDynamoDbTableGlobalSecondaryIndex.getProjection()
Attributes that are copied from the table into an index.
|
AwsDynamoDbTableProjection |
AwsDynamoDbTableProjection.withNonKeyAttributes(Collection<String> nonKeyAttributes)
The nonkey attributes that are projected into the index.
|
AwsDynamoDbTableProjection |
AwsDynamoDbTableProjection.withNonKeyAttributes(String... nonKeyAttributes)
The nonkey attributes that are projected into the index.
|
AwsDynamoDbTableProjection |
AwsDynamoDbTableProjection.withProjectionType(String projectionType)
The types of attributes that are projected into the index.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AwsDynamoDbTableLocalSecondaryIndex.setProjection(AwsDynamoDbTableProjection projection)
Attributes that are copied from the table into the index.
|
void |
AwsDynamoDbTableGlobalSecondaryIndex.setProjection(AwsDynamoDbTableProjection projection)
Attributes that are copied from the table into an index.
|
AwsDynamoDbTableLocalSecondaryIndex |
AwsDynamoDbTableLocalSecondaryIndex.withProjection(AwsDynamoDbTableProjection projection)
Attributes that are copied from the table into the index.
|
AwsDynamoDbTableGlobalSecondaryIndex |
AwsDynamoDbTableGlobalSecondaryIndex.withProjection(AwsDynamoDbTableProjection projection)
Attributes that are copied from the table into an index.
|
Copyright © 2024. All rights reserved.