| Package | Description |
|---|---|
| software.amazon.awssdk.services.gamelift.model |
| Modifier and Type | Method and Description |
|---|---|
static ScalingAdjustmentType |
ScalingAdjustmentType.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
ScalingAdjustmentType |
PutScalingPolicyRequest.scalingAdjustmentType()
The type of adjustment to make to a fleet's instance count:
|
ScalingAdjustmentType |
ScalingPolicy.scalingAdjustmentType()
The type of adjustment to make to a fleet's instance count.
|
static ScalingAdjustmentType |
ScalingAdjustmentType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ScalingAdjustmentType[] |
ScalingAdjustmentType.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<ScalingAdjustmentType> |
ScalingAdjustmentType.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
PutScalingPolicyRequest.Builder |
PutScalingPolicyRequest.Builder.scalingAdjustmentType(ScalingAdjustmentType scalingAdjustmentType)
The type of adjustment to make to a fleet's instance count:
|
ScalingPolicy.Builder |
ScalingPolicy.Builder.scalingAdjustmentType(ScalingAdjustmentType scalingAdjustmentType)
The type of adjustment to make to a fleet's instance count.
|
Copyright © 2022. All rights reserved.