Uses of Class
com.amazonaws.services.applicationautoscaling.model.ScalingActivity
Packages that use ScalingActivity
-
Uses of ScalingActivity in com.amazonaws.services.applicationautoscaling.model
Methods in com.amazonaws.services.applicationautoscaling.model that return ScalingActivityModifier and TypeMethodDescriptionScalingActivity.clone()
ScalingActivity.withActivityId
(String activityId) The unique identifier string for the scaling activity.A simple description of what caused the scaling activity to happen.ScalingActivity.withDescription
(String description) A simple description of what action the scaling activity intends to accomplish.ScalingActivity.withDetails
(String details) The details about the scaling activity.ScalingActivity.withEndTime
(Date endTime) The Unix timestamp for when the scaling activity ended.ScalingActivity.withResourceId
(String resourceId) The unique identifier string for the resource associated with the scaling activity.ScalingActivity.withScalableDimension
(ScalableDimension scalableDimension) The scalable dimension associated with the scaling activity.ScalingActivity.withScalableDimension
(String scalableDimension) The scalable dimension associated with the scaling activity.ScalingActivity.withServiceNamespace
(ServiceNamespace serviceNamespace) The namespace for the AWS service that the scaling activity is associated with.ScalingActivity.withServiceNamespace
(String serviceNamespace) The namespace for the AWS service that the scaling activity is associated with.ScalingActivity.withStartTime
(Date startTime) The Unix timestamp for when the scaling activity began.ScalingActivity.withStatusCode
(ScalingActivityStatusCode statusCode) Indicates the status of the scaling activity.ScalingActivity.withStatusCode
(String statusCode) Indicates the status of the scaling activity.ScalingActivity.withStatusMessage
(String statusMessage) A simple message about the current status of the scaling activity.Methods in com.amazonaws.services.applicationautoscaling.model that return types with arguments of type ScalingActivityModifier and TypeMethodDescriptionDescribeScalingActivitiesResult.getScalingActivities()
A list of scaling activity objects.Methods in com.amazonaws.services.applicationautoscaling.model with parameters of type ScalingActivityModifier and TypeMethodDescriptionDescribeScalingActivitiesResult.withScalingActivities
(ScalingActivity... scalingActivities) A list of scaling activity objects.Method parameters in com.amazonaws.services.applicationautoscaling.model with type arguments of type ScalingActivityModifier and TypeMethodDescriptionvoid
DescribeScalingActivitiesResult.setScalingActivities
(Collection<ScalingActivity> scalingActivities) A list of scaling activity objects.DescribeScalingActivitiesResult.withScalingActivities
(Collection<ScalingActivity> scalingActivities) A list of scaling activity objects.