Uses of Class
com.amazonaws.services.cloudfront.CloudFrontUrlSigner.Protocol

Packages that use CloudFrontUrlSigner.Protocol
com.amazonaws.services.cloudfront Synchronous and asynchronous client classes for accessing AmazonCloudFront. 
 

Uses of CloudFrontUrlSigner.Protocol in com.amazonaws.services.cloudfront
 

Methods in com.amazonaws.services.cloudfront that return CloudFrontUrlSigner.Protocol
static CloudFrontUrlSigner.Protocol CloudFrontUrlSigner.Protocol.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static CloudFrontUrlSigner.Protocol[] CloudFrontUrlSigner.Protocol.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.amazonaws.services.cloudfront with parameters of type CloudFrontUrlSigner.Protocol
static String CloudFrontUrlSigner.getSignedURLWithCannedPolicy(CloudFrontUrlSigner.Protocol protocol, String distributionDomain, File privateKeyFile, String s3ObjectKey, String keyPairId, Date dateLessThan)
          Returns a signed URL with a canned policy that grants universal access to private content until a given date.
static String CloudFrontUrlSigner.getSignedURLWithCustomPolicy(CloudFrontUrlSigner.Protocol protocol, String distributionDomain, File privateKeyFile, String s3ObjectKey, String keyPairId, Date dateLessThan, Date dateGreaterThan, String ipRange)
          Returns a signed URL that provides tailored access to private content based on an access time window and an ip range.
 



Copyright © 2016. All rights reserved.