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