Package | Description |
---|---|
com.amazonaws.services.applicationautoscaling.model | |
com.amazonaws.services.applicationautoscaling.model.transform |
Modifier and Type | Field and Description |
---|---|
private java.util.List<ScalingActivity> |
DescribeScalingActivitiesResult.scalingActivities
A list of scaling activity objects.
|
Modifier and Type | Method and Description |
---|---|
ScalingActivity |
ScalingActivity.clone() |
ScalingActivity |
ScalingActivity.withActivityId(java.lang.String activityId)
The unique identifier string for the scaling activity.
|
ScalingActivity |
ScalingActivity.withCause(java.lang.String cause)
A simple description of what caused the scaling activity to happen.
|
ScalingActivity |
ScalingActivity.withDescription(java.lang.String description)
A simple description of what action the scaling activity intends to
accomplish.
|
ScalingActivity |
ScalingActivity.withDetails(java.lang.String details)
The details about the scaling activity.
|
ScalingActivity |
ScalingActivity.withEndTime(java.util.Date endTime)
The Unix timestamp for when the scaling activity ended.
|
ScalingActivity |
ScalingActivity.withResourceId(java.lang.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(java.lang.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(java.lang.String serviceNamespace)
The namespace for the AWS service that the scaling activity is associated
with.
|
ScalingActivity |
ScalingActivity.withStartTime(java.util.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(java.lang.String statusCode)
Indicates the status of the scaling activity.
|
ScalingActivity |
ScalingActivity.withStatusMessage(java.lang.String statusMessage)
A simple message about the current status of the scaling activity.
|
Modifier and Type | Method and Description |
---|---|
java.util.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(java.util.Collection<ScalingActivity> scalingActivities)
A list of scaling activity objects.
|
DescribeScalingActivitiesResult |
DescribeScalingActivitiesResult.withScalingActivities(java.util.Collection<ScalingActivity> scalingActivities)
A list of scaling activity objects.
|
Modifier and Type | Method and Description |
---|---|
ScalingActivity |
ScalingActivityJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Modifier and Type | Method and Description |
---|---|
void |
ScalingActivityJsonMarshaller.marshall(ScalingActivity scalingActivity,
StructuredJsonGenerator jsonGenerator)
Marshall the given parameter object, and output to a SdkJsonGenerator
|