public static enum AwsSigningConfig.AwsSignedBodyHeaderType extends Enum<AwsSigningConfig.AwsSignedBodyHeaderType>
| Enum Constant and Description |
|---|
NONE |
X_AMZ_CONTENT_SHA256 |
| Modifier and Type | Method and Description |
|---|---|
static AwsSigningConfig.AwsSignedBodyHeaderType |
getEnumValueFromInteger(int value) |
int |
getNativeValue() |
static AwsSigningConfig.AwsSignedBodyHeaderType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AwsSigningConfig.AwsSignedBodyHeaderType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AwsSigningConfig.AwsSignedBodyHeaderType NONE
public static final AwsSigningConfig.AwsSignedBodyHeaderType X_AMZ_CONTENT_SHA256
public static AwsSigningConfig.AwsSignedBodyHeaderType[] values()
for (AwsSigningConfig.AwsSignedBodyHeaderType c : AwsSigningConfig.AwsSignedBodyHeaderType.values()) System.out.println(c);
public static AwsSigningConfig.AwsSignedBodyHeaderType 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 int getNativeValue()
public static AwsSigningConfig.AwsSignedBodyHeaderType getEnumValueFromInteger(int value)
Copyright © 2021. All rights reserved.