Uses of Class
software.amazon.awssdk.services.ec2.model.FastLaunchResourceType
-
Packages that use FastLaunchResourceType Package Description software.amazon.awssdk.services.ec2.model -
-
Uses of FastLaunchResourceType in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return FastLaunchResourceType Modifier and Type Method Description static FastLaunchResourceTypeFastLaunchResourceType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.FastLaunchResourceTypeDescribeFastLaunchImagesSuccessItem. resourceType()The resource type that Amazon EC2 uses for pre-provisioning the Windows AMI.FastLaunchResourceTypeDisableFastLaunchResponse. resourceType()The pre-provisioning resource type that must be cleaned after turning off Windows fast launch for the Windows AMI.FastLaunchResourceTypeEnableFastLaunchResponse. resourceType()The type of resource that was defined for pre-provisioning the AMI for Windows fast launch.static FastLaunchResourceTypeFastLaunchResourceType. 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.Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type FastLaunchResourceType Modifier and Type Method Description static Set<FastLaunchResourceType>FastLaunchResourceType. knownValues()Methods in software.amazon.awssdk.services.ec2.model with parameters of type FastLaunchResourceType Modifier and Type Method Description DescribeFastLaunchImagesSuccessItem.BuilderDescribeFastLaunchImagesSuccessItem.Builder. resourceType(FastLaunchResourceType resourceType)The resource type that Amazon EC2 uses for pre-provisioning the Windows AMI.DisableFastLaunchResponse.BuilderDisableFastLaunchResponse.Builder. resourceType(FastLaunchResourceType resourceType)The pre-provisioning resource type that must be cleaned after turning off Windows fast launch for the Windows AMI.EnableFastLaunchResponse.BuilderEnableFastLaunchResponse.Builder. resourceType(FastLaunchResourceType resourceType)The type of resource that was defined for pre-provisioning the AMI for Windows fast launch.
-