Uses of Enum
com.amazonaws.services.applicationautoscaling.model.ScalingActivityStatusCode
Packages that use ScalingActivityStatusCode
-
Uses of ScalingActivityStatusCode in com.amazonaws.services.applicationautoscaling.model
Methods in com.amazonaws.services.applicationautoscaling.model that return ScalingActivityStatusCodeModifier and TypeMethodDescriptionstatic ScalingActivityStatusCodeUse this in place of valueOf.static ScalingActivityStatusCodeReturns the enum constant of this type with the specified name.static ScalingActivityStatusCode[]ScalingActivityStatusCode.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.amazonaws.services.applicationautoscaling.model with parameters of type ScalingActivityStatusCodeModifier and TypeMethodDescriptionvoidScalingActivity.setStatusCode(ScalingActivityStatusCode statusCode) Indicates the status of the scaling activity.ScalingActivity.withStatusCode(ScalingActivityStatusCode statusCode) Indicates the status of the scaling activity.