Package | Description |
---|---|
com.amazonaws.services.cloudfront |
Synchronous and asynchronous client classes for accessing AmazonCloudFront.
|
com.amazonaws.services.cloudfront.model |
Classes modeling the various types represented by AmazonCloudFront.
|
Modifier and Type | Method and Description |
---|---|
CreateCloudFrontOriginAccessIdentityResult |
AmazonCloudFrontClient.createCloudFrontOriginAccessIdentity(CreateCloudFrontOriginAccessIdentityRequest createCloudFrontOriginAccessIdentityRequest)
Create a new origin access identity.
|
CreateCloudFrontOriginAccessIdentityResult |
AmazonCloudFront.createCloudFrontOriginAccessIdentity(CreateCloudFrontOriginAccessIdentityRequest createCloudFrontOriginAccessIdentityRequest)
Create a new origin access identity.
|
Modifier and Type | Method and Description |
---|---|
Future<CreateCloudFrontOriginAccessIdentityResult> |
AmazonCloudFrontAsyncClient.createCloudFrontOriginAccessIdentityAsync(CreateCloudFrontOriginAccessIdentityRequest createCloudFrontOriginAccessIdentityRequest,
AsyncHandler<CreateCloudFrontOriginAccessIdentityRequest,CreateCloudFrontOriginAccessIdentityResult> asyncHandler)
Create a new origin access identity.
|
Future<CreateCloudFrontOriginAccessIdentityResult> |
AmazonCloudFrontAsync.createCloudFrontOriginAccessIdentityAsync(CreateCloudFrontOriginAccessIdentityRequest createCloudFrontOriginAccessIdentityRequest,
AsyncHandler<CreateCloudFrontOriginAccessIdentityRequest,CreateCloudFrontOriginAccessIdentityResult> asyncHandler)
Create a new origin access identity.
|
Modifier and Type | Method and Description |
---|---|
CreateCloudFrontOriginAccessIdentityResult |
CreateCloudFrontOriginAccessIdentityResult.withCloudFrontOriginAccessIdentity(CloudFrontOriginAccessIdentity cloudFrontOriginAccessIdentity)
The origin access identity's information.
|
CreateCloudFrontOriginAccessIdentityResult |
CreateCloudFrontOriginAccessIdentityResult.withETag(String eTag)
The current version of the origin access identity created.
|
CreateCloudFrontOriginAccessIdentityResult |
CreateCloudFrontOriginAccessIdentityResult.withLocation(String location)
The fully qualified URI of the new origin access identity just
created.
|
Copyright © 2014. All rights reserved.