Package | Description |
---|---|
com.amazonaws.services.autoscaling.model |
Classes modeling the various types represented by AmazonAutoScaling.
|
Modifier and Type | Method and Description |
---|---|
Activity |
TerminateInstanceInAutoScalingGroupResult.getActivity()
A scaling Activity.
|
Activity |
Activity.withActivityId(String activityId)
Specifies the ID of the activity.
|
Activity |
Activity.withAutoScalingGroupName(String autoScalingGroupName)
The name of the Auto Scaling group.
|
Activity |
Activity.withCause(String cause)
Contains the reason the activity was begun.
|
Activity |
Activity.withDescription(String description)
Contains a friendly, more verbose description of the scaling activity.
|
Activity |
Activity.withDetails(String details)
Contains details of the scaling activity.
|
Activity |
Activity.withEndTime(Date endTime)
Provides the end time of this activity.
|
Activity |
Activity.withProgress(Integer progress)
Specifies a value between 0 and 100 that indicates the progress of the
activity.
|
Activity |
Activity.withStartTime(Date startTime)
Provides the start time of this activity.
|
Activity |
Activity.withStatusCode(ScalingActivityStatusCode statusCode)
Contains the current status of the activity.
|
Activity |
Activity.withStatusCode(String statusCode)
Contains the current status of the activity.
|
Activity |
Activity.withStatusMessage(String statusMessage)
Contains a friendly, more verbose description of the activity status.
|
Modifier and Type | Method and Description |
---|---|
List<Activity> |
DescribeScalingActivitiesResult.getActivities()
A list of the requested scaling activities.
|
Modifier and Type | Method and Description |
---|---|
void |
TerminateInstanceInAutoScalingGroupResult.setActivity(Activity activity)
A scaling Activity.
|
DescribeScalingActivitiesResult |
DescribeScalingActivitiesResult.withActivities(Activity... activities)
A list of the requested scaling activities.
|
TerminateInstanceInAutoScalingGroupResult |
TerminateInstanceInAutoScalingGroupResult.withActivity(Activity activity)
A scaling Activity.
|
Modifier and Type | Method and Description |
---|---|
void |
DescribeScalingActivitiesResult.setActivities(Collection<Activity> activities)
A list of the requested scaling activities.
|
DescribeScalingActivitiesResult |
DescribeScalingActivitiesResult.withActivities(Collection<Activity> activities)
A list of the requested scaling activities.
|
Copyright © 2014. All rights reserved.