| Package | Description |
|---|---|
| software.amazon.awssdk.services.ec2 |
|
| software.amazon.awssdk.services.ec2.model |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ModifySnapshotAttributeResponse> |
Ec2AsyncClient.modifySnapshotAttribute(Consumer<ModifySnapshotAttributeRequest.Builder> modifySnapshotAttributeRequest)
Adds or removes permission settings for the specified snapshot.
|
default ModifySnapshotAttributeResponse |
Ec2Client.modifySnapshotAttribute(Consumer<ModifySnapshotAttributeRequest.Builder> modifySnapshotAttributeRequest)
Adds or removes permission settings for the specified snapshot.
|
| Modifier and Type | Method and Description |
|---|---|
ModifySnapshotAttributeRequest.Builder |
ModifySnapshotAttributeRequest.Builder.attribute(SnapshotAttributeName attribute)
The snapshot attribute to modify.
|
ModifySnapshotAttributeRequest.Builder |
ModifySnapshotAttributeRequest.Builder.attribute(String attribute)
The snapshot attribute to modify.
|
static ModifySnapshotAttributeRequest.Builder |
ModifySnapshotAttributeRequest.builder() |
default ModifySnapshotAttributeRequest.Builder |
ModifySnapshotAttributeRequest.Builder.createVolumePermission(Consumer<CreateVolumePermissionModifications.Builder> createVolumePermission)
A JSON representation of the snapshot attribute modification.
|
ModifySnapshotAttributeRequest.Builder |
ModifySnapshotAttributeRequest.Builder.createVolumePermission(CreateVolumePermissionModifications createVolumePermission)
A JSON representation of the snapshot attribute modification.
|
ModifySnapshotAttributeRequest.Builder |
ModifySnapshotAttributeRequest.Builder.groupNames(Collection<String> groupNames)
The group to modify for the snapshot.
|
ModifySnapshotAttributeRequest.Builder |
ModifySnapshotAttributeRequest.Builder.groupNames(String... groupNames)
The group to modify for the snapshot.
|
ModifySnapshotAttributeRequest.Builder |
ModifySnapshotAttributeRequest.Builder.operationType(OperationType operationType)
The type of operation to perform to the attribute.
|
ModifySnapshotAttributeRequest.Builder |
ModifySnapshotAttributeRequest.Builder.operationType(String operationType)
The type of operation to perform to the attribute.
|
ModifySnapshotAttributeRequest.Builder |
ModifySnapshotAttributeRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ModifySnapshotAttributeRequest.Builder |
ModifySnapshotAttributeRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ModifySnapshotAttributeRequest.Builder |
ModifySnapshotAttributeRequest.Builder.snapshotId(String snapshotId)
The ID of the snapshot.
|
ModifySnapshotAttributeRequest.Builder |
ModifySnapshotAttributeRequest.toBuilder() |
ModifySnapshotAttributeRequest.Builder |
ModifySnapshotAttributeRequest.Builder.userIds(Collection<String> userIds)
The account ID to modify for the snapshot.
|
ModifySnapshotAttributeRequest.Builder |
ModifySnapshotAttributeRequest.Builder.userIds(String... userIds)
The account ID to modify for the snapshot.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ModifySnapshotAttributeRequest.Builder> |
ModifySnapshotAttributeRequest.serializableBuilderClass() |
Copyright © 2021. All rights reserved.