Uses of Class
software.amazon.awssdk.core.internal.signer.SigningMethod
-
Packages that use SigningMethod Package Description software.amazon.awssdk.core software.amazon.awssdk.core.internal.signer software.amazon.awssdk.core.internal.util -
-
Uses of SigningMethod in software.amazon.awssdk.core
Fields in software.amazon.awssdk.core with type parameters of type SigningMethod Modifier and Type Field Description static ExecutionAttribute<SigningMethod>HttpChecksumConstant. SIGNING_METHOD -
Uses of SigningMethod in software.amazon.awssdk.core.internal.signer
Methods in software.amazon.awssdk.core.internal.signer that return SigningMethod Modifier and Type Method Description static SigningMethodSigningMethod. 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. -
Uses of SigningMethod in software.amazon.awssdk.core.internal.util
Methods in software.amazon.awssdk.core.internal.util with parameters of type SigningMethod Modifier and Type Method Description static booleanHttpChecksumUtils. isHeaderBasedSigningAuth(SigningMethod signingMethodUsed, String protocol)static booleanHttpChecksumUtils. isUnsignedPayload(SigningMethod signingMethod, String protocol, boolean isContentStreaming)
-