Uses of Interface
software.amazon.awssdk.services.cloudfront.model.CannedSignerRequest.Builder
-
Packages that use CannedSignerRequest.Builder Package Description software.amazon.awssdk.services.cloudfront Amazon CloudFront software.amazon.awssdk.services.cloudfront.model -
-
Uses of CannedSignerRequest.Builder in software.amazon.awssdk.services.cloudfront
Method parameters in software.amazon.awssdk.services.cloudfront with type arguments of type CannedSignerRequest.Builder Modifier and Type Method Description CookiesForCannedPolicyCloudFrontUtilities. 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.SignedUrlCloudFrontUtilities. 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.Builder Modifier and Type Method Description static CannedSignerRequest.BuilderCannedSignerRequest. builder()Create a builder that can be used to create aCannedSignerRequestCannedSignerRequest.BuilderCannedSignerRequest.Builder. expirationDate(Instant expirationDate)Configure the expiration date of the signed URL or signed cookieCannedSignerRequest.BuilderCannedSignerRequest.Builder. keyPairId(String keyPairId)Configure the ID of the key pair stored in the AWS accountCannedSignerRequest.BuilderCannedSignerRequest.Builder. privateKey(Path keyFile)Configure the private key to be used to sign the policy.CannedSignerRequest.BuilderCannedSignerRequest.Builder. privateKey(PrivateKey privateKey)Configure the private key to be used to sign the policy.CannedSignerRequest.BuilderCannedSignerRequest.Builder. resourceUrl(String resourceUrl)Configure the resource URL to be signedCannedSignerRequest.BuilderCannedSignerRequest. toBuilder()
-