public static enum RemoveDeploymentGroupResponse.Status extends Enum<RemoveDeploymentGroupResponse.Status>
| Enum Constant and Description |
|---|
DEPLOYMENT_GROUP_NOT_FOUND |
REMOVED |
| Modifier and Type | Method and Description |
|---|---|
static RemoveDeploymentGroupResponse.Status |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RemoveDeploymentGroupResponse.Status[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RemoveDeploymentGroupResponse.Status REMOVED
public static final RemoveDeploymentGroupResponse.Status DEPLOYMENT_GROUP_NOT_FOUND
public static RemoveDeploymentGroupResponse.Status[] values()
for (RemoveDeploymentGroupResponse.Status c : RemoveDeploymentGroupResponse.Status.values()) System.out.println(c);
public static RemoveDeploymentGroupResponse.Status valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullCopyright © 2017. All rights reserved.