Package | Description |
---|---|
software.amazon.awssdk.services.ec2 |
|
Modifier and Type | Method and Description |
---|---|
default DisableImageDeprecationResponse |
Ec2Client.disableImageDeprecation(Consumer<DisableImageDeprecationRequest.Builder> disableImageDeprecationRequest)
Cancels the deprecation of the specified AMI.
|
default DisableImageDeprecationResponse |
Ec2Client.disableImageDeprecation(DisableImageDeprecationRequest disableImageDeprecationRequest)
Cancels the deprecation of the specified AMI.
|
Modifier and Type | Method and Description |
---|---|
default CompletableFuture<DisableImageDeprecationResponse> |
Ec2AsyncClient.disableImageDeprecation(Consumer<DisableImageDeprecationRequest.Builder> disableImageDeprecationRequest)
Cancels the deprecation of the specified AMI.
|
default CompletableFuture<DisableImageDeprecationResponse> |
Ec2AsyncClient.disableImageDeprecation(DisableImageDeprecationRequest disableImageDeprecationRequest)
Cancels the deprecation of the specified AMI.
|
Copyright © 2022. All rights reserved.