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