Package | Description |
---|---|
com.amazonaws.services.ec2 |
|
com.amazonaws.services.ec2.model |
Modifier and Type | Method and Description |
---|---|
Future<DisableFastLaunchResult> |
AbstractAmazonEC2Async.disableFastLaunchAsync(DisableFastLaunchRequest request,
AsyncHandler<DisableFastLaunchRequest,DisableFastLaunchResult> asyncHandler) |
Future<DisableFastLaunchResult> |
AmazonEC2AsyncClient.disableFastLaunchAsync(DisableFastLaunchRequest request,
AsyncHandler<DisableFastLaunchRequest,DisableFastLaunchResult> asyncHandler) |
Future<DisableFastLaunchResult> |
AmazonEC2Async.disableFastLaunchAsync(DisableFastLaunchRequest disableFastLaunchRequest,
AsyncHandler<DisableFastLaunchRequest,DisableFastLaunchResult> asyncHandler)
Discontinue faster launching for a Windows AMI, and clean up existing pre-provisioned snapshots.
|
Modifier and Type | Method and Description |
---|---|
DisableFastLaunchRequest |
DisableFastLaunchRequest.clone() |
DisableFastLaunchRequest |
DisableFastLaunchRequest.withForce(Boolean force)
Forces the image settings to turn off faster launching for your Windows AMI.
|
DisableFastLaunchRequest |
DisableFastLaunchRequest.withImageId(String imageId)
The ID of the image for which you’re turning off faster launching, and removing pre-provisioned snapshots.
|
Modifier and Type | Method and Description |
---|---|
Request<DisableFastLaunchRequest> |
DisableFastLaunchRequest.getDryRunRequest()
This method is intended for internal use only.
|
Copyright © 2023. All rights reserved.