| Package | Description |
|---|---|
| software.amazon.awssdk.crt.auth.signing |
| Modifier and Type | Method and Description |
|---|---|
static AwsSigningConfig.AwsSignatureType |
AwsSigningConfig.AwsSignatureType.getEnumValueFromInteger(int value) |
AwsSigningConfig.AwsSignatureType |
AwsSigningConfig.getSignatureType()
Gets what kind of signature will be computed
|
static AwsSigningConfig.AwsSignatureType |
AwsSigningConfig.AwsSignatureType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AwsSigningConfig.AwsSignatureType[] |
AwsSigningConfig.AwsSignatureType.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.setSignatureType(AwsSigningConfig.AwsSignatureType signatureType)
Sets what sort of signature should be computed
|
Copyright © 2021. All rights reserved.