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 CookiesForCannedPolicy
CloudFrontUtilities. 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.SignedUrl
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.Builder Modifier and Type Method Description static CannedSignerRequest.Builder
CannedSignerRequest. builder()
Create a builder that can be used to create aCannedSignerRequest
CannedSignerRequest.Builder
CannedSignerRequest.Builder. expirationDate(Instant expirationDate)
Configure the expiration date of the signed URL or signed cookieCannedSignerRequest.Builder
CannedSignerRequest.Builder. keyPairId(String keyPairId)
Configure the ID of the key pair stored in the AWS accountCannedSignerRequest.Builder
CannedSignerRequest.Builder. privateKey(Path keyFile)
Configure the private key to be used to sign the policy.CannedSignerRequest.Builder
CannedSignerRequest.Builder. privateKey(PrivateKey privateKey)
Configure the private key to be used to sign the policy.CannedSignerRequest.Builder
CannedSignerRequest.Builder. resourceUrl(String resourceUrl)
Configure the resource URL to be signedCannedSignerRequest.Builder
CannedSignerRequest. toBuilder()
-