| Package | Description |
|---|---|
| software.amazon.awssdk.services.ec2 |
|
| Modifier and Type | Method and Description |
|---|---|
default DisableImageResponse |
Ec2Client.disableImage(Consumer<DisableImageRequest.Builder> disableImageRequest)
Sets the AMI state to
disabled and removes all launch permissions from the AMI. |
default DisableImageResponse |
Ec2Client.disableImage(DisableImageRequest disableImageRequest)
Sets the AMI state to
disabled and removes all launch permissions from the AMI. |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<DisableImageResponse> |
Ec2AsyncClient.disableImage(Consumer<DisableImageRequest.Builder> disableImageRequest)
Sets the AMI state to
disabled and removes all launch permissions from the AMI. |
default CompletableFuture<DisableImageResponse> |
Ec2AsyncClient.disableImage(DisableImageRequest disableImageRequest)
Sets the AMI state to
disabled and removes all launch permissions from the AMI. |
Copyright © 2023. All rights reserved.