public enum PrestoS3SignerType extends Enum<PrestoS3SignerType>
| Enum Constant and Description |
|---|
AWS3SignerType |
AWS4SignerType |
AWSS3V4SignerType |
CloudFrontSignerType |
QueryStringSignerType |
S3SignerType |
| Modifier and Type | Method and Description |
|---|---|
static PrestoS3SignerType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PrestoS3SignerType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PrestoS3SignerType S3SignerType
public static final PrestoS3SignerType AWS3SignerType
public static final PrestoS3SignerType AWS4SignerType
public static final PrestoS3SignerType AWSS3V4SignerType
public static final PrestoS3SignerType CloudFrontSignerType
public static final PrestoS3SignerType QueryStringSignerType
public static PrestoS3SignerType[] values()
for (PrestoS3SignerType c : PrestoS3SignerType.values()) System.out.println(c);
public static PrestoS3SignerType 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 © 2012–2023. All rights reserved.