@Generated(value="software.amazon.awssdk:codegen") public enum Transferable extends Enum<Transferable>
Whether the domain name can be transferred to Route 53.
You can transfer only domains that have a value of TRANSFERABLE or Transferable.
Valid values:
The domain name can be transferred to Route 53.
The domain name can't be transferred to Route 53.
Reserved for future use.
The domain already exists in the current Amazon Web Services account.
the domain exists in another Amazon Web Services account.
Premium domain transfer is not supported.
| Enum Constant and Description |
|---|
DOMAIN_IN_ANOTHER_ACCOUNT |
DOMAIN_IN_OWN_ACCOUNT |
DONT_KNOW |
PREMIUM_DOMAIN |
TRANSFERABLE |
UNKNOWN_TO_SDK_VERSION |
UNTRANSFERABLE |
| Modifier and Type | Method and Description |
|---|---|
static Transferable |
fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
static Set<Transferable> |
knownValues()
|
String |
toString() |
static Transferable |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Transferable[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Transferable TRANSFERABLE
public static final Transferable UNTRANSFERABLE
public static final Transferable DONT_KNOW
public static final Transferable DOMAIN_IN_OWN_ACCOUNT
public static final Transferable DOMAIN_IN_ANOTHER_ACCOUNT
public static final Transferable PREMIUM_DOMAIN
public static final Transferable UNKNOWN_TO_SDK_VERSION
public static Transferable[] values()
for (Transferable c : Transferable.values()) System.out.println(c);
public static Transferable 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<Transferable>public static Transferable fromValue(String value)
value - real valuepublic static Set<Transferable> knownValues()
values() to return a Set of all values known to the SDK. This will return
all known enum values except UNKNOWN_TO_SDK_VERSION.Set of known TransferablesCopyright © 2023. All rights reserved.