Uses of Class
com.amazonaws.services.autoscaling.model.Activity
Packages that use Activity
-
Uses of Activity in com.amazonaws.services.autoscaling.model
Methods in com.amazonaws.services.autoscaling.model that return ActivityModifier and TypeMethodDescriptionActivity.clone()TerminateInstanceInAutoScalingGroupResult.getActivity()A scaling activity.Activity.withActivityId(String activityId) The ID of the activity.Activity.withAutoScalingGroupName(String autoScalingGroupName) The name of the Auto Scaling group.The reason the activity began.Activity.withDescription(String description) A friendly, more verbose description of the activity.Activity.withDetails(String details) The details about the activity.Activity.withEndTime(Date endTime) The end time of the activity.Activity.withProgress(Integer progress) A value between 0 and 100 that indicates the progress of the activity.Activity.withStartTime(Date startTime) The start time of the activity.Activity.withStatusCode(ScalingActivityStatusCode statusCode) The current status of the activity.Activity.withStatusCode(String statusCode) The current status of the activity.Activity.withStatusMessage(String statusMessage) A friendly, more verbose description of the activity status.Methods in com.amazonaws.services.autoscaling.model that return types with arguments of type ActivityModifier and TypeMethodDescriptionDescribeScalingActivitiesResult.getActivities()The scaling activities.DetachInstancesResult.getActivities()The activities related to detaching the instances from the Auto Scaling group.EnterStandbyResult.getActivities()The activities related to moving instances intoStandbymode.ExitStandbyResult.getActivities()The activities related to moving instances out ofStandbymode.Methods in com.amazonaws.services.autoscaling.model with parameters of type ActivityModifier and TypeMethodDescriptionvoidTerminateInstanceInAutoScalingGroupResult.setActivity(Activity activity) A scaling activity.DescribeScalingActivitiesResult.withActivities(Activity... activities) The scaling activities.DetachInstancesResult.withActivities(Activity... activities) The activities related to detaching the instances from the Auto Scaling group.EnterStandbyResult.withActivities(Activity... activities) The activities related to moving instances intoStandbymode.ExitStandbyResult.withActivities(Activity... activities) The activities related to moving instances out ofStandbymode.TerminateInstanceInAutoScalingGroupResult.withActivity(Activity activity) A scaling activity.Method parameters in com.amazonaws.services.autoscaling.model with type arguments of type ActivityModifier and TypeMethodDescriptionvoidDescribeScalingActivitiesResult.setActivities(Collection<Activity> activities) The scaling activities.voidDetachInstancesResult.setActivities(Collection<Activity> activities) The activities related to detaching the instances from the Auto Scaling group.voidEnterStandbyResult.setActivities(Collection<Activity> activities) The activities related to moving instances intoStandbymode.voidExitStandbyResult.setActivities(Collection<Activity> activities) The activities related to moving instances out ofStandbymode.DescribeScalingActivitiesResult.withActivities(Collection<Activity> activities) The scaling activities.DetachInstancesResult.withActivities(Collection<Activity> activities) The activities related to detaching the instances from the Auto Scaling group.EnterStandbyResult.withActivities(Collection<Activity> activities) The activities related to moving instances intoStandbymode.ExitStandbyResult.withActivities(Collection<Activity> activities) The activities related to moving instances out ofStandbymode.