Uses of Enum
com.amazonaws.services.ec2.model.CancelSpotInstanceRequestState
Packages that use CancelSpotInstanceRequestState
-
Uses of CancelSpotInstanceRequestState in com.amazonaws.services.ec2.model
Subclasses with type arguments of type CancelSpotInstanceRequestState in com.amazonaws.services.ec2.modelMethods in com.amazonaws.services.ec2.model that return CancelSpotInstanceRequestStateModifier and TypeMethodDescriptionUse this in place of valueOf.Returns the enum constant of this type with the specified name.static CancelSpotInstanceRequestState[]CancelSpotInstanceRequestState.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.amazonaws.services.ec2.model with parameters of type CancelSpotInstanceRequestStateModifier and TypeMethodDescriptionvoidCancelledSpotInstanceRequest.setState(CancelSpotInstanceRequestState state) The state of the Spot instance request.CancelledSpotInstanceRequest.withState(CancelSpotInstanceRequestState state) The state of the Spot instance request.