Uses of Class
software.amazon.awssdk.services.accessanalyzer.model.DynamodbTableConfiguration
-
Packages that use DynamodbTableConfiguration Package Description software.amazon.awssdk.services.accessanalyzer.model -
-
Uses of DynamodbTableConfiguration in software.amazon.awssdk.services.accessanalyzer.model
Methods in software.amazon.awssdk.services.accessanalyzer.model that return DynamodbTableConfiguration Modifier and Type Method Description DynamodbTableConfigurationConfiguration. dynamodbTable()The access control configuration is for a DynamoDB table or index.Methods in software.amazon.awssdk.services.accessanalyzer.model with parameters of type DynamodbTableConfiguration Modifier and Type Method Description Configuration.BuilderConfiguration.Builder. dynamodbTable(DynamodbTableConfiguration dynamodbTable)The access control configuration is for a DynamoDB table or index.static ConfigurationConfiguration. fromDynamodbTable(DynamodbTableConfiguration dynamodbTable)Create an instance of this class withConfiguration.dynamodbTable()initialized to the given value.
-