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