Uses of Enum
software.amazon.awssdk.services.ec2.model.FastLaunchResourceType
Packages that use FastLaunchResourceType
-
Uses of FastLaunchResourceType in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return FastLaunchResourceTypeModifier and TypeMethodDescriptionstatic FastLaunchResourceTypeUse this in place of valueOf to convert the raw string returned by the service into the enum value.final FastLaunchResourceTypeDescribeFastLaunchImagesSuccessItem.resourceType()The resource type that Amazon EC2 uses for pre-provisioning the Windows AMI.final FastLaunchResourceTypeDisableFastLaunchResponse.resourceType()The pre-provisioning resource type that must be cleaned after turning off Windows fast launch for the Windows AMI.final FastLaunchResourceTypeEnableFastLaunchResponse.resourceType()The type of resource that was defined for pre-provisioning the AMI for Windows fast launch.static FastLaunchResourceTypeReturns 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 FastLaunchResourceTypeModifier and TypeMethodDescriptionstatic Set<FastLaunchResourceType>FastLaunchResourceType.knownValues()Methods in software.amazon.awssdk.services.ec2.model with parameters of type FastLaunchResourceTypeModifier and TypeMethodDescriptionDescribeFastLaunchImagesSuccessItem.Builder.resourceType(FastLaunchResourceType resourceType) The resource type that Amazon EC2 uses for pre-provisioning the Windows AMI.DisableFastLaunchResponse.Builder.resourceType(FastLaunchResourceType resourceType) The pre-provisioning resource type that must be cleaned after turning off Windows fast launch for the Windows AMI.EnableFastLaunchResponse.Builder.resourceType(FastLaunchResourceType resourceType) The type of resource that was defined for pre-provisioning the AMI for Windows fast launch.