| 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> |
AWSApplicationAutoScalingAsyncClient.registerScalableTargetAsync(RegisterScalableTargetRequest request,
AsyncHandler<RegisterScalableTargetRequest,RegisterScalableTargetResult> asyncHandler) |
Future<RegisterScalableTargetResult> |
AWSApplicationAutoScalingAsync.registerScalableTargetAsync(RegisterScalableTargetRequest registerScalableTargetRequest,
AsyncHandler<RegisterScalableTargetRequest,RegisterScalableTargetResult> asyncHandler)
Registers or updates a scalable target, which is the resource that you want to scale.
|
Future<RegisterScalableTargetResult> |
AbstractAWSApplicationAutoScalingAsync.registerScalableTargetAsync(RegisterScalableTargetRequest request,
AsyncHandler<RegisterScalableTargetRequest,RegisterScalableTargetResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
RegisterScalableTargetRequest |
RegisterScalableTargetRequest.addTagsEntry(String key,
String value)
Add a single Tags entry
|
RegisterScalableTargetRequest |
RegisterScalableTargetRequest.clearTagsEntries()
Removes all the entries added into Tags.
|
RegisterScalableTargetRequest |
RegisterScalableTargetRequest.clone() |
RegisterScalableTargetRequest |
RegisterScalableTargetRequest.withMaxCapacity(Integer maxCapacity)
The maximum value that you plan to scale out to.
|
RegisterScalableTargetRequest |
RegisterScalableTargetRequest.withMinCapacity(Integer minCapacity)
The minimum value that you plan to scale in to.
|
RegisterScalableTargetRequest |
RegisterScalableTargetRequest.withResourceId(String resourceId)
The identifier of the resource that is associated with the scalable target.
|
RegisterScalableTargetRequest |
RegisterScalableTargetRequest.withRoleARN(String roleARN)
This parameter is required for services that do not support service-linked roles (such as Amazon EMR), and it
must specify the ARN of an IAM role that allows Application Auto Scaling 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 Amazon Web Services service that provides the resource.
|
RegisterScalableTargetRequest |
RegisterScalableTargetRequest.withServiceNamespace(String serviceNamespace)
The namespace of the Amazon Web Services service that provides the resource.
|
RegisterScalableTargetRequest |
RegisterScalableTargetRequest.withSuspendedState(SuspendedState suspendedState)
An embedded object that contains attributes and attribute values that are used to suspend and resume automatic
scaling.
|
RegisterScalableTargetRequest |
RegisterScalableTargetRequest.withTags(Map<String,String> tags)
Assigns one or more tags to the scalable target.
|
Copyright © 2023. All rights reserved.