Uses of Class
com.amazonaws.services.applicationautoscaling.model.PutScalingPolicyRequest
Packages that use PutScalingPolicyRequest
Package
Description
-
Uses of PutScalingPolicyRequest in com.amazonaws.services.applicationautoscaling
Methods in com.amazonaws.services.applicationautoscaling with parameters of type PutScalingPolicyRequestModifier and TypeMethodDescriptionAbstractAWSApplicationAutoScaling.putScalingPolicy
(PutScalingPolicyRequest request) AWSApplicationAutoScaling.putScalingPolicy
(PutScalingPolicyRequest putScalingPolicyRequest) Creates or updates a policy for an existing Application Auto Scaling scalable target.AWSApplicationAutoScalingClient.putScalingPolicy
(PutScalingPolicyRequest putScalingPolicyRequest) Creates or updates a policy for an existing Application Auto Scaling scalable target.AbstractAWSApplicationAutoScalingAsync.putScalingPolicyAsync
(PutScalingPolicyRequest request) AbstractAWSApplicationAutoScalingAsync.putScalingPolicyAsync
(PutScalingPolicyRequest request, AsyncHandler<PutScalingPolicyRequest, PutScalingPolicyResult> asyncHandler) AWSApplicationAutoScalingAsync.putScalingPolicyAsync
(PutScalingPolicyRequest putScalingPolicyRequest) Creates or updates a policy for an existing Application Auto Scaling scalable target.AWSApplicationAutoScalingAsync.putScalingPolicyAsync
(PutScalingPolicyRequest putScalingPolicyRequest, AsyncHandler<PutScalingPolicyRequest, PutScalingPolicyResult> asyncHandler) Creates or updates a policy for an existing Application Auto Scaling scalable target.AWSApplicationAutoScalingAsyncClient.putScalingPolicyAsync
(PutScalingPolicyRequest request) AWSApplicationAutoScalingAsyncClient.putScalingPolicyAsync
(PutScalingPolicyRequest request, AsyncHandler<PutScalingPolicyRequest, PutScalingPolicyResult> asyncHandler) Method parameters in com.amazonaws.services.applicationautoscaling with type arguments of type PutScalingPolicyRequestModifier and TypeMethodDescriptionAbstractAWSApplicationAutoScalingAsync.putScalingPolicyAsync
(PutScalingPolicyRequest request, AsyncHandler<PutScalingPolicyRequest, PutScalingPolicyResult> asyncHandler) AWSApplicationAutoScalingAsync.putScalingPolicyAsync
(PutScalingPolicyRequest putScalingPolicyRequest, AsyncHandler<PutScalingPolicyRequest, PutScalingPolicyResult> asyncHandler) Creates or updates a policy for an existing Application Auto Scaling scalable target.AWSApplicationAutoScalingAsyncClient.putScalingPolicyAsync
(PutScalingPolicyRequest request, AsyncHandler<PutScalingPolicyRequest, PutScalingPolicyResult> asyncHandler) -
Uses of PutScalingPolicyRequest in com.amazonaws.services.applicationautoscaling.model
Methods in com.amazonaws.services.applicationautoscaling.model that return PutScalingPolicyRequestModifier and TypeMethodDescriptionPutScalingPolicyRequest.clone()
PutScalingPolicyRequest.withPolicyName
(String policyName) The name of the scaling policy.PutScalingPolicyRequest.withPolicyType
(PolicyType policyType) The policy type.PutScalingPolicyRequest.withPolicyType
(String policyType) The policy type.PutScalingPolicyRequest.withResourceId
(String resourceId) The unique resource identifier string for the scalable target that this scaling policy applies to.PutScalingPolicyRequest.withScalableDimension
(ScalableDimension scalableDimension) The scalable dimension of the scalable target that this scaling policy applies to.PutScalingPolicyRequest.withScalableDimension
(String scalableDimension) The scalable dimension of the scalable target that this scaling policy applies to.PutScalingPolicyRequest.withServiceNamespace
(ServiceNamespace serviceNamespace) The AWS service namespace of the scalable target that this scaling policy applies to.PutScalingPolicyRequest.withServiceNamespace
(String serviceNamespace) The AWS service namespace of the scalable target that this scaling policy applies to.PutScalingPolicyRequest.withStepScalingPolicyConfiguration
(StepScalingPolicyConfiguration stepScalingPolicyConfiguration) The configuration for the step scaling policy.