Uses of Class
software.amazon.awssdk.http.auth.spi.signer.SignerProperty
Packages that use SignerProperty
Package
Description
-
Uses of SignerProperty in software.amazon.awssdk.http.auth.spi.internal.scheme
Methods in software.amazon.awssdk.http.auth.spi.internal.scheme with parameters of type SignerPropertyModifier and TypeMethodDescriptionDefaultAuthSchemeOption.BuilderImpl.putSignerProperty(SignerProperty<T> key, T value) DefaultAuthSchemeOption.BuilderImpl.putSignerPropertyIfAbsent(SignerProperty<T> key, T value) <T> TDefaultAuthSchemeOption.signerProperty(SignerProperty<T> property) -
Uses of SignerProperty in software.amazon.awssdk.http.auth.spi.internal.signer
Fields in software.amazon.awssdk.http.auth.spi.internal.signer with type parameters of type SignerPropertyModifier and TypeFieldDescriptionprotected final Map<SignerProperty<?>,Object> DefaultBaseSignRequest.propertiesprotected final Map<SignerProperty<?>,Object> DefaultBaseSignRequest.properties -
Uses of SignerProperty in software.amazon.awssdk.http.auth.spi.scheme
Methods in software.amazon.awssdk.http.auth.spi.scheme with parameters of type SignerPropertyModifier and TypeMethodDescription<T> voidAuthSchemeOption.SignerPropertyConsumer.accept(SignerProperty<T> propertyKey, T propertyValue) A method to operate on aSignerPropertyand it's value.AuthSchemeOption.Builder.putSignerProperty(SignerProperty<T> key, T value) Update or add the provided property value.AuthSchemeOption.Builder.putSignerPropertyIfAbsent(SignerProperty<T> key, T value) Add the provided property value if the property does not already exist.<T> TAuthSchemeOption.signerProperty(SignerProperty<T> property) Retrieve the value of anSignerProperty. -
Uses of SignerProperty in software.amazon.awssdk.http.auth.spi.signer
Fields in software.amazon.awssdk.http.auth.spi.signer declared as SignerPropertyModifier and TypeFieldDescriptionstatic final SignerProperty<PayloadChecksumStore>SdkInternalHttpSignerProperty.CHECKSUM_STOREAn object for storing checksums calculated for a payload.static final SignerProperty<Clock>HttpSigner.SIGNING_CLOCKAClockto be used to derive the signing time.Methods in software.amazon.awssdk.http.auth.spi.signer that return SignerPropertyMethods in software.amazon.awssdk.http.auth.spi.signer with parameters of type SignerPropertyModifier and TypeMethodDescriptiondefault <T> booleanBaseSignRequest.hasProperty(SignerProperty<T> property) Ensure that theSignerPropertyis present in theBaseSignRequest.<T> TBaseSignRequest.property(SignerProperty<T> property) Returns the value of a property that theHttpSignercan use during signing.<T> BBaseSignRequest.Builder.putProperty(SignerProperty<T> key, T value) Set a property that theHttpSignercan use during signing.default <T> TBaseSignRequest.requireProperty(SignerProperty<T> property) Ensure that theSignerPropertyis present in theBaseSignRequest.default <T> TBaseSignRequest.requireProperty(SignerProperty<T> property, T defaultValue) Ensure that theSignerPropertyis present in theBaseSignRequest.