Package | Description |
---|---|
com.amazonaws.services.applicationautoscaling | |
com.amazonaws.services.applicationautoscaling.model |
Modifier and Type | Method and Description |
---|---|
PutScalingPolicyResult |
AWSApplicationAutoScalingClient.putScalingPolicy(PutScalingPolicyRequest putScalingPolicyRequest)
Creates or updates a policy for an existing Application Auto Scaling
scalable target.
|
PutScalingPolicyResult |
AWSApplicationAutoScaling.putScalingPolicy(PutScalingPolicyRequest putScalingPolicyRequest)
Creates or updates a policy for an existing Application Auto Scaling
scalable target.
|
PutScalingPolicyResult |
AbstractAWSApplicationAutoScaling.putScalingPolicy(PutScalingPolicyRequest request) |
Future<PutScalingPolicyResult> |
AWSApplicationAutoScalingAsync.putScalingPolicyAsync(PutScalingPolicyRequest putScalingPolicyRequest)
Creates or updates a policy for an existing Application Auto Scaling
scalable target.
|
Future<PutScalingPolicyResult> |
AbstractAWSApplicationAutoScalingAsync.putScalingPolicyAsync(PutScalingPolicyRequest request) |
Future<PutScalingPolicyResult> |
AWSApplicationAutoScalingAsyncClient.putScalingPolicyAsync(PutScalingPolicyRequest request) |
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> |
AbstractAWSApplicationAutoScalingAsync.putScalingPolicyAsync(PutScalingPolicyRequest request,
AsyncHandler<PutScalingPolicyRequest,PutScalingPolicyResult> asyncHandler) |
Future<PutScalingPolicyResult> |
AWSApplicationAutoScalingAsyncClient.putScalingPolicyAsync(PutScalingPolicyRequest request,
AsyncHandler<PutScalingPolicyRequest,PutScalingPolicyResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
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> |
AbstractAWSApplicationAutoScalingAsync.putScalingPolicyAsync(PutScalingPolicyRequest request,
AsyncHandler<PutScalingPolicyRequest,PutScalingPolicyResult> asyncHandler) |
Future<PutScalingPolicyResult> |
AWSApplicationAutoScalingAsyncClient.putScalingPolicyAsync(PutScalingPolicyRequest request,
AsyncHandler<PutScalingPolicyRequest,PutScalingPolicyResult> asyncHandler) |
Modifier and Type | Method and 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.
|
Copyright © 2018. All rights reserved.