Uses of Enum
software.amazon.awssdk.services.ec2.model.BatchState
Packages that use BatchState
-
Uses of BatchState in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return BatchStateModifier and TypeMethodDescriptionfinal BatchStateCancelSpotFleetRequestsSuccessItem.currentSpotFleetRequestState()The current state of the Spot Fleet request.static BatchStateUse this in place of valueOf to convert the raw string returned by the service into the enum value.final BatchStateCancelSpotFleetRequestsSuccessItem.previousSpotFleetRequestState()The previous state of the Spot Fleet request.final BatchStateSpotFleetRequestConfig.spotFleetRequestState()The state of the Spot Fleet request.static BatchStateReturns the enum constant of this type with the specified name.static BatchState[]BatchState.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 BatchStateMethods in software.amazon.awssdk.services.ec2.model with parameters of type BatchStateModifier and TypeMethodDescriptionCancelSpotFleetRequestsSuccessItem.Builder.currentSpotFleetRequestState(BatchState currentSpotFleetRequestState) The current state of the Spot Fleet request.CancelSpotFleetRequestsSuccessItem.Builder.previousSpotFleetRequestState(BatchState previousSpotFleetRequestState) The previous state of the Spot Fleet request.SpotFleetRequestConfig.Builder.spotFleetRequestState(BatchState spotFleetRequestState) The state of the Spot Fleet request.