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 for this scalable target to scale out to in response to
scaling activities.
|
ScalableTarget |
ScalableTarget.withMinCapacity(Integer minCapacity)
The minimum value for this scalable target to scale in to in response to
scaling activities.
|
ScalableTarget |
ScalableTarget.withResourceId(String resourceId)
The unique identifier string for the resource associated with the
scalable target.
|
ScalableTarget |
ScalableTarget.withRoleARN(String roleARN)
The ARN of the IAM role that allows Application Auto Scaling to modify
your 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.withServiceNamespace(ServiceNamespace serviceNamespace)
The namespace for the AWS service that the scalable target is associated
with.
|
ScalableTarget |
ScalableTarget.withServiceNamespace(String serviceNamespace)
The namespace for the AWS service that the scalable target is associated
with.
|
Modifier and Type | Method and Description |
---|---|
List<ScalableTarget> |
DescribeScalableTargetsResult.getScalableTargets()
The list of scalable targets that matches the request parameters.
|
Modifier and Type | Method and Description |
---|---|
DescribeScalableTargetsResult |
DescribeScalableTargetsResult.withScalableTargets(ScalableTarget... scalableTargets)
The list of scalable targets that matches the request parameters.
|
Modifier and Type | Method and Description |
---|---|
void |
DescribeScalableTargetsResult.setScalableTargets(Collection<ScalableTarget> scalableTargets)
The list of scalable targets that matches the request parameters.
|
DescribeScalableTargetsResult |
DescribeScalableTargetsResult.withScalableTargets(Collection<ScalableTarget> scalableTargets)
The list of scalable targets that matches the request parameters.
|
Copyright © 2018. All rights reserved.