Uses of Enum
software.amazon.awssdk.services.ec2.model.SpotInstanceState
Packages that use SpotInstanceState
-
Uses of SpotInstanceState in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return SpotInstanceStateModifier and TypeMethodDescriptionstatic SpotInstanceStateUse this in place of valueOf to convert the raw string returned by the service into the enum value.final SpotInstanceStateSpotInstanceRequest.state()The state of the Spot Instance request.static SpotInstanceStateReturns the enum constant of this type with the specified name.static SpotInstanceState[]SpotInstanceState.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 SpotInstanceStateMethods in software.amazon.awssdk.services.ec2.model with parameters of type SpotInstanceStateModifier and TypeMethodDescriptionSpotInstanceRequest.Builder.state(SpotInstanceState state) The state of the Spot Instance request.