Package | Description |
---|---|
com.amazonaws.services.ec2.model |
Modifier and Type | Method and Description |
---|---|
DescribeFastLaunchImagesSuccessItem |
DescribeFastLaunchImagesSuccessItem.clone() |
DescribeFastLaunchImagesSuccessItem |
DescribeFastLaunchImagesSuccessItem.withImageId(String imageId)
The image ID that identifies the fast-launch enabled Windows image.
|
DescribeFastLaunchImagesSuccessItem |
DescribeFastLaunchImagesSuccessItem.withLaunchTemplate(FastLaunchLaunchTemplateSpecificationResponse launchTemplate)
The launch template that the fast-launch enabled Windows AMI uses when it launches Windows instances from
pre-provisioned snapshots.
|
DescribeFastLaunchImagesSuccessItem |
DescribeFastLaunchImagesSuccessItem.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.
|
DescribeFastLaunchImagesSuccessItem |
DescribeFastLaunchImagesSuccessItem.withOwnerId(String ownerId)
The owner ID for the fast-launch enabled Windows AMI.
|
DescribeFastLaunchImagesSuccessItem |
DescribeFastLaunchImagesSuccessItem.withResourceType(FastLaunchResourceType resourceType)
The resource type that is used for pre-provisioning the Windows AMI.
|
DescribeFastLaunchImagesSuccessItem |
DescribeFastLaunchImagesSuccessItem.withResourceType(String resourceType)
The resource type that is used for pre-provisioning the Windows AMI.
|
DescribeFastLaunchImagesSuccessItem |
DescribeFastLaunchImagesSuccessItem.withSnapshotConfiguration(FastLaunchSnapshotConfigurationResponse snapshotConfiguration)
A group of parameters that are used for pre-provisioning the associated Windows AMI using snapshots.
|
DescribeFastLaunchImagesSuccessItem |
DescribeFastLaunchImagesSuccessItem.withState(FastLaunchStateCode state)
The current state of faster launching for the specified Windows AMI.
|
DescribeFastLaunchImagesSuccessItem |
DescribeFastLaunchImagesSuccessItem.withState(String state)
The current state of faster launching for the specified Windows AMI.
|
DescribeFastLaunchImagesSuccessItem |
DescribeFastLaunchImagesSuccessItem.withStateTransitionReason(String stateTransitionReason)
The reason that faster launching for the Windows AMI changed to the current state.
|
DescribeFastLaunchImagesSuccessItem |
DescribeFastLaunchImagesSuccessItem.withStateTransitionTime(Date stateTransitionTime)
The time that faster launching for the Windows AMI changed to the current state.
|
Modifier and Type | Method and Description |
---|---|
List<DescribeFastLaunchImagesSuccessItem> |
DescribeFastLaunchImagesResult.getFastLaunchImages()
A collection of details about the fast-launch enabled Windows images that meet the requested criteria.
|
Modifier and Type | Method and Description |
---|---|
DescribeFastLaunchImagesResult |
DescribeFastLaunchImagesResult.withFastLaunchImages(DescribeFastLaunchImagesSuccessItem... fastLaunchImages)
A collection of details about the fast-launch enabled Windows images that meet the requested criteria.
|
Modifier and Type | Method and Description |
---|---|
void |
DescribeFastLaunchImagesResult.setFastLaunchImages(Collection<DescribeFastLaunchImagesSuccessItem> fastLaunchImages)
A collection of details about the fast-launch enabled Windows images that meet the requested criteria.
|
DescribeFastLaunchImagesResult |
DescribeFastLaunchImagesResult.withFastLaunchImages(Collection<DescribeFastLaunchImagesSuccessItem> fastLaunchImages)
A collection of details about the fast-launch enabled Windows images that meet the requested criteria.
|
Copyright © 2023. All rights reserved.