Uses of Enum
software.amazon.awssdk.core.internal.signer.SigningMethod
Packages that use SigningMethod
Package
Description
-
Uses of SigningMethod in software.amazon.awssdk.core
Fields in software.amazon.awssdk.core with type parameters of type SigningMethodModifier and TypeFieldDescriptionstatic final 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 SigningMethodModifier and TypeMethodDescriptionstatic SigningMethodReturns 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 SigningMethodModifier and TypeMethodDescriptionstatic booleanHttpChecksumUtils.isHeaderBasedSigningAuth(SigningMethod signingMethodUsed, String protocol) static booleanHttpChecksumUtils.isUnsignedPayload(SigningMethod signingMethod, String protocol, boolean isContentStreaming)