Uses of Class
software.amazon.awssdk.services.gamelift.model.ScalingStatusType
-
Packages that use ScalingStatusType Package Description software.amazon.awssdk.services.gamelift.model -
-
Uses of ScalingStatusType in software.amazon.awssdk.services.gamelift.model
Methods in software.amazon.awssdk.services.gamelift.model that return ScalingStatusType Modifier and Type Method Description static ScalingStatusTypeScalingStatusType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.ScalingStatusTypeScalingPolicy. status()Current status of the scaling policy.ScalingStatusTypeDescribeScalingPoliciesRequest. statusFilter()Scaling policy status to filter results on.static ScalingStatusTypeScalingStatusType. valueOf(String name)Returns the enum constant of this type with the specified name.static ScalingStatusType[]ScalingStatusType. 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 ScalingStatusType Modifier and Type Method Description static Set<ScalingStatusType>ScalingStatusType. knownValues()Methods in software.amazon.awssdk.services.gamelift.model with parameters of type ScalingStatusType Modifier and Type Method Description ScalingPolicy.BuilderScalingPolicy.Builder. status(ScalingStatusType status)Current status of the scaling policy.DescribeScalingPoliciesRequest.BuilderDescribeScalingPoliciesRequest.Builder. statusFilter(ScalingStatusType statusFilter)Scaling policy status to filter results on.
-