Uses of Class
software.amazon.awssdk.services.ec2.model.FastLaunchStateCode
-
Packages that use FastLaunchStateCode Package Description software.amazon.awssdk.services.ec2.model -
-
Uses of FastLaunchStateCode in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return FastLaunchStateCode Modifier and Type Method Description static FastLaunchStateCodeFastLaunchStateCode. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.FastLaunchStateCodeDescribeFastLaunchImagesSuccessItem. state()The current state of Windows fast launch for the specified Windows AMI.FastLaunchStateCodeDisableFastLaunchResponse. state()The current state of Windows fast launch for the specified Windows AMI.FastLaunchStateCodeEnableFastLaunchResponse. state()The current state of Windows fast launch for the specified AMI.static FastLaunchStateCodeFastLaunchStateCode. valueOf(String name)Returns the enum constant of this type with the specified name.static FastLaunchStateCode[]FastLaunchStateCode. 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 FastLaunchStateCode Modifier and Type Method Description static Set<FastLaunchStateCode>FastLaunchStateCode. knownValues()Methods in software.amazon.awssdk.services.ec2.model with parameters of type FastLaunchStateCode Modifier and Type Method Description DescribeFastLaunchImagesSuccessItem.BuilderDescribeFastLaunchImagesSuccessItem.Builder. state(FastLaunchStateCode state)The current state of Windows fast launch for the specified Windows AMI.DisableFastLaunchResponse.BuilderDisableFastLaunchResponse.Builder. state(FastLaunchStateCode state)The current state of Windows fast launch for the specified Windows AMI.EnableFastLaunchResponse.BuilderEnableFastLaunchResponse.Builder. state(FastLaunchStateCode state)The current state of Windows fast launch for the specified AMI.
-