| Package | Description |
|---|---|
| com.amazonaws.services.applicationautoscaling.model |
| Modifier and Type | Method and Description |
|---|---|
ScalableTarget |
ScalableTarget.clone() |
ScalableTarget |
ScalableTarget.withCreationTime(Date creationTime)
The Unix timestamp for when the scalable target was created.
|
ScalableTarget |
ScalableTarget.withMaxCapacity(Integer maxCapacity)
The maximum value to scale to in response to a scale-out activity.
|
ScalableTarget |
ScalableTarget.withMinCapacity(Integer minCapacity)
The minimum value to scale to in response to a scale-in activity.
|
ScalableTarget |
ScalableTarget.withResourceId(String resourceId)
The identifier of the resource associated with the scalable target.
|
ScalableTarget |
ScalableTarget.withRoleARN(String roleARN)
The ARN of an IAM role that allows Application Auto Scaling to modify the scalable target on your behalf.
|
ScalableTarget |
ScalableTarget.withScalableDimension(ScalableDimension scalableDimension)
The scalable dimension associated with the scalable target.
|
ScalableTarget |
ScalableTarget.withScalableDimension(String scalableDimension)
The scalable dimension associated with the scalable target.
|
ScalableTarget |
ScalableTarget.withScalableTargetARN(String scalableTargetARN)
The ARN of the scalable target.
|
ScalableTarget |
ScalableTarget.withServiceNamespace(ServiceNamespace serviceNamespace)
The namespace of the Amazon Web Services service that provides the resource, or a
custom-resource. |
ScalableTarget |
ScalableTarget.withServiceNamespace(String serviceNamespace)
The namespace of the Amazon Web Services service that provides the resource, or a
custom-resource. |
ScalableTarget |
ScalableTarget.withSuspendedState(SuspendedState suspendedState)
Specifies whether the scaling activities for a scalable target are in a suspended state.
|
| Modifier and Type | Method and Description |
|---|---|
List<ScalableTarget> |
DescribeScalableTargetsResult.getScalableTargets()
The scalable targets that match the request parameters.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeScalableTargetsResult |
DescribeScalableTargetsResult.withScalableTargets(ScalableTarget... scalableTargets)
The scalable targets that match the request parameters.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeScalableTargetsResult.setScalableTargets(Collection<ScalableTarget> scalableTargets)
The scalable targets that match the request parameters.
|
DescribeScalableTargetsResult |
DescribeScalableTargetsResult.withScalableTargets(Collection<ScalableTarget> scalableTargets)
The scalable targets that match the request parameters.
|
Copyright © 2024. All rights reserved.