Uses of Class
software.amazon.awssdk.services.securityhub.model.AwsDynamoDbTableProjection
-
Packages that use AwsDynamoDbTableProjection Package Description software.amazon.awssdk.services.securityhub.model -
-
Uses of AwsDynamoDbTableProjection in software.amazon.awssdk.services.securityhub.model
Methods in software.amazon.awssdk.services.securityhub.model that return AwsDynamoDbTableProjection Modifier and Type Method Description AwsDynamoDbTableProjectionAwsDynamoDbTableGlobalSecondaryIndex. projection()Attributes that are copied from the table into an index.AwsDynamoDbTableProjectionAwsDynamoDbTableLocalSecondaryIndex. projection()Attributes that are copied from the table into the index.Methods in software.amazon.awssdk.services.securityhub.model with parameters of type AwsDynamoDbTableProjection Modifier and Type Method Description AwsDynamoDbTableGlobalSecondaryIndex.BuilderAwsDynamoDbTableGlobalSecondaryIndex.Builder. projection(AwsDynamoDbTableProjection projection)Attributes that are copied from the table into an index.AwsDynamoDbTableLocalSecondaryIndex.BuilderAwsDynamoDbTableLocalSecondaryIndex.Builder. projection(AwsDynamoDbTableProjection projection)Attributes that are copied from the table into the index.
-