| Package | Description |
|---|---|
| software.amazon.awssdk.services.gamelift.model |
| Modifier and Type | Method and Description |
|---|---|
static ScalingStatusType |
ScalingStatusType.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
ScalingStatusType |
ScalingPolicy.status()
Current status of the scaling policy.
|
ScalingStatusType |
DescribeScalingPoliciesRequest.statusFilter()
Scaling policy status to filter results on.
|
static ScalingStatusType |
ScalingStatusType.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.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<ScalingStatusType> |
ScalingStatusType.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
ScalingPolicy.Builder |
ScalingPolicy.Builder.status(ScalingStatusType status)
Current status of the scaling policy.
|
DescribeScalingPoliciesRequest.Builder |
DescribeScalingPoliciesRequest.Builder.statusFilter(ScalingStatusType statusFilter)
Scaling policy status to filter results on.
|
Copyright © 2023. All rights reserved.