Uses of Class
software.amazon.awssdk.services.accessanalyzer.model.RdsDbSnapshotConfiguration
-
Packages that use RdsDbSnapshotConfiguration Package Description software.amazon.awssdk.services.accessanalyzer.model -
-
Uses of RdsDbSnapshotConfiguration in software.amazon.awssdk.services.accessanalyzer.model
Methods in software.amazon.awssdk.services.accessanalyzer.model that return RdsDbSnapshotConfiguration Modifier and Type Method Description RdsDbSnapshotConfigurationConfiguration. rdsDbSnapshot()The access control configuration is for an Amazon RDS DB snapshot.Methods in software.amazon.awssdk.services.accessanalyzer.model with parameters of type RdsDbSnapshotConfiguration Modifier and Type Method Description static ConfigurationConfiguration. fromRdsDbSnapshot(RdsDbSnapshotConfiguration rdsDbSnapshot)Create an instance of this class withConfiguration.rdsDbSnapshot()initialized to the given value.Configuration.BuilderConfiguration.Builder. rdsDbSnapshot(RdsDbSnapshotConfiguration rdsDbSnapshot)The access control configuration is for an Amazon RDS DB snapshot.
-