Package | Description |
---|---|
com.amazonaws.services.ec2 |
|
com.amazonaws.services.ec2.model |
Modifier and Type | Method and Description |
---|---|
DisableFastLaunchResult |
AmazonEC2Client.disableFastLaunch(DisableFastLaunchRequest request)
Discontinue faster launching for a Windows AMI, and clean up existing pre-provisioned snapshots.
|
DisableFastLaunchResult |
AmazonEC2.disableFastLaunch(DisableFastLaunchRequest disableFastLaunchRequest)
Discontinue faster launching for a Windows AMI, and clean up existing pre-provisioned snapshots.
|
DisableFastLaunchResult |
AbstractAmazonEC2.disableFastLaunch(DisableFastLaunchRequest request) |
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 |
---|---|
DisableFastLaunchResult |
DisableFastLaunchResult.clone() |
DisableFastLaunchResult |
DisableFastLaunchResult.withImageId(String imageId)
The ID of the image for which faster-launching has been turned off.
|
DisableFastLaunchResult |
DisableFastLaunchResult.withLaunchTemplate(FastLaunchLaunchTemplateSpecificationResponse launchTemplate)
The launch template that was used to launch Windows instances from pre-provisioned snapshots.
|
DisableFastLaunchResult |
DisableFastLaunchResult.withMaxParallelLaunches(Integer maxParallelLaunches)
The maximum number of instances that Amazon EC2 can launch at the same time to create pre-provisioned snapshots
for Windows faster launching.
|
DisableFastLaunchResult |
DisableFastLaunchResult.withOwnerId(String ownerId)
The owner of the Windows AMI for which faster launching was turned off.
|
DisableFastLaunchResult |
DisableFastLaunchResult.withResourceType(FastLaunchResourceType resourceType)
The pre-provisioning resource type that must be cleaned after turning off faster launching for the Windows AMI.
|
DisableFastLaunchResult |
DisableFastLaunchResult.withResourceType(String resourceType)
The pre-provisioning resource type that must be cleaned after turning off faster launching for the Windows AMI.
|
DisableFastLaunchResult |
DisableFastLaunchResult.withSnapshotConfiguration(FastLaunchSnapshotConfigurationResponse snapshotConfiguration)
Parameters that were used for faster launching for the Windows AMI before faster launching was turned off.
|
DisableFastLaunchResult |
DisableFastLaunchResult.withState(FastLaunchStateCode state)
The current state of faster launching for the specified Windows AMI.
|
DisableFastLaunchResult |
DisableFastLaunchResult.withState(String state)
The current state of faster launching for the specified Windows AMI.
|
DisableFastLaunchResult |
DisableFastLaunchResult.withStateTransitionReason(String stateTransitionReason)
The reason that the state changed for faster launching for the Windows AMI.
|
DisableFastLaunchResult |
DisableFastLaunchResult.withStateTransitionTime(Date stateTransitionTime)
The time that the state changed for faster launching for the Windows AMI.
|
Copyright © 2023. All rights reserved.