@Generated(value="software.amazon.awssdk:codegen") public enum AllowedOperation extends Enum<AllowedOperation>
| Enum Constant and Description |
|---|
CHECK_IN_LICENSE |
CHECKOUT_BORROW_LICENSE |
CHECKOUT_LICENSE |
CREATE_GRANT |
CREATE_TOKEN |
EXTEND_CONSUMPTION_LICENSE |
LIST_PURCHASED_LICENSES |
UNKNOWN_TO_SDK_VERSION |
| Modifier and Type | Method and Description |
|---|---|
static AllowedOperation |
fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
static Set<AllowedOperation> |
knownValues()
|
String |
toString() |
static AllowedOperation |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AllowedOperation[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AllowedOperation CREATE_GRANT
public static final AllowedOperation CHECKOUT_LICENSE
public static final AllowedOperation CHECKOUT_BORROW_LICENSE
public static final AllowedOperation CHECK_IN_LICENSE
public static final AllowedOperation EXTEND_CONSUMPTION_LICENSE
public static final AllowedOperation LIST_PURCHASED_LICENSES
public static final AllowedOperation CREATE_TOKEN
public static final AllowedOperation UNKNOWN_TO_SDK_VERSION
public static AllowedOperation[] values()
for (AllowedOperation c : AllowedOperation.values()) System.out.println(c);
public static AllowedOperation 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<AllowedOperation>public static AllowedOperation fromValue(String value)
value - real valuepublic static Set<AllowedOperation> 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 AllowedOperationsCopyright © 2022. All rights reserved.