Package | Description |
---|---|
com.amazonaws.services.gamelift.model |
Modifier and Type | Method and Description |
---|---|
static ScalingStatusType |
ScalingStatusType.fromValue(String value)
Use this in place of valueOf.
|
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 |
---|---|
void |
ScalingPolicy.setStatus(ScalingStatusType status)
Current status of the scaling policy.
|
void |
DescribeScalingPoliciesRequest.setStatusFilter(ScalingStatusType statusFilter)
Game session status to filter results on.
|
ScalingPolicy |
ScalingPolicy.withStatus(ScalingStatusType status)
Current status of the scaling policy.
|
DescribeScalingPoliciesRequest |
DescribeScalingPoliciesRequest.withStatusFilter(ScalingStatusType statusFilter)
Game session status to filter results on.
|
Copyright © 2018. All rights reserved.