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 FleetStatus
FleetStatus. fromValue(String value)
Use this in place of valueOf.static FleetStatus
FleetStatus. 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 void
FleetAttributes. setStatus(FleetStatus status)
Current status of the fleet.FleetAttributes
FleetAttributes. withStatus(FleetStatus status)
Current status of the fleet.
-