| Package | Description |
|---|---|
| software.amazon.awssdk.services.accessanalyzer.model |
| Modifier and Type | Method and Description |
|---|---|
static EbsSnapshotConfiguration.Builder |
EbsSnapshotConfiguration.builder() |
EbsSnapshotConfiguration.Builder |
EbsSnapshotConfiguration.Builder.groups(Collection<String> groups)
The groups that have access to the Amazon EBS volume snapshot.
|
EbsSnapshotConfiguration.Builder |
EbsSnapshotConfiguration.Builder.groups(String... groups)
The groups that have access to the Amazon EBS volume snapshot.
|
EbsSnapshotConfiguration.Builder |
EbsSnapshotConfiguration.Builder.kmsKeyId(String kmsKeyId)
The KMS key identifier for an encrypted Amazon EBS volume snapshot.
|
EbsSnapshotConfiguration.Builder |
EbsSnapshotConfiguration.toBuilder() |
EbsSnapshotConfiguration.Builder |
EbsSnapshotConfiguration.Builder.userIds(Collection<String> userIds)
The IDs of the Amazon Web Services accounts that have access to the Amazon EBS volume snapshot.
|
EbsSnapshotConfiguration.Builder |
EbsSnapshotConfiguration.Builder.userIds(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 |
|---|---|
static Class<? extends EbsSnapshotConfiguration.Builder> |
EbsSnapshotConfiguration.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default Configuration.Builder |
Configuration.Builder.ebsSnapshot(Consumer<EbsSnapshotConfiguration.Builder> ebsSnapshot)
The access control configuration is for an Amazon EBS volume snapshot.
|
static Configuration |
Configuration.fromEbsSnapshot(Consumer<EbsSnapshotConfiguration.Builder> ebsSnapshot)
Create an instance of this class with
Configuration.ebsSnapshot() initialized to the given value. |
Copyright © 2023. All rights reserved.