Package | Description |
---|---|
com.amazonaws.services.ec2 |
|
com.amazonaws.services.ec2.model |
Modifier and Type | Method and Description |
---|---|
EnableFastLaunchResult |
AbstractAmazonEC2.enableFastLaunch(EnableFastLaunchRequest request) |
EnableFastLaunchResult |
AmazonEC2.enableFastLaunch(EnableFastLaunchRequest enableFastLaunchRequest)
When you enable faster launching for a Windows AMI, images are pre-provisioned, using snapshots to launch
instances up to 65% faster.
|
EnableFastLaunchResult |
AmazonEC2Client.enableFastLaunch(EnableFastLaunchRequest request)
When you enable faster launching for a Windows AMI, images are pre-provisioned, using snapshots to launch
instances up to 65% faster.
|
Modifier and Type | Method and Description |
---|---|
Future<EnableFastLaunchResult> |
AbstractAmazonEC2Async.enableFastLaunchAsync(EnableFastLaunchRequest request,
AsyncHandler<EnableFastLaunchRequest,EnableFastLaunchResult> asyncHandler) |
Future<EnableFastLaunchResult> |
AmazonEC2Async.enableFastLaunchAsync(EnableFastLaunchRequest enableFastLaunchRequest,
AsyncHandler<EnableFastLaunchRequest,EnableFastLaunchResult> asyncHandler)
When you enable faster launching for a Windows AMI, images are pre-provisioned, using snapshots to launch
instances up to 65% faster.
|
Future<EnableFastLaunchResult> |
AmazonEC2AsyncClient.enableFastLaunchAsync(EnableFastLaunchRequest request,
AsyncHandler<EnableFastLaunchRequest,EnableFastLaunchResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
EnableFastLaunchResult |
EnableFastLaunchResult.clone() |
EnableFastLaunchResult |
EnableFastLaunchResult.withImageId(String imageId)
The image ID that identifies the Windows AMI for which faster launching was enabled.
|
EnableFastLaunchResult |
EnableFastLaunchResult.withLaunchTemplate(FastLaunchLaunchTemplateSpecificationResponse launchTemplate)
The launch template that is used when launching Windows instances from pre-provisioned snapshots.
|
EnableFastLaunchResult |
EnableFastLaunchResult.withMaxParallelLaunches(Integer maxParallelLaunches)
The maximum number of parallel instances to launch for creating resources.
|
EnableFastLaunchResult |
EnableFastLaunchResult.withOwnerId(String ownerId)
The owner ID for the Windows AMI for which faster launching was enabled.
|
EnableFastLaunchResult |
EnableFastLaunchResult.withResourceType(FastLaunchResourceType resourceType)
The type of resource that was defined for pre-provisioning the Windows AMI for faster launching.
|
EnableFastLaunchResult |
EnableFastLaunchResult.withResourceType(String resourceType)
The type of resource that was defined for pre-provisioning the Windows AMI for faster launching.
|
EnableFastLaunchResult |
EnableFastLaunchResult.withSnapshotConfiguration(FastLaunchSnapshotConfigurationResponse snapshotConfiguration)
The configuration settings that were defined for creating and managing the pre-provisioned snapshots for faster
launching of the Windows AMI.
|
EnableFastLaunchResult |
EnableFastLaunchResult.withState(FastLaunchStateCode state)
The current state of faster launching for the specified Windows AMI.
|
EnableFastLaunchResult |
EnableFastLaunchResult.withState(String state)
The current state of faster launching for the specified Windows AMI.
|
EnableFastLaunchResult |
EnableFastLaunchResult.withStateTransitionReason(String stateTransitionReason)
The reason that the state changed for faster launching for the Windows AMI.
|
EnableFastLaunchResult |
EnableFastLaunchResult.withStateTransitionTime(Date stateTransitionTime)
The time that the state changed for faster launching for the Windows AMI.
|
Copyright © 2022. All rights reserved.