| Package | Description |
|---|---|
| com.amazonaws.services.accessanalyzer.model |
| Modifier and Type | Method and Description |
|---|---|
EbsSnapshotConfiguration |
EbsSnapshotConfiguration.clone() |
EbsSnapshotConfiguration |
Configuration.getEbsSnapshot()
The access control configuration is for an Amazon EBS volume snapshot.
|
EbsSnapshotConfiguration |
EbsSnapshotConfiguration.withGroups(Collection<String> groups)
The groups that have access to the Amazon EBS volume snapshot.
|
EbsSnapshotConfiguration |
EbsSnapshotConfiguration.withGroups(String... groups)
The groups that have access to the Amazon EBS volume snapshot.
|
EbsSnapshotConfiguration |
EbsSnapshotConfiguration.withKmsKeyId(String kmsKeyId)
The KMS key identifier for an encrypted Amazon EBS volume snapshot.
|
EbsSnapshotConfiguration |
EbsSnapshotConfiguration.withUserIds(Collection<String> userIds)
The IDs of the Amazon Web Services accounts that have access to the Amazon EBS volume snapshot.
|
EbsSnapshotConfiguration |
EbsSnapshotConfiguration.withUserIds(String... userIds)
The IDs of the Amazon Web Services accounts that have access to the Amazon EBS volume snapshot.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Configuration.setEbsSnapshot(EbsSnapshotConfiguration ebsSnapshot)
The access control configuration is for an Amazon EBS volume snapshot.
|
Configuration |
Configuration.withEbsSnapshot(EbsSnapshotConfiguration ebsSnapshot)
The access control configuration is for an Amazon EBS volume snapshot.
|
Copyright © 2023. All rights reserved.