Uses of Class
com.amazonaws.services.gamelift.model.FleetStatus
-
Packages that use FleetStatus Package Description com.amazonaws.services.gamelift.model -
-
Uses of FleetStatus in com.amazonaws.services.gamelift.model
Methods in com.amazonaws.services.gamelift.model that return FleetStatus Modifier and Type Method Description static FleetStatusFleetStatus. fromValue(String value)Use this in place of valueOf.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 com.amazonaws.services.gamelift.model with parameters of type FleetStatus Modifier and Type Method Description voidFleetAttributes. setStatus(FleetStatus status)Current status of the fleet.FleetAttributesFleetAttributes. withStatus(FleetStatus status)Current status of the fleet.
-