Uses of Class
software.amazon.awssdk.services.gamelift.model.InstanceStatus
-
Packages that use InstanceStatus Package Description software.amazon.awssdk.services.gamelift.model -
-
Uses of InstanceStatus in software.amazon.awssdk.services.gamelift.model
Methods in software.amazon.awssdk.services.gamelift.model that return InstanceStatus Modifier and Type Method Description static InstanceStatusInstanceStatus. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.InstanceStatusInstance. status()Current status of the instance.static InstanceStatusInstanceStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static InstanceStatus[]InstanceStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.gamelift.model that return types with arguments of type InstanceStatus Modifier and Type Method Description static Set<InstanceStatus>InstanceStatus. knownValues()Methods in software.amazon.awssdk.services.gamelift.model with parameters of type InstanceStatus Modifier and Type Method Description Instance.BuilderInstance.Builder. status(InstanceStatus status)Current status of the instance.
-