Serializable, Comparable<ConnectorStatus>@Generated("software.amazon.awssdk:codegen") public enum ConnectorStatus extends Enum<ConnectorStatus>
| Modifier and Type | Method | Description |
|---|---|---|
static ConnectorStatus |
fromValue(String value) |
Use this in place of valueOf.
|
String |
toString() |
|
static ConnectorStatus |
valueOf(String name) |
Returns the enum constant of this type with the specified name.
|
static ConnectorStatus[] |
values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ConnectorStatus HEALTHY
public static final ConnectorStatus UNHEALTHY
public static ConnectorStatus[] values()
for (ConnectorStatus c : ConnectorStatus.values()) System.out.println(c);
public static ConnectorStatus 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<ConnectorStatus>public static ConnectorStatus fromValue(String value)
value - real valueCopyright © 2017 Amazon Web Services, Inc. All Rights Reserved.