|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ScalingActivityStatusCode | |
---|---|
com.amazonaws.services.autoscaling.model | Classes modeling the various types represented by AmazonAutoScaling. |
Uses of ScalingActivityStatusCode in com.amazonaws.services.autoscaling.model |
---|
Methods in com.amazonaws.services.autoscaling.model that return ScalingActivityStatusCode | |
---|---|
static ScalingActivityStatusCode |
ScalingActivityStatusCode.fromValue(String value)
Use this in place of valueOf. |
static ScalingActivityStatusCode |
ScalingActivityStatusCode.valueOf(String name)
Returns 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.autoscaling.model with parameters of type ScalingActivityStatusCode | |
---|---|
void |
Activity.setStatusCode(ScalingActivityStatusCode statusCode)
Contains the current status of the activity. |
Activity |
Activity.withStatusCode(ScalingActivityStatusCode statusCode)
Contains the current status of the activity. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |