Package | Description |
---|---|
com.amazonaws.services.cloudfront |
Synchronous and asynchronous client classes for accessing AmazonCloudFront.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
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 © 2014. All rights reserved.