Package | Description |
---|---|
com.amazonaws.services.ec2 |
|
com.amazonaws.services.ec2.model |
Modifier and Type | Method and Description |
---|---|
Future<EnableImageDeprecationResult> |
AbstractAmazonEC2Async.enableImageDeprecationAsync(EnableImageDeprecationRequest request,
AsyncHandler<EnableImageDeprecationRequest,EnableImageDeprecationResult> asyncHandler) |
Future<EnableImageDeprecationResult> |
AmazonEC2Async.enableImageDeprecationAsync(EnableImageDeprecationRequest enableImageDeprecationRequest,
AsyncHandler<EnableImageDeprecationRequest,EnableImageDeprecationResult> asyncHandler)
Enables deprecation of the specified AMI at the specified date and time.
|
Future<EnableImageDeprecationResult> |
AmazonEC2AsyncClient.enableImageDeprecationAsync(EnableImageDeprecationRequest request,
AsyncHandler<EnableImageDeprecationRequest,EnableImageDeprecationResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
EnableImageDeprecationRequest |
EnableImageDeprecationRequest.clone() |
EnableImageDeprecationRequest |
EnableImageDeprecationRequest.withDeprecateAt(Date deprecateAt)
The date and time to deprecate the AMI, in UTC, in the following format:
YYYY-MM-DDTHH:MM:SSZ.
|
EnableImageDeprecationRequest |
EnableImageDeprecationRequest.withImageId(String imageId)
The ID of the AMI.
|
Modifier and Type | Method and Description |
---|---|
Request<EnableImageDeprecationRequest> |
EnableImageDeprecationRequest.getDryRunRequest()
This method is intended for internal use only.
|
Copyright © 2021. All rights reserved.