Uses of Class
software.amazon.awssdk.services.worklink.model.FleetStatus
-
Packages that use FleetStatus Package Description software.amazon.awssdk.services.worklink.model -
-
Uses of FleetStatus in software.amazon.awssdk.services.worklink.model
Methods in software.amazon.awssdk.services.worklink.model that return FleetStatus Modifier and Type Method Description FleetStatusDescribeFleetMetadataResponse. fleetStatus()The current state of the fleet.FleetStatusFleetSummary. fleetStatus()The status of the fleet.static FleetStatusFleetStatus. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.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.worklink.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.worklink.model with parameters of type FleetStatus Modifier and Type Method Description DescribeFleetMetadataResponse.BuilderDescribeFleetMetadataResponse.Builder. fleetStatus(FleetStatus fleetStatus)The current state of the fleet.FleetSummary.BuilderFleetSummary.Builder. fleetStatus(FleetStatus fleetStatus)The status of the fleet.
-