Uses of Class
com.amazonaws.services.gamelift.model.PutScalingPolicyRequest
Packages that use PutScalingPolicyRequest
-
Uses of PutScalingPolicyRequest in com.amazonaws.services.gamelift
Methods in com.amazonaws.services.gamelift with parameters of type PutScalingPolicyRequestModifier and TypeMethodDescriptionAbstractAmazonGameLift.putScalingPolicy
(PutScalingPolicyRequest request) AmazonGameLift.putScalingPolicy
(PutScalingPolicyRequest putScalingPolicyRequest) Creates or updates a scaling policy for a fleet.AmazonGameLiftClient.putScalingPolicy
(PutScalingPolicyRequest putScalingPolicyRequest) Creates or updates a scaling policy for a fleet.AbstractAmazonGameLiftAsync.putScalingPolicyAsync
(PutScalingPolicyRequest request) AbstractAmazonGameLiftAsync.putScalingPolicyAsync
(PutScalingPolicyRequest request, AsyncHandler<PutScalingPolicyRequest, PutScalingPolicyResult> asyncHandler) AmazonGameLiftAsync.putScalingPolicyAsync
(PutScalingPolicyRequest putScalingPolicyRequest) Creates or updates a scaling policy for a fleet.AmazonGameLiftAsync.putScalingPolicyAsync
(PutScalingPolicyRequest putScalingPolicyRequest, AsyncHandler<PutScalingPolicyRequest, PutScalingPolicyResult> asyncHandler) Creates or updates a scaling policy for a fleet.AmazonGameLiftAsyncClient.putScalingPolicyAsync
(PutScalingPolicyRequest request) AmazonGameLiftAsyncClient.putScalingPolicyAsync
(PutScalingPolicyRequest request, AsyncHandler<PutScalingPolicyRequest, PutScalingPolicyResult> asyncHandler) Method parameters in com.amazonaws.services.gamelift with type arguments of type PutScalingPolicyRequestModifier and TypeMethodDescriptionAbstractAmazonGameLiftAsync.putScalingPolicyAsync
(PutScalingPolicyRequest request, AsyncHandler<PutScalingPolicyRequest, PutScalingPolicyResult> asyncHandler) AmazonGameLiftAsync.putScalingPolicyAsync
(PutScalingPolicyRequest putScalingPolicyRequest, AsyncHandler<PutScalingPolicyRequest, PutScalingPolicyResult> asyncHandler) Creates or updates a scaling policy for a fleet.AmazonGameLiftAsyncClient.putScalingPolicyAsync
(PutScalingPolicyRequest request, AsyncHandler<PutScalingPolicyRequest, PutScalingPolicyResult> asyncHandler) -
Uses of PutScalingPolicyRequest in com.amazonaws.services.gamelift.model
Methods in com.amazonaws.services.gamelift.model that return PutScalingPolicyRequestModifier and TypeMethodDescriptionPutScalingPolicyRequest.clone()
PutScalingPolicyRequest.withComparisonOperator
(ComparisonOperatorType comparisonOperator) Comparison operator to use when measuring the metric against the threshold value.PutScalingPolicyRequest.withComparisonOperator
(String comparisonOperator) Comparison operator to use when measuring the metric against the threshold value.PutScalingPolicyRequest.withEvaluationPeriods
(Integer evaluationPeriods) Length of time (in minutes) the metric must be at or beyond the threshold before a scaling event is triggered.PutScalingPolicyRequest.withFleetId
(String fleetId) Unique identity for the fleet to scale with this policy.PutScalingPolicyRequest.withMetricName
(MetricName metricName) Name of the Service-defined metric that is used to trigger an adjustment.PutScalingPolicyRequest.withMetricName
(String metricName) Name of the Service-defined metric that is used to trigger an adjustment.Descriptive label associated with this scaling policy.PutScalingPolicyRequest.withScalingAdjustment
(Integer scalingAdjustment) Amount of adjustment to make, based on the scaling adjustment type.PutScalingPolicyRequest.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.PutScalingPolicyRequest.withScalingAdjustmentType
(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.PutScalingPolicyRequest.withThreshold
(Double threshold) Metric value used to trigger a scaling event.