ScalingActivity |
ScalingActivity.clone() |
|
ScalingActivity |
ScalingActivity.withActivityId(String activityId) |
The unique identifier string for 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 unique identifier string for the resource associated with the scaling
activity.
|
ScalingActivity |
ScalingActivity.withScalableDimension(ScalableDimension scalableDimension) |
The scalable dimension associated with the scaling activity.
|
ScalingActivity |
ScalingActivity.withScalableDimension(String scalableDimension) |
The scalable dimension associated with the scaling activity.
|
ScalingActivity |
ScalingActivity.withServiceNamespace(ServiceNamespace serviceNamespace) |
The namespace for the AWS service that the scaling activity is associated
with.
|
ScalingActivity |
ScalingActivity.withServiceNamespace(String serviceNamespace) |
The namespace for the AWS service that the scaling activity is associated
with.
|
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.
|