Uses of Enum
com.amazonaws.services.gamelift.model.FleetStatus
Packages that use FleetStatus
-
Uses of FleetStatus in com.amazonaws.services.gamelift.model
Methods in com.amazonaws.services.gamelift.model that return FleetStatusModifier and TypeMethodDescriptionstatic FleetStatus
Use this in place of valueOf.static FleetStatus
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 FleetStatusModifier and TypeMethodDescriptionvoid
FleetAttributes.setStatus
(FleetStatus status) Current status of the fleet.FleetAttributes.withStatus
(FleetStatus status) Current status of the fleet.