Uses of Enum
com.amazonaws.services.gamelift.model.FleetStatus
Packages that use FleetStatus
-
Uses of FleetStatus in com.amazonaws.services.gamelift.model
Subclasses with type arguments of type FleetStatus in com.amazonaws.services.gamelift.modelMethods in com.amazonaws.services.gamelift.model that return FleetStatusModifier and TypeMethodDescriptionstatic FleetStatusUse this in place of valueOf.static FleetStatusReturns 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 TypeMethodDescriptionvoidFleetAttributes.setStatus(FleetStatus status) Current status of the fleet.FleetAttributes.withStatus(FleetStatus status) Current status of the fleet.