| Package | Description |
|---|---|
| com.amazonaws.services.applicationautoscaling.model |
| Modifier and Type | Method and Description |
|---|---|
ScalingActivity |
ScalingActivity.clone() |
ScalingActivity |
ScalingActivity.withActivityId(String activityId)
The unique identifier of the scaling activity.
|
ScalingActivity |
ScalingActivity.withCause(String cause)
A simple description of what caused the scaling activity to happen.
|
ScalingActivity |
ScalingActivity.withDescription(String description)
A simple description of what action the scaling activity intends to accomplish.
|
ScalingActivity |
ScalingActivity.withDetails(String details)
The details about the scaling activity.
|
ScalingActivity |
ScalingActivity.withEndTime(Date endTime)
The Unix timestamp for when the scaling activity ended.
|
ScalingActivity |
ScalingActivity.withResourceId(String resourceId)
The identifier of the resource associated with the scaling activity.
|
ScalingActivity |
ScalingActivity.withScalableDimension(ScalableDimension scalableDimension)
The scalable dimension.
|
ScalingActivity |
ScalingActivity.withScalableDimension(String scalableDimension)
The scalable dimension.
|
ScalingActivity |
ScalingActivity.withServiceNamespace(ServiceNamespace serviceNamespace)
The namespace of the AWS service that provides the resource, or a
custom-resource. |
ScalingActivity |
ScalingActivity.withServiceNamespace(String serviceNamespace)
The namespace of the AWS service that provides the resource, or a
custom-resource. |
ScalingActivity |
ScalingActivity.withStartTime(Date startTime)
The Unix timestamp for when the scaling activity began.
|
ScalingActivity |
ScalingActivity.withStatusCode(ScalingActivityStatusCode statusCode)
Indicates the status of the scaling activity.
|
ScalingActivity |
ScalingActivity.withStatusCode(String statusCode)
Indicates the status of the scaling activity.
|
ScalingActivity |
ScalingActivity.withStatusMessage(String statusMessage)
A simple message about the current status of the scaling activity.
|
| Modifier and Type | Method and Description |
|---|---|
List<ScalingActivity> |
DescribeScalingActivitiesResult.getScalingActivities()
A list of scaling activity objects.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeScalingActivitiesResult |
DescribeScalingActivitiesResult.withScalingActivities(ScalingActivity... scalingActivities)
A list of scaling activity objects.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeScalingActivitiesResult.setScalingActivities(Collection<ScalingActivity> scalingActivities)
A list of scaling activity objects.
|
DescribeScalingActivitiesResult |
DescribeScalingActivitiesResult.withScalingActivities(Collection<ScalingActivity> scalingActivities)
A list of scaling activity objects.
|
Copyright © 2020. All rights reserved.