| Package | Description |
|---|---|
| software.amazon.awssdk.crt.auth.signing |
| Modifier and Type | Method and Description |
|---|---|
static AwsSigningConfig.AwsSignedBodyHeaderType |
AwsSigningConfig.AwsSignedBodyHeaderType.getEnumValueFromInteger(int value) |
AwsSigningConfig.AwsSignedBodyHeaderType |
AwsSigningConfig.getSignedBodyHeader()
Gets what signed body header should hold the payload hash (or override value).
|
static AwsSigningConfig.AwsSignedBodyHeaderType |
AwsSigningConfig.AwsSignedBodyHeaderType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AwsSigningConfig.AwsSignedBodyHeaderType[] |
AwsSigningConfig.AwsSignedBodyHeaderType.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.setSignedBodyHeader(AwsSigningConfig.AwsSignedBodyHeaderType signedBodyHeader)
Sets what signed body header should hold the payload hash (or override value).
|
Copyright © 2021. All rights reserved.