Uses of Enum
software.amazon.awssdk.services.ec2.model.FastLaunchStateCode
Packages that use FastLaunchStateCode
-
Uses of FastLaunchStateCode in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return FastLaunchStateCodeModifier and TypeMethodDescriptionstatic FastLaunchStateCodeUse this in place of valueOf to convert the raw string returned by the service into the enum value.final FastLaunchStateCodeDescribeFastLaunchImagesSuccessItem.state()The current state of Windows fast launch for the specified Windows AMI.final FastLaunchStateCodeDisableFastLaunchResponse.state()The current state of Windows fast launch for the specified Windows AMI.final FastLaunchStateCodeEnableFastLaunchResponse.state()The current state of Windows fast launch for the specified AMI.static FastLaunchStateCodeReturns 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 FastLaunchStateCodeModifier and TypeMethodDescriptionstatic Set<FastLaunchStateCode>FastLaunchStateCode.knownValues()Methods in software.amazon.awssdk.services.ec2.model with parameters of type FastLaunchStateCodeModifier and TypeMethodDescriptionDescribeFastLaunchImagesSuccessItem.Builder.state(FastLaunchStateCode state) The current state of Windows fast launch for the specified Windows AMI.DisableFastLaunchResponse.Builder.state(FastLaunchStateCode state) The current state of Windows fast launch for the specified Windows AMI.EnableFastLaunchResponse.Builder.state(FastLaunchStateCode state) The current state of Windows fast launch for the specified AMI.