public enum S3Resource extends Enum<S3Resource>
| Modifier and Type | Method and Description |
|---|---|
String |
key() |
String |
propertyKey() |
static String |
resourceName() |
static S3Resource |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static S3Resource[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final S3Resource loader
public static final S3Resource bucket
public static S3Resource[] values()
for (S3Resource c : S3Resource.values()) System.out.println(c);
public static S3Resource 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 String resourceName()
public String propertyKey()
public String key()
Copyright © 2020. All rights reserved.