Uses of Interface
software.amazon.awssdk.services.securityhub.model.AwsDynamoDbTableProjection.Builder
-
Packages that use AwsDynamoDbTableProjection.Builder Package Description software.amazon.awssdk.services.securityhub.model -
-
Uses of AwsDynamoDbTableProjection.Builder in software.amazon.awssdk.services.securityhub.model
Methods in software.amazon.awssdk.services.securityhub.model that return AwsDynamoDbTableProjection.Builder Modifier and Type Method Description static AwsDynamoDbTableProjection.BuilderAwsDynamoDbTableProjection. builder()AwsDynamoDbTableProjection.BuilderAwsDynamoDbTableProjection.Builder. nonKeyAttributes(String... nonKeyAttributes)The nonkey attributes that are projected into the index.AwsDynamoDbTableProjection.BuilderAwsDynamoDbTableProjection.Builder. nonKeyAttributes(Collection<String> nonKeyAttributes)The nonkey attributes that are projected into the index.AwsDynamoDbTableProjection.BuilderAwsDynamoDbTableProjection.Builder. projectionType(String projectionType)The types of attributes that are projected into the index.AwsDynamoDbTableProjection.BuilderAwsDynamoDbTableProjection. toBuilder()Methods in software.amazon.awssdk.services.securityhub.model that return types with arguments of type AwsDynamoDbTableProjection.Builder Modifier and Type Method Description static Class<? extends AwsDynamoDbTableProjection.Builder>AwsDynamoDbTableProjection. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.securityhub.model with type arguments of type AwsDynamoDbTableProjection.Builder Modifier and Type Method Description default AwsDynamoDbTableGlobalSecondaryIndex.BuilderAwsDynamoDbTableGlobalSecondaryIndex.Builder. projection(Consumer<AwsDynamoDbTableProjection.Builder> projection)Attributes that are copied from the table into an index.default AwsDynamoDbTableLocalSecondaryIndex.BuilderAwsDynamoDbTableLocalSecondaryIndex.Builder. projection(Consumer<AwsDynamoDbTableProjection.Builder> projection)Attributes that are copied from the table into the index.
-