| Package | Description |
|---|---|
| software.amazon.awssdk.services.ec2.model |
| Modifier and Type | Method and Description |
|---|---|
static FastLaunchResourceType |
FastLaunchResourceType.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
FastLaunchResourceType |
EnableFastLaunchResponse.resourceType()
The type of resource that was defined for pre-provisioning the Windows AMI for faster launching.
|
FastLaunchResourceType |
DescribeFastLaunchImagesSuccessItem.resourceType()
The resource type that is used for pre-provisioning the Windows AMI.
|
FastLaunchResourceType |
DisableFastLaunchResponse.resourceType()
The pre-provisioning resource type that must be cleaned after turning off faster launching for the Windows AMI.
|
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 |
|---|---|
static Set<FastLaunchResourceType> |
FastLaunchResourceType.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
EnableFastLaunchResponse.Builder |
EnableFastLaunchResponse.Builder.resourceType(FastLaunchResourceType resourceType)
The type of resource that was defined for pre-provisioning the Windows AMI for faster launching.
|
DescribeFastLaunchImagesSuccessItem.Builder |
DescribeFastLaunchImagesSuccessItem.Builder.resourceType(FastLaunchResourceType resourceType)
The resource type that is used for pre-provisioning the Windows AMI.
|
DisableFastLaunchResponse.Builder |
DisableFastLaunchResponse.Builder.resourceType(FastLaunchResourceType resourceType)
The pre-provisioning resource type that must be cleaned after turning off faster launching for the Windows
AMI.
|
Copyright © 2023. All rights reserved.