Package | Description |
---|---|
com.amazonaws.services.applicationautoscaling.model | |
com.amazonaws.services.applicationautoscaling.model.transform |
Modifier and Type | Field and Description |
---|---|
private java.util.List<ScalableTarget> |
DescribeScalableTargetsResult.scalableTargets
The list of scalable targets that matches the request parameters.
|
Modifier and Type | Method and Description |
---|---|
ScalableTarget |
ScalableTarget.clone() |
ScalableTarget |
ScalableTarget.withCreationTime(java.util.Date creationTime)
The Unix timestamp for when the scalable target was created.
|
ScalableTarget |
ScalableTarget.withMaxCapacity(java.lang.Integer maxCapacity)
The maximum value for this scalable target to scale out to in response to
scaling activities.
|
ScalableTarget |
ScalableTarget.withMinCapacity(java.lang.Integer minCapacity)
The minimum value for this scalable target to scale in to in response to
scaling activities.
|
ScalableTarget |
ScalableTarget.withResourceId(java.lang.String resourceId)
The unique identifier string for the resource associated with the
scalable target.
|
ScalableTarget |
ScalableTarget.withRoleARN(java.lang.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(java.lang.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(java.lang.String serviceNamespace)
The namespace for the AWS service that the scalable target is associated
with.
|
Modifier and Type | Method and Description |
---|---|
java.util.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(java.util.Collection<ScalableTarget> scalableTargets)
The list of scalable targets that matches the request parameters.
|
DescribeScalableTargetsResult |
DescribeScalableTargetsResult.withScalableTargets(java.util.Collection<ScalableTarget> scalableTargets)
The list of scalable targets that matches the request parameters.
|
Modifier and Type | Method and Description |
---|---|
ScalableTarget |
ScalableTargetJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Modifier and Type | Method and Description |
---|---|
void |
ScalableTargetJsonMarshaller.marshall(ScalableTarget scalableTarget,
StructuredJsonGenerator jsonGenerator)
Marshall the given parameter object, and output to a SdkJsonGenerator
|