Uses of Class
software.amazon.awssdk.services.deadline.model.FleetStatus
-
Packages that use FleetStatus Package Description software.amazon.awssdk.services.deadline.model -
-
Uses of FleetStatus in software.amazon.awssdk.services.deadline.model
Methods in software.amazon.awssdk.services.deadline.model that return FleetStatus Modifier and Type Method Description static FleetStatusFleetStatus. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.FleetStatusFleetSummary. status()The status of the fleet.FleetStatusGetFleetResponse. status()The Auto Scaling status of the fleet.FleetStatusListFleetsRequest. status()The status of the fleet.static FleetStatusFleetStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static FleetStatus[]FleetStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.deadline.model that return types with arguments of type FleetStatus Modifier and Type Method Description static Set<FleetStatus>FleetStatus. knownValues()Methods in software.amazon.awssdk.services.deadline.model with parameters of type FleetStatus Modifier and Type Method Description FleetSummary.BuilderFleetSummary.Builder. status(FleetStatus status)The status of the fleet.GetFleetResponse.BuilderGetFleetResponse.Builder. status(FleetStatus status)The Auto Scaling status of the fleet.ListFleetsRequest.BuilderListFleetsRequest.Builder. status(FleetStatus status)The status of the fleet.
-