Uses of Interface
software.amazon.awssdk.services.cloudfront.url.SignedUrl
Packages that use SignedUrl
Package
Description
-
Uses of SignedUrl in software.amazon.awssdk.services.cloudfront
Methods in software.amazon.awssdk.services.cloudfront that return SignedUrlModifier and TypeMethodDescriptionCloudFrontUtilities.getSignedUrlWithCannedPolicy(Consumer<CannedSignerRequest.Builder> request) Returns a signed URL with a canned policy that grants universal access to private content until a given date.CloudFrontUtilities.getSignedUrlWithCannedPolicy(CannedSignerRequest request) Returns a signed URL with a canned policy that grants universal access to private content until a given date.CloudFrontUtilities.getSignedUrlWithCustomPolicy(Consumer<CustomSignerRequest.Builder> request) Returns a signed URL that provides tailored access to private content based on an access time window and an ip range.CloudFrontUtilities.getSignedUrlWithCustomPolicy(CustomSignerRequest request) Returns a signed URL that provides tailored access to private content based on an access time window and an ip range. -
Uses of SignedUrl in software.amazon.awssdk.services.cloudfront.internal.url
Classes in software.amazon.awssdk.services.cloudfront.internal.url that implement SignedUrl