Package | Description |
---|---|
com.amazonaws.services.gamelift.model | |
com.amazonaws.services.gamelift.model.transform |
Modifier and Type | Field and Description |
---|---|
private java.util.List<ScalingPolicy> |
DescribeScalingPoliciesResult.scalingPolicies
Collection of objects containing the scaling policies matching the
request.
|
Modifier and Type | Method and Description |
---|---|
ScalingPolicy |
ScalingPolicy.clone() |
ScalingPolicy |
ScalingPolicy.withComparisonOperator(ComparisonOperatorType comparisonOperator)
Comparison operator to use when measuring a metric against the threshold
value.
|
ScalingPolicy |
ScalingPolicy.withComparisonOperator(java.lang.String comparisonOperator)
Comparison operator to use when measuring a metric against the threshold
value.
|
ScalingPolicy |
ScalingPolicy.withEvaluationPeriods(java.lang.Integer evaluationPeriods)
Length of time (in minutes) the metric must be at or beyond the threshold
before a scaling event is triggered.
|
ScalingPolicy |
ScalingPolicy.withFleetId(java.lang.String fleetId)
Unique identity for the fleet associated with this scaling policy.
|
ScalingPolicy |
ScalingPolicy.withMetricName(MetricName metricName)
Name of the GameLift-defined metric that is used to trigger an
adjustment.
|
ScalingPolicy |
ScalingPolicy.withMetricName(java.lang.String metricName)
Name of the GameLift-defined metric that is used to trigger an
adjustment.
|
ScalingPolicy |
ScalingPolicy.withName(java.lang.String name)
Descriptive label associated with this scaling policy.
|
ScalingPolicy |
ScalingPolicy.withScalingAdjustment(java.lang.Integer scalingAdjustment)
Amount of adjustment to make, based on the scaling adjustment type.
|
ScalingPolicy |
ScalingPolicy.withScalingAdjustmentType(ScalingAdjustmentType scalingAdjustmentType)
Type of adjustment to make to a fleet's instance count (see
FleetCapacity):
ChangeInCapacity: add (or subtract) the scaling adjustment value from
the current instance count.
|
ScalingPolicy |
ScalingPolicy.withScalingAdjustmentType(java.lang.String scalingAdjustmentType)
Type of adjustment to make to a fleet's instance count (see
FleetCapacity):
ChangeInCapacity: add (or subtract) the scaling adjustment value from
the current instance count.
|
ScalingPolicy |
ScalingPolicy.withStatus(ScalingStatusType status)
Current status of the scaling policy.
|
ScalingPolicy |
ScalingPolicy.withStatus(java.lang.String status)
Current status of the scaling policy.
|
ScalingPolicy |
ScalingPolicy.withThreshold(java.lang.Double threshold)
Metric value used to trigger a scaling event.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<ScalingPolicy> |
DescribeScalingPoliciesResult.getScalingPolicies()
Collection of objects containing the scaling policies matching the
request.
|
Modifier and Type | Method and Description |
---|---|
DescribeScalingPoliciesResult |
DescribeScalingPoliciesResult.withScalingPolicies(ScalingPolicy... scalingPolicies)
Collection of objects containing the scaling policies matching the
request.
|
Modifier and Type | Method and Description |
---|---|
void |
DescribeScalingPoliciesResult.setScalingPolicies(java.util.Collection<ScalingPolicy> scalingPolicies)
Collection of objects containing the scaling policies matching the
request.
|
DescribeScalingPoliciesResult |
DescribeScalingPoliciesResult.withScalingPolicies(java.util.Collection<ScalingPolicy> scalingPolicies)
Collection of objects containing the scaling policies matching the
request.
|
Modifier and Type | Method and Description |
---|---|
ScalingPolicy |
ScalingPolicyJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Modifier and Type | Method and Description |
---|---|
void |
ScalingPolicyJsonMarshaller.marshall(ScalingPolicy scalingPolicy,
StructuredJsonGenerator jsonGenerator)
Marshall the given parameter object, and output to a SdkJsonGenerator
|