| Package | Description |
|---|---|
| com.amazonaws.services.applicationautoscaling |
With Application Auto Scaling, you can configure automatic scaling for the following resources:
|
| com.amazonaws.services.applicationautoscaling.model |
| Modifier and Type | Method and Description |
|---|---|
Future<RegisterScalableTargetResult> |
AWSApplicationAutoScalingAsync.registerScalableTargetAsync(RegisterScalableTargetRequest registerScalableTargetRequest,
AsyncHandler<RegisterScalableTargetRequest,RegisterScalableTargetResult> asyncHandler)
Registers or updates a scalable target.
|
Future<RegisterScalableTargetResult> |
AbstractAWSApplicationAutoScalingAsync.registerScalableTargetAsync(RegisterScalableTargetRequest request,
AsyncHandler<RegisterScalableTargetRequest,RegisterScalableTargetResult> asyncHandler) |
Future<RegisterScalableTargetResult> |
AWSApplicationAutoScalingAsyncClient.registerScalableTargetAsync(RegisterScalableTargetRequest request,
AsyncHandler<RegisterScalableTargetRequest,RegisterScalableTargetResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
RegisterScalableTargetRequest |
RegisterScalableTargetRequest.clone() |
RegisterScalableTargetRequest |
RegisterScalableTargetRequest.withMaxCapacity(Integer maxCapacity)
The maximum value to scale to in response to a scale-out event.
|
RegisterScalableTargetRequest |
RegisterScalableTargetRequest.withMinCapacity(Integer minCapacity)
The minimum value to scale to in response to a scale-in event.
|
RegisterScalableTargetRequest |
RegisterScalableTargetRequest.withResourceId(String resourceId)
The identifier of the resource that is associated with the scalable target.
|
RegisterScalableTargetRequest |
RegisterScalableTargetRequest.withRoleARN(String roleARN)
Application Auto Scaling creates a service-linked role that grants it permissions to modify the scalable target
on your behalf.
|
RegisterScalableTargetRequest |
RegisterScalableTargetRequest.withScalableDimension(ScalableDimension scalableDimension)
The scalable dimension associated with the scalable target.
|
RegisterScalableTargetRequest |
RegisterScalableTargetRequest.withScalableDimension(String scalableDimension)
The scalable dimension associated with the scalable target.
|
RegisterScalableTargetRequest |
RegisterScalableTargetRequest.withServiceNamespace(ServiceNamespace serviceNamespace)
The namespace of the AWS service that provides the resource or
custom-resource for a resource
provided by your own application or service. |
RegisterScalableTargetRequest |
RegisterScalableTargetRequest.withServiceNamespace(String serviceNamespace)
The namespace of the AWS service that provides the resource or
custom-resource for a resource
provided by your own application or service. |
RegisterScalableTargetRequest |
RegisterScalableTargetRequest.withSuspendedState(SuspendedState suspendedState)
An embedded object that contains attributes and attribute values that are used to suspend and resume automatic
scaling.
|
Copyright © 2020. All rights reserved.