| Package | Description |
|---|---|
| software.amazon.awssdk.services.ec2 |
|
| software.amazon.awssdk.services.ec2.model |
| Modifier and Type | Method and Description |
|---|---|
default EnableImageDeprecationResponse |
Ec2Client.enableImageDeprecation(Consumer<EnableImageDeprecationRequest.Builder> enableImageDeprecationRequest)
Enables deprecation of the specified AMI at the specified date and time.
|
default CompletableFuture<EnableImageDeprecationResponse> |
Ec2AsyncClient.enableImageDeprecation(Consumer<EnableImageDeprecationRequest.Builder> enableImageDeprecationRequest)
Enables deprecation of the specified AMI at the specified date and time.
|
| Modifier and Type | Method and Description |
|---|---|
static EnableImageDeprecationRequest.Builder |
EnableImageDeprecationRequest.builder() |
EnableImageDeprecationRequest.Builder |
EnableImageDeprecationRequest.Builder.deprecateAt(Instant deprecateAt)
The date and time to deprecate the AMI, in UTC, in the following format:
YYYY-MM-DDTHH:MM:SSZ.
|
EnableImageDeprecationRequest.Builder |
EnableImageDeprecationRequest.Builder.imageId(String imageId)
The ID of the AMI.
|
EnableImageDeprecationRequest.Builder |
EnableImageDeprecationRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
EnableImageDeprecationRequest.Builder |
EnableImageDeprecationRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
EnableImageDeprecationRequest.Builder |
EnableImageDeprecationRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends EnableImageDeprecationRequest.Builder> |
EnableImageDeprecationRequest.serializableBuilderClass() |
Copyright © 2021. All rights reserved.