@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public enum SignalMapMonitorDeploymentStatus extends Enum<SignalMapMonitorDeploymentStatus>
| Enum Constant and Description |
|---|
DELETE_COMPLETE |
DELETE_FAILED |
DELETE_IN_PROGRESS |
DEPLOYMENT_COMPLETE |
DEPLOYMENT_FAILED |
DEPLOYMENT_IN_PROGRESS |
DRY_RUN_DEPLOYMENT_COMPLETE |
DRY_RUN_DEPLOYMENT_FAILED |
DRY_RUN_DEPLOYMENT_IN_PROGRESS |
NOT_DEPLOYED |
| Modifier and Type | Method and Description |
|---|---|
static SignalMapMonitorDeploymentStatus |
fromValue(String value)
Use this in place of valueOf.
|
String |
toString() |
static SignalMapMonitorDeploymentStatus |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SignalMapMonitorDeploymentStatus[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SignalMapMonitorDeploymentStatus NOT_DEPLOYED
public static final SignalMapMonitorDeploymentStatus DRY_RUN_DEPLOYMENT_COMPLETE
public static final SignalMapMonitorDeploymentStatus DRY_RUN_DEPLOYMENT_FAILED
public static final SignalMapMonitorDeploymentStatus DRY_RUN_DEPLOYMENT_IN_PROGRESS
public static final SignalMapMonitorDeploymentStatus DEPLOYMENT_COMPLETE
public static final SignalMapMonitorDeploymentStatus DEPLOYMENT_FAILED
public static final SignalMapMonitorDeploymentStatus DEPLOYMENT_IN_PROGRESS
public static final SignalMapMonitorDeploymentStatus DELETE_COMPLETE
public static final SignalMapMonitorDeploymentStatus DELETE_FAILED
public static final SignalMapMonitorDeploymentStatus DELETE_IN_PROGRESS
public static SignalMapMonitorDeploymentStatus[] values()
for (SignalMapMonitorDeploymentStatus c : SignalMapMonitorDeploymentStatus.values()) System.out.println(c);
public static SignalMapMonitorDeploymentStatus 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 nullpublic String toString()
toString in class Enum<SignalMapMonitorDeploymentStatus>public static SignalMapMonitorDeploymentStatus fromValue(String value)
value - real valueIllegalArgumentException - If the specified value does not map to one of the known values in this enum.