Uses of Interface
software.amazon.awssdk.services.cloudfront.model.CannedSignerRequest.Builder
Packages that use CannedSignerRequest.Builder
Package
Description
-
Uses of CannedSignerRequest.Builder in software.amazon.awssdk.services.cloudfront
Method parameters in software.amazon.awssdk.services.cloudfront with type arguments of type CannedSignerRequest.BuilderModifier and TypeMethodDescriptionCloudFrontUtilities.getCookiesForCannedPolicy(Consumer<CannedSignerRequest.Builder> request) Generate signed cookies that allows access to a specific distribution and resource path by applying access restrictions from a "canned" (simplified) policy document.CloudFrontUtilities.getSignedUrlWithCannedPolicy(Consumer<CannedSignerRequest.Builder> request) Returns a signed URL with a canned policy that grants universal access to private content until a given date. -
Uses of CannedSignerRequest.Builder in software.amazon.awssdk.services.cloudfront.model
Methods in software.amazon.awssdk.services.cloudfront.model that return CannedSignerRequest.BuilderModifier and TypeMethodDescriptionstatic CannedSignerRequest.BuilderCannedSignerRequest.builder()Create a builder that can be used to create aCannedSignerRequestCannedSignerRequest.Builder.expirationDate(Instant expirationDate) Configure the expiration date of the signed URL or signed cookieConfigure the ID of the key pair stored in the AWS accountCannedSignerRequest.Builder.privateKey(Path keyFile) Configure the private key to be used to sign the policy.CannedSignerRequest.Builder.privateKey(PrivateKey privateKey) Configure the private key to be used to sign the policy.CannedSignerRequest.Builder.resourceUrl(String resourceUrl) Configure the resource URL to be signedCannedSignerRequest.toBuilder()