public static enum AWSPolicyProvider.AccessLevel extends Enum<AWSPolicyProvider.AccessLevel>
| Enum Constant and Description |
|---|
ADMIN
Administration of the data, tables, etc.
|
READ
Filesystem data read operations.
|
WRITE
Data write, encryption, etc.
|
| Modifier and Type | Method and Description |
|---|---|
static AWSPolicyProvider.AccessLevel |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AWSPolicyProvider.AccessLevel[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AWSPolicyProvider.AccessLevel READ
public static final AWSPolicyProvider.AccessLevel WRITE
public static final AWSPolicyProvider.AccessLevel ADMIN
public static AWSPolicyProvider.AccessLevel[] values()
for (AWSPolicyProvider.AccessLevel c : AWSPolicyProvider.AccessLevel.values()) System.out.println(c);
public static AWSPolicyProvider.AccessLevel 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 © 2008–2024 Apache Software Foundation. All rights reserved.