Uses of Class
software.amazon.awssdk.services.ec2.model.BatchState
-
Packages that use BatchState Package Description software.amazon.awssdk.services.ec2.model -
-
Uses of BatchState in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return BatchState Modifier and Type Method Description BatchStateCancelSpotFleetRequestsSuccessItem. currentSpotFleetRequestState()The current state of the Spot Fleet request.static BatchStateBatchState. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.BatchStateCancelSpotFleetRequestsSuccessItem. previousSpotFleetRequestState()The previous state of the Spot Fleet request.BatchStateSpotFleetRequestConfig. spotFleetRequestState()The state of the Spot Fleet request.static BatchStateBatchState. valueOf(String name)Returns 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 BatchState Modifier and Type Method Description static Set<BatchState>BatchState. knownValues()Methods in software.amazon.awssdk.services.ec2.model with parameters of type BatchState Modifier and Type Method Description CancelSpotFleetRequestsSuccessItem.BuilderCancelSpotFleetRequestsSuccessItem.Builder. currentSpotFleetRequestState(BatchState currentSpotFleetRequestState)The current state of the Spot Fleet request.CancelSpotFleetRequestsSuccessItem.BuilderCancelSpotFleetRequestsSuccessItem.Builder. previousSpotFleetRequestState(BatchState previousSpotFleetRequestState)The previous state of the Spot Fleet request.SpotFleetRequestConfig.BuilderSpotFleetRequestConfig.Builder. spotFleetRequestState(BatchState spotFleetRequestState)The state of the Spot Fleet request.
-