public static enum Configuration.Type extends Enum<Configuration.Type>
Configuration.type()| Enum Constant and Description |
|---|
IAM_ROLE |
KMS_KEY |
S3_BUCKET |
SECRETS_MANAGER_SECRET |
SQS_QUEUE |
UNKNOWN_TO_SDK_VERSION |
| Modifier and Type | Method and Description |
|---|---|
static Configuration.Type |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Configuration.Type[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Configuration.Type IAM_ROLE
public static final Configuration.Type KMS_KEY
public static final Configuration.Type SECRETS_MANAGER_SECRET
public static final Configuration.Type S3_BUCKET
public static final Configuration.Type SQS_QUEUE
public static final Configuration.Type UNKNOWN_TO_SDK_VERSION
public static Configuration.Type[] values()
for (Configuration.Type c : Configuration.Type.values()) System.out.println(c);
public static Configuration.Type 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 © 2022. All rights reserved.