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