@Generated public enum ValidationResultAwsOperation extends Enum<ValidationResultAwsOperation>
| Enum Constant and Description |
|---|
DELETE |
LIST |
PATH_EXISTS |
READ |
WRITE |
| Modifier and Type | Method and Description |
|---|---|
static ValidationResultAwsOperation |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ValidationResultAwsOperation[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ValidationResultAwsOperation DELETE
public static final ValidationResultAwsOperation LIST
public static final ValidationResultAwsOperation PATH_EXISTS
public static final ValidationResultAwsOperation READ
public static final ValidationResultAwsOperation WRITE
public static ValidationResultAwsOperation[] values()
for (ValidationResultAwsOperation c : ValidationResultAwsOperation.values()) System.out.println(c);
public static ValidationResultAwsOperation 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 nullCopyright © 2024. All rights reserved.