Uses of Class
software.amazon.awssdk.http.auth.aws.internal.signer.V4Properties
Packages that use V4Properties
-
Uses of V4Properties in software.amazon.awssdk.http.auth.aws.internal.signer
Methods in software.amazon.awssdk.http.auth.aws.internal.signer that return V4PropertiesMethods in software.amazon.awssdk.http.auth.aws.internal.signer with parameters of type V4PropertiesModifier and TypeMethodDescriptionstatic V4RequestSignerV4RequestSigner.anonymous(V4Properties properties) Retrieve an implementation of a V4RequestSigner to handle the anonymous credentials case, where the request is not sigend at all.static V4RequestSignerV4RequestSigner.create(V4Properties properties, String contentHash) Retrieve an implementation of a V4RequestSigner, which signs the request, but does not add authentication to the request.static V4RequestSignerV4RequestSigner.header(V4Properties properties) Retrieve an implementation of a V4RequestSigner, which signs the request and adds authentication through headers.static V4RequestSignerV4RequestSigner.presigned(V4Properties properties, Duration expirationDuration) Retrieve an implementation of a V4RequestSigner, which signs the request and adds authentication through query parameters, which includes an expiration param, signalling how long a request signature is valid.static V4RequestSignerV4RequestSigner.query(V4Properties properties) Retrieve an implementation of a V4RequestSigner, which signs the request and adds authentication through query parameters.Constructors in software.amazon.awssdk.http.auth.aws.internal.signer with parameters of type V4PropertiesModifierConstructorDescriptionDefaultV4RequestSigner(V4Properties properties, String contentHash)