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