|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Activity | |
|---|---|
| com.amazonaws.services.autoscaling.model | Classes modeling the various types represented by AmazonAutoScaling. |
| Uses of Activity in com.amazonaws.services.autoscaling.model |
|---|
| Methods in com.amazonaws.services.autoscaling.model that return Activity | |
|---|---|
Activity |
TerminateInstanceInAutoScalingGroupResult.getActivity()
|
Activity |
Activity.withActivityId(String activityId)
Specifies the ID of the activity. |
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.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(String statusCode)
Contains the current status of the activity. |
Activity |
Activity.withStatusMessage(String statusMessage)
Contains a friendly, more verbose description of the activity status. |
| Methods in com.amazonaws.services.autoscaling.model that return types with arguments of type Activity | |
|---|---|
List<Activity> |
DescribeScalingActivitiesResult.getActivities()
A list of the requested scaling activities. |
| Methods in com.amazonaws.services.autoscaling.model with parameters of type Activity | |
|---|---|
void |
TerminateInstanceInAutoScalingGroupResult.setActivity(Activity activity)
|
DescribeScalingActivitiesResult |
DescribeScalingActivitiesResult.withActivities(Activity... activities)
A list of the requested scaling activities. |
TerminateInstanceInAutoScalingGroupResult |
TerminateInstanceInAutoScalingGroupResult.withActivity(Activity activity)
Returns a reference to this object so that method calls can be chained together. |
| Method parameters in com.amazonaws.services.autoscaling.model with type arguments of type Activity | |
|---|---|
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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||