Uses of Interface
software.amazon.awssdk.services.accessanalyzer.model.EbsSnapshotConfiguration.Builder
-
Packages that use EbsSnapshotConfiguration.Builder Package Description software.amazon.awssdk.services.accessanalyzer.model -
-
Uses of EbsSnapshotConfiguration.Builder in software.amazon.awssdk.services.accessanalyzer.model
Methods in software.amazon.awssdk.services.accessanalyzer.model that return EbsSnapshotConfiguration.Builder Modifier and Type Method Description static EbsSnapshotConfiguration.BuilderEbsSnapshotConfiguration. builder()EbsSnapshotConfiguration.BuilderEbsSnapshotConfiguration.Builder. groups(String... groups)The groups that have access to the Amazon EBS volume snapshot.EbsSnapshotConfiguration.BuilderEbsSnapshotConfiguration.Builder. groups(Collection<String> groups)The groups that have access to the Amazon EBS volume snapshot.EbsSnapshotConfiguration.BuilderEbsSnapshotConfiguration.Builder. kmsKeyId(String kmsKeyId)The KMS key identifier for an encrypted Amazon EBS volume snapshot.EbsSnapshotConfiguration.BuilderEbsSnapshotConfiguration. toBuilder()EbsSnapshotConfiguration.BuilderEbsSnapshotConfiguration.Builder. userIds(String... userIds)The IDs of the Amazon Web Services accounts that have access to the Amazon EBS volume snapshot.EbsSnapshotConfiguration.BuilderEbsSnapshotConfiguration.Builder. userIds(Collection<String> userIds)The IDs of the Amazon Web Services accounts that have access to the Amazon EBS volume snapshot.Methods in software.amazon.awssdk.services.accessanalyzer.model that return types with arguments of type EbsSnapshotConfiguration.Builder Modifier and Type Method Description static Class<? extends EbsSnapshotConfiguration.Builder>EbsSnapshotConfiguration. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.accessanalyzer.model with type arguments of type EbsSnapshotConfiguration.Builder Modifier and Type Method Description default Configuration.BuilderConfiguration.Builder. ebsSnapshot(Consumer<EbsSnapshotConfiguration.Builder> ebsSnapshot)The access control configuration is for an Amazon EBS volume snapshot.static ConfigurationConfiguration. fromEbsSnapshot(Consumer<EbsSnapshotConfiguration.Builder> ebsSnapshot)Create an instance of this class withConfiguration.ebsSnapshot()initialized to the given value.
-