@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public enum RoleType extends Enum<RoleType>
| Enum Constant and Description |
|---|
CONTRIBUTOR |
COOWNER |
OWNER |
VIEWER |
| Modifier and Type | Method and Description |
|---|---|
static RoleType |
fromValue(String value)
Use this in place of valueOf.
|
String |
toString() |
static RoleType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RoleType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RoleType VIEWER
public static final RoleType CONTRIBUTOR
public static final RoleType OWNER
public static final RoleType COOWNER
public static RoleType[] values()
for (RoleType c : RoleType.values()) System.out.println(c);
public static RoleType 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 static RoleType fromValue(String value)
value - real valueIllegalArgumentException - If the specified value does not map to one of the known values in this enum.Copyright © 2025. All rights reserved.