Uses of Interface
software.amazon.awssdk.core.signer.Signer
Packages that use Signer
Package
Description
-
Uses of Signer in software.amazon.awssdk.core
Methods in software.amazon.awssdk.core that return SignerModifier and TypeMethodDescriptionRequestOverrideConfiguration.Builder.signer()RequestOverrideConfiguration.BuilderImpl.signer()Methods in software.amazon.awssdk.core that return types with arguments of type SignerMethods in software.amazon.awssdk.core with parameters of type Signer -
Uses of Signer in software.amazon.awssdk.core.client.config
Fields in software.amazon.awssdk.core.client.config with type parameters of type SignerModifier and TypeFieldDescriptionstatic final SdkAdvancedClientOption<Signer>SdkAdvancedClientOption.SIGNERDeprecated.static final SdkAdvancedClientOption<Signer>SdkAdvancedClientOption.TOKEN_SIGNERDeprecated.Replaced byHttpSigner. -
Uses of Signer in software.amazon.awssdk.core.http
Methods in software.amazon.awssdk.core.http that return SignerMethods in software.amazon.awssdk.core.http with parameters of type SignerModifier and TypeMethodDescription -
Uses of Signer in software.amazon.awssdk.core.internal.handler
Methods in software.amazon.awssdk.core.internal.handler with parameters of type SignerModifier and TypeMethodDescriptionprotected voidBaseClientHandler.validateSigningConfiguration(SdkHttpRequest request, Signer signer) -
Uses of Signer in software.amazon.awssdk.core.internal.http
Methods in software.amazon.awssdk.core.internal.http that return Signer -
Uses of Signer in software.amazon.awssdk.core.signer
Classes in software.amazon.awssdk.core.signer that implement SignerModifier and TypeClassDescriptionfinal classDeprecated.Replaced bysoftware.amazon.awssdk.http.auth.spi.signer.HttpSigner#doNotSign()in 'http-auth-spi'.
HttpSigner.