Package | Description |
---|---|
software.amazon.awssdk.core | |
software.amazon.awssdk.core.internal.signer | |
software.amazon.awssdk.core.internal.util |
Modifier and Type | Field and Description |
---|---|
static ExecutionAttribute<SigningMethod> |
HttpChecksumConstant.SIGNING_METHOD |
Modifier and Type | Method and Description |
---|---|
static SigningMethod |
SigningMethod.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SigningMethod[] |
SigningMethod.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static boolean |
HttpChecksumUtils.isHeaderBasedSigningAuth(SigningMethod signingMethodUsed,
String protocol) |
static boolean |
HttpChecksumUtils.isUnsignedPayload(SigningMethod signingMethod,
String protocol,
boolean isContentStreaming) |
Copyright © 2022. All rights reserved.