| Package | Description |
|---|---|
| com.amazonaws.services.ec2.model |
| Modifier and Type | Method and Description |
|---|---|
static FastLaunchResourceType |
FastLaunchResourceType.fromValue(String value)
Use this in place of valueOf.
|
static FastLaunchResourceType |
FastLaunchResourceType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FastLaunchResourceType[] |
FastLaunchResourceType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeFastLaunchImagesSuccessItem |
DescribeFastLaunchImagesSuccessItem.withResourceType(FastLaunchResourceType resourceType)
The resource type that is used for pre-provisioning the Windows AMI.
|
DisableFastLaunchResult |
DisableFastLaunchResult.withResourceType(FastLaunchResourceType resourceType)
The pre-provisioning resource type that must be cleaned after turning off faster launching for the Windows AMI.
|
EnableFastLaunchResult |
EnableFastLaunchResult.withResourceType(FastLaunchResourceType resourceType)
The type of resource that was defined for pre-provisioning the Windows AMI for faster launching.
|
Copyright © 2022. All rights reserved.