Uses of Class
software.amazon.awssdk.services.securityhub.model.AwsDynamoDbTableAttributeDefinition
-
Packages that use AwsDynamoDbTableAttributeDefinition Package Description software.amazon.awssdk.services.securityhub.model -
-
Uses of AwsDynamoDbTableAttributeDefinition in software.amazon.awssdk.services.securityhub.model
Methods in software.amazon.awssdk.services.securityhub.model that return types with arguments of type AwsDynamoDbTableAttributeDefinition Modifier and Type Method Description List<AwsDynamoDbTableAttributeDefinition>AwsDynamoDbTableDetails. attributeDefinitions()A list of attribute definitions for the table.Methods in software.amazon.awssdk.services.securityhub.model with parameters of type AwsDynamoDbTableAttributeDefinition Modifier and Type Method Description AwsDynamoDbTableDetails.BuilderAwsDynamoDbTableDetails.Builder. attributeDefinitions(AwsDynamoDbTableAttributeDefinition... attributeDefinitions)A list of attribute definitions for the table.Method parameters in software.amazon.awssdk.services.securityhub.model with type arguments of type AwsDynamoDbTableAttributeDefinition Modifier and Type Method Description AwsDynamoDbTableDetails.BuilderAwsDynamoDbTableDetails.Builder. attributeDefinitions(Collection<AwsDynamoDbTableAttributeDefinition> attributeDefinitions)A list of attribute definitions for the table.
-