public static enum AppSyncV4Signer.ResourcePath extends java.lang.Enum<AppSyncV4Signer.ResourcePath>
| Enum Constant and Description |
|---|
DEFAULT_RESOURCE_PATH |
IAM_CONNECTION_RESOURCE_PATH |
| Modifier and Type | Method and Description |
|---|---|
static AppSyncV4Signer.ResourcePath |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static AppSyncV4Signer.ResourcePath[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AppSyncV4Signer.ResourcePath IAM_CONNECTION_RESOURCE_PATH
public static final AppSyncV4Signer.ResourcePath DEFAULT_RESOURCE_PATH
public static AppSyncV4Signer.ResourcePath[] values()
for (AppSyncV4Signer.ResourcePath c : AppSyncV4Signer.ResourcePath.values()) System.out.println(c);
public static AppSyncV4Signer.ResourcePath valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is null