Package | Description |
---|---|
software.amazon.awssdk.crt.auth.signing |
Modifier and Type | Method and Description |
---|---|
AwsSigningConfig.AwsSigningAlgorithm |
AwsSigningConfig.getAlgorithm() |
static AwsSigningConfig.AwsSigningAlgorithm |
AwsSigningConfig.AwsSigningAlgorithm.getEnumValueFromInteger(int value) |
static AwsSigningConfig.AwsSigningAlgorithm |
AwsSigningConfig.AwsSigningAlgorithm.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AwsSigningConfig.AwsSigningAlgorithm[] |
AwsSigningConfig.AwsSigningAlgorithm.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
AwsSigningConfig.setAlgorithm(AwsSigningConfig.AwsSigningAlgorithm algorithm) |
Copyright © 2020. All rights reserved.