Uses of Interface
software.amazon.awssdk.auth.signer.params.Aws4PresignerParams.Builder
Packages that use Aws4PresignerParams.Builder
Package
Description
-
Uses of Aws4PresignerParams.Builder in software.amazon.awssdk.auth.signer.internal
Methods in software.amazon.awssdk.auth.signer.internal with type parameters of type Aws4PresignerParams.BuilderModifier and TypeMethodDescriptionprotected <B extends Aws4PresignerParams.Builder>
BAbstractAws4Signer.extractPresignerParams(B builder, ExecutionAttributes executionAttributes) -
Uses of Aws4PresignerParams.Builder in software.amazon.awssdk.auth.signer.params
Methods in software.amazon.awssdk.auth.signer.params that return Aws4PresignerParams.BuilderModifier and TypeMethodDescriptionstatic Aws4PresignerParams.BuilderAws4PresignerParams.builder()Aws4PresignerParams.Builder.expirationTime(Instant expirationTime) Sets an expiration time for the presigned url.Aws4PresignerParams.toBuilder()