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