Uses of Interface
software.amazon.awssdk.core.signer.Signer
-
-
Uses of Signer in software.amazon.awssdk.core
Methods in software.amazon.awssdk.core that return Signer Modifier and Type Method Description SignerRequestOverrideConfiguration.Builder. signer()SignerRequestOverrideConfiguration.BuilderImpl. signer()Methods in software.amazon.awssdk.core that return types with arguments of type Signer Modifier and Type Method Description Optional<Signer>RequestOverrideConfiguration. signer()Methods in software.amazon.awssdk.core with parameters of type Signer Modifier and Type Method Description voidRequestOverrideConfiguration.BuilderImpl. setSigner(Signer signer)BRequestOverrideConfiguration.Builder. signer(Signer signer)Sets the signer to use for signing the request.BRequestOverrideConfiguration.BuilderImpl. signer(Signer signer) -
Uses of Signer in software.amazon.awssdk.core.client.config
Fields in software.amazon.awssdk.core.client.config with type parameters of type Signer Modifier and Type Field Description static SdkAdvancedClientOption<Signer>SdkAdvancedClientOption. SIGNERDefine the signer that should be used when authenticating with AWS.static SdkAdvancedClientOption<Signer>SdkAdvancedClientOption. TOKEN_SIGNERDefine the signer that should be used for token-based authentication with AWS. -
Uses of Signer in software.amazon.awssdk.core.http
Methods in software.amazon.awssdk.core.http that return Signer Modifier and Type Method Description SignerExecutionContext. signer()Methods in software.amazon.awssdk.core.http with parameters of type Signer Modifier and Type Method Description ExecutionContext.BuilderExecutionContext.Builder. signer(Signer signer) -
Uses of Signer in software.amazon.awssdk.core.internal.handler
Methods in software.amazon.awssdk.core.internal.handler with parameters of type Signer Modifier and Type Method Description protected 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 Modifier and Type Method Description SignerRequestExecutionContext. signer() -
Uses of Signer in software.amazon.awssdk.core.signer
Classes in software.amazon.awssdk.core.signer that implement Signer Modifier and Type Class Description classNoOpSignerA No op implementation of Signer and Presigner interfaces that returns the inputSdkHttpFullRequestwithout modifications.
-