Package | Description |
---|---|
software.amazon.awssdk.crt.auth.signing |
Modifier and Type | Method and Description |
---|---|
AwsSigningConfig.AwsSigningAlgorithm |
AwsSigningConfig.getAlgorithm()
Gets what version of the AWS signing procecss will be used
|
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)
Sets what version of the AWS signing process should be used
|
Copyright © 2021. All rights reserved.