@ThreadSafe @Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AmazonCloudFrontAsyncClient extends AmazonCloudFrontClient implements AmazonCloudFrontAsync
AsyncHandler can be used to receive
notification when an asynchronous operation completes.
This is the Amazon CloudFront API Reference. This guide is for developers who need detailed information about CloudFront API actions, data types, and errors. For detailed information about CloudFront features, see the Amazon CloudFront Developer Guide.
LOGGING_AWS_REQUEST_METRICENDPOINT_PREFIX| Constructor and Description |
|---|
AmazonCloudFrontAsyncClient()
Deprecated.
|
AmazonCloudFrontAsyncClient(AWSCredentials awsCredentials)
Deprecated.
|
AmazonCloudFrontAsyncClient(AWSCredentials awsCredentials,
ClientConfiguration clientConfiguration,
ExecutorService executorService)
|
AmazonCloudFrontAsyncClient(AWSCredentials awsCredentials,
ExecutorService executorService)
|
AmazonCloudFrontAsyncClient(AWSCredentialsProvider awsCredentialsProvider)
Deprecated.
|
AmazonCloudFrontAsyncClient(AWSCredentialsProvider awsCredentialsProvider,
ClientConfiguration clientConfiguration)
|
AmazonCloudFrontAsyncClient(AWSCredentialsProvider awsCredentialsProvider,
ClientConfiguration clientConfiguration,
ExecutorService executorService)
|
AmazonCloudFrontAsyncClient(AWSCredentialsProvider awsCredentialsProvider,
ExecutorService executorService)
|
AmazonCloudFrontAsyncClient(ClientConfiguration clientConfiguration)
Deprecated.
|
builder, createCachePolicy, createCloudFrontOriginAccessIdentity, createDistribution, createDistributionWithTags, createFieldLevelEncryptionConfig, createFieldLevelEncryptionProfile, createInvalidation, createOriginRequestPolicy, createPublicKey, createStreamingDistribution, createStreamingDistributionWithTags, deleteCachePolicy, deleteCloudFrontOriginAccessIdentity, deleteDistribution, deleteFieldLevelEncryptionConfig, deleteFieldLevelEncryptionProfile, deleteOriginRequestPolicy, deletePublicKey, deleteStreamingDistribution, getCachedResponseMetadata, getCachePolicy, getCachePolicyConfig, getCloudFrontOriginAccessIdentity, getCloudFrontOriginAccessIdentityConfig, getDistribution, getDistributionConfig, getFieldLevelEncryption, getFieldLevelEncryptionConfig, getFieldLevelEncryptionProfile, getFieldLevelEncryptionProfileConfig, getInvalidation, getOriginRequestPolicy, getOriginRequestPolicyConfig, getPublicKey, getPublicKeyConfig, getStreamingDistribution, getStreamingDistributionConfig, listCachePolicies, listCloudFrontOriginAccessIdentities, listDistributions, listDistributionsByCachePolicyId, listDistributionsByOriginRequestPolicyId, listDistributionsByWebACLId, listFieldLevelEncryptionConfigs, listFieldLevelEncryptionProfiles, listInvalidations, listOriginRequestPolicies, listPublicKeys, listStreamingDistributions, listTagsForResource, tagResource, untagResource, updateCachePolicy, updateCloudFrontOriginAccessIdentity, updateDistribution, updateFieldLevelEncryptionConfig, updateFieldLevelEncryptionProfile, updateOriginRequestPolicy, updatePublicKey, updateStreamingDistribution, waitersaddRequestHandler, addRequestHandler, configureRegion, getClientConfiguration, getEndpointPrefix, getMonitoringListeners, getRequestMetricsCollector, getServiceName, getSignerByURI, getSignerOverride, getSignerRegionOverride, getTimeOffset, makeImmutable, removeRequestHandler, removeRequestHandler, setEndpoint, setEndpoint, setRegion, setServiceNameIntern, setSignerRegionOverride, setTimeOffset, withEndpoint, withRegion, withRegion, withTimeOffsetequals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcreateCachePolicy, createCloudFrontOriginAccessIdentity, createDistribution, createDistributionWithTags, createFieldLevelEncryptionConfig, createFieldLevelEncryptionProfile, createInvalidation, createOriginRequestPolicy, createPublicKey, createStreamingDistribution, createStreamingDistributionWithTags, deleteCachePolicy, deleteCloudFrontOriginAccessIdentity, deleteDistribution, deleteFieldLevelEncryptionConfig, deleteFieldLevelEncryptionProfile, deleteOriginRequestPolicy, deletePublicKey, deleteStreamingDistribution, getCachedResponseMetadata, getCachePolicy, getCachePolicyConfig, getCloudFrontOriginAccessIdentity, getCloudFrontOriginAccessIdentityConfig, getDistribution, getDistributionConfig, getFieldLevelEncryption, getFieldLevelEncryptionConfig, getFieldLevelEncryptionProfile, getFieldLevelEncryptionProfileConfig, getInvalidation, getOriginRequestPolicy, getOriginRequestPolicyConfig, getPublicKey, getPublicKeyConfig, getStreamingDistribution, getStreamingDistributionConfig, listCachePolicies, listCloudFrontOriginAccessIdentities, listDistributions, listDistributionsByCachePolicyId, listDistributionsByOriginRequestPolicyId, listDistributionsByWebACLId, listFieldLevelEncryptionConfigs, listFieldLevelEncryptionProfiles, listInvalidations, listOriginRequestPolicies, listPublicKeys, listStreamingDistributions, listTagsForResource, setEndpoint, setRegion, tagResource, untagResource, updateCachePolicy, updateCloudFrontOriginAccessIdentity, updateDistribution, updateFieldLevelEncryptionConfig, updateFieldLevelEncryptionProfile, updateOriginRequestPolicy, updatePublicKey, updateStreamingDistribution, waiters@Deprecated public AmazonCloudFrontAsyncClient()
AmazonCloudFrontAsyncClientBuilder.defaultClient()Asynchronous methods are delegated to a fixed-size thread pool containing 50 threads (to match the default maximum number of concurrent connections to the service).
@Deprecated public AmazonCloudFrontAsyncClient(ClientConfiguration clientConfiguration)
AwsClientBuilder.withClientConfiguration(ClientConfiguration)
Asynchronous methods are delegated to a fixed-size thread pool containing a number of threads equal to the
maximum number of concurrent connections configured via ClientConfiguration.getMaxConnections().
clientConfiguration - The client configuration options controlling how this client connects to CloudFront (ex: proxy settings,
retry counts, etc).DefaultAWSCredentialsProviderChain,
Executors.newFixedThreadPool(int)@Deprecated public AmazonCloudFrontAsyncClient(AWSCredentials awsCredentials)
AwsClientBuilder.withCredentials(AWSCredentialsProvider)Asynchronous methods are delegated to a fixed-size thread pool containing 50 threads (to match the default maximum number of concurrent connections to the service).
awsCredentials - The AWS credentials (access key ID and secret key) to use when authenticating with AWS services.Executors.newFixedThreadPool(int)@Deprecated public AmazonCloudFrontAsyncClient(AWSCredentials awsCredentials, ExecutorService executorService)
AwsClientBuilder.withCredentials(AWSCredentialsProvider) and
AwsAsyncClientBuilder.withExecutorFactory(com.amazonaws.client.builder.ExecutorFactory)awsCredentials - The AWS credentials (access key ID and secret key) to use when authenticating with AWS services.executorService - The executor service by which all asynchronous requests will be executed.@Deprecated public AmazonCloudFrontAsyncClient(AWSCredentials awsCredentials, ClientConfiguration clientConfiguration, ExecutorService executorService)
AwsClientBuilder.withCredentials(AWSCredentialsProvider) and
AwsClientBuilder.withClientConfiguration(ClientConfiguration) and
AwsAsyncClientBuilder.withExecutorFactory(com.amazonaws.client.builder.ExecutorFactory)awsCredentials - The AWS credentials (access key ID and secret key) to use when authenticating with AWS services.clientConfiguration - Client configuration options (ex: max retry limit, proxy settings, etc).executorService - The executor service by which all asynchronous requests will be executed.@Deprecated public AmazonCloudFrontAsyncClient(AWSCredentialsProvider awsCredentialsProvider)
AwsClientBuilder.withCredentials(AWSCredentialsProvider)Asynchronous methods are delegated to a fixed-size thread pool containing 50 threads (to match the default maximum number of concurrent connections to the service).
awsCredentialsProvider - The AWS credentials provider which will provide credentials to authenticate requests with AWS services.Executors.newFixedThreadPool(int)@Deprecated public AmazonCloudFrontAsyncClient(AWSCredentialsProvider awsCredentialsProvider, ClientConfiguration clientConfiguration)
AwsClientBuilder.withCredentials(AWSCredentialsProvider) and
AwsClientBuilder.withClientConfiguration(ClientConfiguration)
Asynchronous methods are delegated to a fixed-size thread pool containing a number of threads equal to the
maximum number of concurrent connections configured via ClientConfiguration.getMaxConnections().
awsCredentialsProvider - The AWS credentials provider which will provide credentials to authenticate requests with AWS services.clientConfiguration - Client configuration options (ex: max retry limit, proxy settings, etc).DefaultAWSCredentialsProviderChain,
Executors.newFixedThreadPool(int)@Deprecated public AmazonCloudFrontAsyncClient(AWSCredentialsProvider awsCredentialsProvider, ExecutorService executorService)
AwsClientBuilder.withCredentials(AWSCredentialsProvider) and
AwsAsyncClientBuilder.withExecutorFactory(com.amazonaws.client.builder.ExecutorFactory)awsCredentialsProvider - The AWS credentials provider which will provide credentials to authenticate requests with AWS services.executorService - The executor service by which all asynchronous requests will be executed.@Deprecated public AmazonCloudFrontAsyncClient(AWSCredentialsProvider awsCredentialsProvider, ClientConfiguration clientConfiguration, ExecutorService executorService)
AwsClientBuilder.withCredentials(AWSCredentialsProvider) and
AwsClientBuilder.withClientConfiguration(ClientConfiguration) and
AwsAsyncClientBuilder.withExecutorFactory(com.amazonaws.client.builder.ExecutorFactory)awsCredentialsProvider - The AWS credentials provider which will provide credentials to authenticate requests with AWS services.clientConfiguration - Client configuration options (ex: max retry limit, proxy settings, etc).executorService - The executor service by which all asynchronous requests will be executed.public static AmazonCloudFrontAsyncClientBuilder asyncBuilder()
public ExecutorService getExecutorService()
public Future<CreateCachePolicyResult> createCachePolicyAsync(CreateCachePolicyRequest request)
AmazonCloudFrontAsyncCreates a cache policy.
After you create a cache policy, you can attach it to one or more cache behaviors. When it’s attached to a cache behavior, the cache policy determines the following:
The values that CloudFront includes in the cache key. These values can include HTTP headers, cookies, and URL query strings. CloudFront uses the cache key to find an object in its cache that it can return to the viewer.
The default, minimum, and maximum time to live (TTL) values that you want objects to stay in the CloudFront cache.
The headers, cookies, and query strings that are included in the cache key are automatically included in requests
that CloudFront sends to the origin. CloudFront sends a request when it can’t find an object in its cache that
matches the request’s cache key. If you want to send values to the origin but not include them in the
cache key, use CreateOriginRequestPolicy.
For more information about cache policies, see Controlling the cache key in the Amazon CloudFront Developer Guide.
createCachePolicyAsync in interface AmazonCloudFrontAsyncpublic Future<CreateCachePolicyResult> createCachePolicyAsync(CreateCachePolicyRequest request, AsyncHandler<CreateCachePolicyRequest,CreateCachePolicyResult> asyncHandler)
AmazonCloudFrontAsyncCreates a cache policy.
After you create a cache policy, you can attach it to one or more cache behaviors. When it’s attached to a cache behavior, the cache policy determines the following:
The values that CloudFront includes in the cache key. These values can include HTTP headers, cookies, and URL query strings. CloudFront uses the cache key to find an object in its cache that it can return to the viewer.
The default, minimum, and maximum time to live (TTL) values that you want objects to stay in the CloudFront cache.
The headers, cookies, and query strings that are included in the cache key are automatically included in requests
that CloudFront sends to the origin. CloudFront sends a request when it can’t find an object in its cache that
matches the request’s cache key. If you want to send values to the origin but not include them in the
cache key, use CreateOriginRequestPolicy.
For more information about cache policies, see Controlling the cache key in the Amazon CloudFront Developer Guide.
createCachePolicyAsync in interface AmazonCloudFrontAsyncasyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<CreateCloudFrontOriginAccessIdentityResult> createCloudFrontOriginAccessIdentityAsync(CreateCloudFrontOriginAccessIdentityRequest request)
AmazonCloudFrontAsyncCreates a new origin access identity. If you're using Amazon S3 for your origin, you can use an origin access identity to require users to access your content using a CloudFront URL instead of the Amazon S3 URL. For more information about how to use origin access identities, see Serving Private Content through CloudFront in the Amazon CloudFront Developer Guide.
createCloudFrontOriginAccessIdentityAsync in interface AmazonCloudFrontAsyncrequest - The request to create a new origin access identity (OAI). An origin access identity is a special
CloudFront user that you can associate with Amazon S3 origins, so that you can secure all or just some of
your Amazon S3 content. For more information, see Restricting Access to Amazon S3 Content by Using an Origin Access Identity in the Amazon
CloudFront Developer Guide.public Future<CreateCloudFrontOriginAccessIdentityResult> createCloudFrontOriginAccessIdentityAsync(CreateCloudFrontOriginAccessIdentityRequest request, AsyncHandler<CreateCloudFrontOriginAccessIdentityRequest,CreateCloudFrontOriginAccessIdentityResult> asyncHandler)
AmazonCloudFrontAsyncCreates a new origin access identity. If you're using Amazon S3 for your origin, you can use an origin access identity to require users to access your content using a CloudFront URL instead of the Amazon S3 URL. For more information about how to use origin access identities, see Serving Private Content through CloudFront in the Amazon CloudFront Developer Guide.
createCloudFrontOriginAccessIdentityAsync in interface AmazonCloudFrontAsyncrequest - The request to create a new origin access identity (OAI). An origin access identity is a special
CloudFront user that you can associate with Amazon S3 origins, so that you can secure all or just some of
your Amazon S3 content. For more information, see Restricting Access to Amazon S3 Content by Using an Origin Access Identity in the Amazon
CloudFront Developer Guide.asyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<CreateDistributionResult> createDistributionAsync(CreateDistributionRequest request)
AmazonCloudFrontAsync
Creates a new web distribution. You create a CloudFront distribution to tell CloudFront where you want content to
be delivered from, and the details about how to track and manage content delivery. Send a POST
request to the /CloudFront API version/distribution/distribution ID resource.
When you update a distribution, there are more required fields than when you create a distribution. When you update your distribution by using UpdateDistribution, follow the steps included in the documentation to get the current configuration and then make your updates. This helps to make sure that you include all of the required fields. To view a summary, see Required Fields for Create Distribution and Update Distribution in the Amazon CloudFront Developer Guide.
createDistributionAsync in interface AmazonCloudFrontAsyncrequest - The request to create a new distribution.public Future<CreateDistributionResult> createDistributionAsync(CreateDistributionRequest request, AsyncHandler<CreateDistributionRequest,CreateDistributionResult> asyncHandler)
AmazonCloudFrontAsync
Creates a new web distribution. You create a CloudFront distribution to tell CloudFront where you want content to
be delivered from, and the details about how to track and manage content delivery. Send a POST
request to the /CloudFront API version/distribution/distribution ID resource.
When you update a distribution, there are more required fields than when you create a distribution. When you update your distribution by using UpdateDistribution, follow the steps included in the documentation to get the current configuration and then make your updates. This helps to make sure that you include all of the required fields. To view a summary, see Required Fields for Create Distribution and Update Distribution in the Amazon CloudFront Developer Guide.
createDistributionAsync in interface AmazonCloudFrontAsyncrequest - The request to create a new distribution.asyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<CreateDistributionWithTagsResult> createDistributionWithTagsAsync(CreateDistributionWithTagsRequest request)
AmazonCloudFrontAsyncCreate a new distribution with tags.
createDistributionWithTagsAsync in interface AmazonCloudFrontAsyncrequest - The request to create a new distribution with tags.public Future<CreateDistributionWithTagsResult> createDistributionWithTagsAsync(CreateDistributionWithTagsRequest request, AsyncHandler<CreateDistributionWithTagsRequest,CreateDistributionWithTagsResult> asyncHandler)
AmazonCloudFrontAsyncCreate a new distribution with tags.
createDistributionWithTagsAsync in interface AmazonCloudFrontAsyncrequest - The request to create a new distribution with tags.asyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<CreateFieldLevelEncryptionConfigResult> createFieldLevelEncryptionConfigAsync(CreateFieldLevelEncryptionConfigRequest request)
AmazonCloudFrontAsyncCreate a new field-level encryption configuration.
createFieldLevelEncryptionConfigAsync in interface AmazonCloudFrontAsyncpublic Future<CreateFieldLevelEncryptionConfigResult> createFieldLevelEncryptionConfigAsync(CreateFieldLevelEncryptionConfigRequest request, AsyncHandler<CreateFieldLevelEncryptionConfigRequest,CreateFieldLevelEncryptionConfigResult> asyncHandler)
AmazonCloudFrontAsyncCreate a new field-level encryption configuration.
createFieldLevelEncryptionConfigAsync in interface AmazonCloudFrontAsyncasyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<CreateFieldLevelEncryptionProfileResult> createFieldLevelEncryptionProfileAsync(CreateFieldLevelEncryptionProfileRequest request)
AmazonCloudFrontAsyncCreate a field-level encryption profile.
createFieldLevelEncryptionProfileAsync in interface AmazonCloudFrontAsyncpublic Future<CreateFieldLevelEncryptionProfileResult> createFieldLevelEncryptionProfileAsync(CreateFieldLevelEncryptionProfileRequest request, AsyncHandler<CreateFieldLevelEncryptionProfileRequest,CreateFieldLevelEncryptionProfileResult> asyncHandler)
AmazonCloudFrontAsyncCreate a field-level encryption profile.
createFieldLevelEncryptionProfileAsync in interface AmazonCloudFrontAsyncasyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<CreateInvalidationResult> createInvalidationAsync(CreateInvalidationRequest request)
AmazonCloudFrontAsyncCreate a new invalidation.
createInvalidationAsync in interface AmazonCloudFrontAsyncrequest - The request to create an invalidation.public Future<CreateInvalidationResult> createInvalidationAsync(CreateInvalidationRequest request, AsyncHandler<CreateInvalidationRequest,CreateInvalidationResult> asyncHandler)
AmazonCloudFrontAsyncCreate a new invalidation.
createInvalidationAsync in interface AmazonCloudFrontAsyncrequest - The request to create an invalidation.asyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<CreateOriginRequestPolicyResult> createOriginRequestPolicyAsync(CreateOriginRequestPolicyRequest request)
AmazonCloudFrontAsyncCreates an origin request policy.
After you create an origin request policy, you can attach it to one or more cache behaviors. When it’s attached to a cache behavior, the origin request policy determines the values that CloudFront includes in requests that it sends to the origin. Each request that CloudFront sends to the origin includes the following:
The request body and the URL path (without the domain name) from the viewer request.
The headers that CloudFront automatically includes in every origin request, including Host,
User-Agent, and X-Amz-Cf-Id.
All HTTP headers, cookies, and URL query strings that are specified in the cache policy or the origin request policy. These can include items from the viewer request and, in the case of headers, additional ones that are added by CloudFront.
CloudFront sends a request when it can’t find a valid object in its cache that matches the request. If you want
to send values to the origin and also include them in the cache key, use CreateCachePolicy.
For more information about origin request policies, see Controlling origin requests in the Amazon CloudFront Developer Guide.
createOriginRequestPolicyAsync in interface AmazonCloudFrontAsyncpublic Future<CreateOriginRequestPolicyResult> createOriginRequestPolicyAsync(CreateOriginRequestPolicyRequest request, AsyncHandler<CreateOriginRequestPolicyRequest,CreateOriginRequestPolicyResult> asyncHandler)
AmazonCloudFrontAsyncCreates an origin request policy.
After you create an origin request policy, you can attach it to one or more cache behaviors. When it’s attached to a cache behavior, the origin request policy determines the values that CloudFront includes in requests that it sends to the origin. Each request that CloudFront sends to the origin includes the following:
The request body and the URL path (without the domain name) from the viewer request.
The headers that CloudFront automatically includes in every origin request, including Host,
User-Agent, and X-Amz-Cf-Id.
All HTTP headers, cookies, and URL query strings that are specified in the cache policy or the origin request policy. These can include items from the viewer request and, in the case of headers, additional ones that are added by CloudFront.
CloudFront sends a request when it can’t find a valid object in its cache that matches the request. If you want
to send values to the origin and also include them in the cache key, use CreateCachePolicy.
For more information about origin request policies, see Controlling origin requests in the Amazon CloudFront Developer Guide.
createOriginRequestPolicyAsync in interface AmazonCloudFrontAsyncasyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<CreatePublicKeyResult> createPublicKeyAsync(CreatePublicKeyRequest request)
AmazonCloudFrontAsyncAdd a new public key to CloudFront to use, for example, for field-level encryption. You can add a maximum of 10 public keys with one AWS account.
createPublicKeyAsync in interface AmazonCloudFrontAsyncpublic Future<CreatePublicKeyResult> createPublicKeyAsync(CreatePublicKeyRequest request, AsyncHandler<CreatePublicKeyRequest,CreatePublicKeyResult> asyncHandler)
AmazonCloudFrontAsyncAdd a new public key to CloudFront to use, for example, for field-level encryption. You can add a maximum of 10 public keys with one AWS account.
createPublicKeyAsync in interface AmazonCloudFrontAsyncasyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<CreateStreamingDistributionResult> createStreamingDistributionAsync(CreateStreamingDistributionRequest request)
AmazonCloudFrontAsyncCreates a new RTMP distribution. An RTMP distribution is similar to a web distribution, but an RTMP distribution streams media files using the Adobe Real-Time Messaging Protocol (RTMP) instead of serving files using HTTP.
To create a new distribution, submit a POST request to the CloudFront API
version/distribution resource. The request body must include a document with a
StreamingDistributionConfig element. The response echoes the StreamingDistributionConfig
element and returns other information about the RTMP distribution.
To get the status of your request, use the GET StreamingDistribution API action. When the value of
Enabled is true and the value of Status is Deployed, your
distribution is ready. A distribution usually deploys in less than 15 minutes.
For more information about web distributions, see Working with RTMP Distributions in the Amazon CloudFront Developer Guide.
Beginning with the 2012-05-05 version of the CloudFront API, we made substantial changes to the format of the XML
document that you include in the request body when you create or update a web distribution or an RTMP
distribution, and when you invalidate objects. With previous versions of the API, we discovered that it was too
easy to accidentally delete one or more values for an element that accepts multiple values, for example, CNAMEs
and trusted signers. Our changes for the 2012-05-05 release are intended to prevent these accidental deletions
and to notify you when there's a mismatch between the number of values you say you're specifying in the
Quantity element and the number of values specified.
createStreamingDistributionAsync in interface AmazonCloudFrontAsyncrequest - The request to create a new streaming distribution.public Future<CreateStreamingDistributionResult> createStreamingDistributionAsync(CreateStreamingDistributionRequest request, AsyncHandler<CreateStreamingDistributionRequest,CreateStreamingDistributionResult> asyncHandler)
AmazonCloudFrontAsyncCreates a new RTMP distribution. An RTMP distribution is similar to a web distribution, but an RTMP distribution streams media files using the Adobe Real-Time Messaging Protocol (RTMP) instead of serving files using HTTP.
To create a new distribution, submit a POST request to the CloudFront API
version/distribution resource. The request body must include a document with a
StreamingDistributionConfig element. The response echoes the StreamingDistributionConfig
element and returns other information about the RTMP distribution.
To get the status of your request, use the GET StreamingDistribution API action. When the value of
Enabled is true and the value of Status is Deployed, your
distribution is ready. A distribution usually deploys in less than 15 minutes.
For more information about web distributions, see Working with RTMP Distributions in the Amazon CloudFront Developer Guide.
Beginning with the 2012-05-05 version of the CloudFront API, we made substantial changes to the format of the XML
document that you include in the request body when you create or update a web distribution or an RTMP
distribution, and when you invalidate objects. With previous versions of the API, we discovered that it was too
easy to accidentally delete one or more values for an element that accepts multiple values, for example, CNAMEs
and trusted signers. Our changes for the 2012-05-05 release are intended to prevent these accidental deletions
and to notify you when there's a mismatch between the number of values you say you're specifying in the
Quantity element and the number of values specified.
createStreamingDistributionAsync in interface AmazonCloudFrontAsyncrequest - The request to create a new streaming distribution.asyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<CreateStreamingDistributionWithTagsResult> createStreamingDistributionWithTagsAsync(CreateStreamingDistributionWithTagsRequest request)
AmazonCloudFrontAsyncCreate a new streaming distribution with tags.
createStreamingDistributionWithTagsAsync in interface AmazonCloudFrontAsyncrequest - The request to create a new streaming distribution with tags.public Future<CreateStreamingDistributionWithTagsResult> createStreamingDistributionWithTagsAsync(CreateStreamingDistributionWithTagsRequest request, AsyncHandler<CreateStreamingDistributionWithTagsRequest,CreateStreamingDistributionWithTagsResult> asyncHandler)
AmazonCloudFrontAsyncCreate a new streaming distribution with tags.
createStreamingDistributionWithTagsAsync in interface AmazonCloudFrontAsyncrequest - The request to create a new streaming distribution with tags.asyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<DeleteCachePolicyResult> deleteCachePolicyAsync(DeleteCachePolicyRequest request)
AmazonCloudFrontAsyncDeletes a cache policy.
You cannot delete a cache policy if it’s attached to a cache behavior. First update your distributions to remove the cache policy from all cache behaviors, then delete the cache policy.
To delete a cache policy, you must provide the policy’s identifier and version. To get these values, you can use
ListCachePolicies or GetCachePolicy.
deleteCachePolicyAsync in interface AmazonCloudFrontAsyncpublic Future<DeleteCachePolicyResult> deleteCachePolicyAsync(DeleteCachePolicyRequest request, AsyncHandler<DeleteCachePolicyRequest,DeleteCachePolicyResult> asyncHandler)
AmazonCloudFrontAsyncDeletes a cache policy.
You cannot delete a cache policy if it’s attached to a cache behavior. First update your distributions to remove the cache policy from all cache behaviors, then delete the cache policy.
To delete a cache policy, you must provide the policy’s identifier and version. To get these values, you can use
ListCachePolicies or GetCachePolicy.
deleteCachePolicyAsync in interface AmazonCloudFrontAsyncasyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<DeleteCloudFrontOriginAccessIdentityResult> deleteCloudFrontOriginAccessIdentityAsync(DeleteCloudFrontOriginAccessIdentityRequest request)
AmazonCloudFrontAsyncDelete an origin access identity.
deleteCloudFrontOriginAccessIdentityAsync in interface AmazonCloudFrontAsyncrequest - Deletes a origin access identity.public Future<DeleteCloudFrontOriginAccessIdentityResult> deleteCloudFrontOriginAccessIdentityAsync(DeleteCloudFrontOriginAccessIdentityRequest request, AsyncHandler<DeleteCloudFrontOriginAccessIdentityRequest,DeleteCloudFrontOriginAccessIdentityResult> asyncHandler)
AmazonCloudFrontAsyncDelete an origin access identity.
deleteCloudFrontOriginAccessIdentityAsync in interface AmazonCloudFrontAsyncrequest - Deletes a origin access identity.asyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<DeleteDistributionResult> deleteDistributionAsync(DeleteDistributionRequest request)
AmazonCloudFrontAsyncDelete a distribution.
deleteDistributionAsync in interface AmazonCloudFrontAsyncrequest - This action deletes a web distribution. To delete a web distribution using the CloudFront API, perform the
following steps.
To delete a web distribution using the CloudFront API:
Disable the web distribution
Submit a GET Distribution Config request to get the current configuration and the
Etag header for the distribution.
Update the XML document that was returned in the response to your GET Distribution Config
request to change the value of Enabled to false.
Submit a PUT Distribution Config request to update the configuration for your distribution.
In the request body, include the XML document that you updated in Step 3. Set the value of the HTTP
If-Match header to the value of the ETag header that CloudFront returned when
you submitted the GET Distribution Config request in Step 2.
Review the response to the PUT Distribution Config request to confirm that the distribution
was successfully disabled.
Submit a GET Distribution request to confirm that your changes have propagated. When
propagation is complete, the value of Status is Deployed.
Submit a DELETE Distribution request. Set the value of the HTTP If-Match header
to the value of the ETag header that CloudFront returned when you submitted the
GET Distribution Config request in Step 6.
Review the response to your DELETE Distribution request to confirm that the distribution was
successfully deleted.
For information about deleting a distribution using the CloudFront console, see Deleting a Distribution in the Amazon CloudFront Developer Guide.
public Future<DeleteDistributionResult> deleteDistributionAsync(DeleteDistributionRequest request, AsyncHandler<DeleteDistributionRequest,DeleteDistributionResult> asyncHandler)
AmazonCloudFrontAsyncDelete a distribution.
deleteDistributionAsync in interface AmazonCloudFrontAsyncrequest - This action deletes a web distribution. To delete a web distribution using the CloudFront API, perform the
following steps.
To delete a web distribution using the CloudFront API:
Disable the web distribution
Submit a GET Distribution Config request to get the current configuration and the
Etag header for the distribution.
Update the XML document that was returned in the response to your GET Distribution Config
request to change the value of Enabled to false.
Submit a PUT Distribution Config request to update the configuration for your distribution.
In the request body, include the XML document that you updated in Step 3. Set the value of the HTTP
If-Match header to the value of the ETag header that CloudFront returned when
you submitted the GET Distribution Config request in Step 2.
Review the response to the PUT Distribution Config request to confirm that the distribution
was successfully disabled.
Submit a GET Distribution request to confirm that your changes have propagated. When
propagation is complete, the value of Status is Deployed.
Submit a DELETE Distribution request. Set the value of the HTTP If-Match header
to the value of the ETag header that CloudFront returned when you submitted the
GET Distribution Config request in Step 6.
Review the response to your DELETE Distribution request to confirm that the distribution was
successfully deleted.
For information about deleting a distribution using the CloudFront console, see Deleting a Distribution in the Amazon CloudFront Developer Guide.
asyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<DeleteFieldLevelEncryptionConfigResult> deleteFieldLevelEncryptionConfigAsync(DeleteFieldLevelEncryptionConfigRequest request)
AmazonCloudFrontAsyncRemove a field-level encryption configuration.
deleteFieldLevelEncryptionConfigAsync in interface AmazonCloudFrontAsyncpublic Future<DeleteFieldLevelEncryptionConfigResult> deleteFieldLevelEncryptionConfigAsync(DeleteFieldLevelEncryptionConfigRequest request, AsyncHandler<DeleteFieldLevelEncryptionConfigRequest,DeleteFieldLevelEncryptionConfigResult> asyncHandler)
AmazonCloudFrontAsyncRemove a field-level encryption configuration.
deleteFieldLevelEncryptionConfigAsync in interface AmazonCloudFrontAsyncasyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<DeleteFieldLevelEncryptionProfileResult> deleteFieldLevelEncryptionProfileAsync(DeleteFieldLevelEncryptionProfileRequest request)
AmazonCloudFrontAsyncRemove a field-level encryption profile.
deleteFieldLevelEncryptionProfileAsync in interface AmazonCloudFrontAsyncpublic Future<DeleteFieldLevelEncryptionProfileResult> deleteFieldLevelEncryptionProfileAsync(DeleteFieldLevelEncryptionProfileRequest request, AsyncHandler<DeleteFieldLevelEncryptionProfileRequest,DeleteFieldLevelEncryptionProfileResult> asyncHandler)
AmazonCloudFrontAsyncRemove a field-level encryption profile.
deleteFieldLevelEncryptionProfileAsync in interface AmazonCloudFrontAsyncasyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<DeleteOriginRequestPolicyResult> deleteOriginRequestPolicyAsync(DeleteOriginRequestPolicyRequest request)
AmazonCloudFrontAsyncDeletes an origin request policy.
You cannot delete an origin request policy if it’s attached to any cache behaviors. First update your distributions to remove the origin request policy from all cache behaviors, then delete the origin request policy.
To delete an origin request policy, you must provide the policy’s identifier and version. To get the identifier,
you can use ListOriginRequestPolicies or GetOriginRequestPolicy.
deleteOriginRequestPolicyAsync in interface AmazonCloudFrontAsyncpublic Future<DeleteOriginRequestPolicyResult> deleteOriginRequestPolicyAsync(DeleteOriginRequestPolicyRequest request, AsyncHandler<DeleteOriginRequestPolicyRequest,DeleteOriginRequestPolicyResult> asyncHandler)
AmazonCloudFrontAsyncDeletes an origin request policy.
You cannot delete an origin request policy if it’s attached to any cache behaviors. First update your distributions to remove the origin request policy from all cache behaviors, then delete the origin request policy.
To delete an origin request policy, you must provide the policy’s identifier and version. To get the identifier,
you can use ListOriginRequestPolicies or GetOriginRequestPolicy.
deleteOriginRequestPolicyAsync in interface AmazonCloudFrontAsyncasyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<DeletePublicKeyResult> deletePublicKeyAsync(DeletePublicKeyRequest request)
AmazonCloudFrontAsyncRemove a public key you previously added to CloudFront.
deletePublicKeyAsync in interface AmazonCloudFrontAsyncpublic Future<DeletePublicKeyResult> deletePublicKeyAsync(DeletePublicKeyRequest request, AsyncHandler<DeletePublicKeyRequest,DeletePublicKeyResult> asyncHandler)
AmazonCloudFrontAsyncRemove a public key you previously added to CloudFront.
deletePublicKeyAsync in interface AmazonCloudFrontAsyncasyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<DeleteStreamingDistributionResult> deleteStreamingDistributionAsync(DeleteStreamingDistributionRequest request)
AmazonCloudFrontAsyncDelete a streaming distribution. To delete an RTMP distribution using the CloudFront API, perform the following steps.
To delete an RTMP distribution using the CloudFront API:
Disable the RTMP distribution.
Submit a GET Streaming Distribution Config request to get the current configuration and the
Etag header for the distribution.
Update the XML document that was returned in the response to your GET Streaming Distribution Config
request to change the value of Enabled to false.
Submit a PUT Streaming Distribution Config request to update the configuration for your
distribution. In the request body, include the XML document that you updated in Step 3. Then set the value of the
HTTP If-Match header to the value of the ETag header that CloudFront returned when you
submitted the GET Streaming Distribution Config request in Step 2.
Review the response to the PUT Streaming Distribution Config request to confirm that the
distribution was successfully disabled.
Submit a GET Streaming Distribution Config request to confirm that your changes have propagated.
When propagation is complete, the value of Status is Deployed.
Submit a DELETE Streaming Distribution request. Set the value of the HTTP If-Match
header to the value of the ETag header that CloudFront returned when you submitted the
GET Streaming Distribution Config request in Step 2.
Review the response to your DELETE Streaming Distribution request to confirm that the distribution
was successfully deleted.
For information about deleting a distribution using the CloudFront console, see Deleting a Distribution in the Amazon CloudFront Developer Guide.
deleteStreamingDistributionAsync in interface AmazonCloudFrontAsyncrequest - The request to delete a streaming distribution.public Future<DeleteStreamingDistributionResult> deleteStreamingDistributionAsync(DeleteStreamingDistributionRequest request, AsyncHandler<DeleteStreamingDistributionRequest,DeleteStreamingDistributionResult> asyncHandler)
AmazonCloudFrontAsyncDelete a streaming distribution. To delete an RTMP distribution using the CloudFront API, perform the following steps.
To delete an RTMP distribution using the CloudFront API:
Disable the RTMP distribution.
Submit a GET Streaming Distribution Config request to get the current configuration and the
Etag header for the distribution.
Update the XML document that was returned in the response to your GET Streaming Distribution Config
request to change the value of Enabled to false.
Submit a PUT Streaming Distribution Config request to update the configuration for your
distribution. In the request body, include the XML document that you updated in Step 3. Then set the value of the
HTTP If-Match header to the value of the ETag header that CloudFront returned when you
submitted the GET Streaming Distribution Config request in Step 2.
Review the response to the PUT Streaming Distribution Config request to confirm that the
distribution was successfully disabled.
Submit a GET Streaming Distribution Config request to confirm that your changes have propagated.
When propagation is complete, the value of Status is Deployed.
Submit a DELETE Streaming Distribution request. Set the value of the HTTP If-Match
header to the value of the ETag header that CloudFront returned when you submitted the
GET Streaming Distribution Config request in Step 2.
Review the response to your DELETE Streaming Distribution request to confirm that the distribution
was successfully deleted.
For information about deleting a distribution using the CloudFront console, see Deleting a Distribution in the Amazon CloudFront Developer Guide.
deleteStreamingDistributionAsync in interface AmazonCloudFrontAsyncrequest - The request to delete a streaming distribution.asyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<GetCachePolicyResult> getCachePolicyAsync(GetCachePolicyRequest request)
AmazonCloudFrontAsyncGets a cache policy, including the following metadata:
The policy’s identifier.
The date and time when the policy was last modified.
To get a cache policy, you must provide the policy’s identifier. If the cache policy is attached to a
distribution’s cache behavior, you can get the policy’s identifier using ListDistributions or
GetDistribution. If the cache policy is not attached to a cache behavior, you can get the identifier
using ListCachePolicies.
getCachePolicyAsync in interface AmazonCloudFrontAsyncpublic Future<GetCachePolicyResult> getCachePolicyAsync(GetCachePolicyRequest request, AsyncHandler<GetCachePolicyRequest,GetCachePolicyResult> asyncHandler)
AmazonCloudFrontAsyncGets a cache policy, including the following metadata:
The policy’s identifier.
The date and time when the policy was last modified.
To get a cache policy, you must provide the policy’s identifier. If the cache policy is attached to a
distribution’s cache behavior, you can get the policy’s identifier using ListDistributions or
GetDistribution. If the cache policy is not attached to a cache behavior, you can get the identifier
using ListCachePolicies.
getCachePolicyAsync in interface AmazonCloudFrontAsyncasyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<GetCachePolicyConfigResult> getCachePolicyConfigAsync(GetCachePolicyConfigRequest request)
AmazonCloudFrontAsyncGets a cache policy configuration.
To get a cache policy configuration, you must provide the policy’s identifier. If the cache policy is attached to
a distribution’s cache behavior, you can get the policy’s identifier using ListDistributions or
GetDistribution. If the cache policy is not attached to a cache behavior, you can get the identifier
using ListCachePolicies.
getCachePolicyConfigAsync in interface AmazonCloudFrontAsyncpublic Future<GetCachePolicyConfigResult> getCachePolicyConfigAsync(GetCachePolicyConfigRequest request, AsyncHandler<GetCachePolicyConfigRequest,GetCachePolicyConfigResult> asyncHandler)
AmazonCloudFrontAsyncGets a cache policy configuration.
To get a cache policy configuration, you must provide the policy’s identifier. If the cache policy is attached to
a distribution’s cache behavior, you can get the policy’s identifier using ListDistributions or
GetDistribution. If the cache policy is not attached to a cache behavior, you can get the identifier
using ListCachePolicies.
getCachePolicyConfigAsync in interface AmazonCloudFrontAsyncasyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<GetCloudFrontOriginAccessIdentityResult> getCloudFrontOriginAccessIdentityAsync(GetCloudFrontOriginAccessIdentityRequest request)
AmazonCloudFrontAsyncGet the information about an origin access identity.
getCloudFrontOriginAccessIdentityAsync in interface AmazonCloudFrontAsyncrequest - The request to get an origin access identity's information.public Future<GetCloudFrontOriginAccessIdentityResult> getCloudFrontOriginAccessIdentityAsync(GetCloudFrontOriginAccessIdentityRequest request, AsyncHandler<GetCloudFrontOriginAccessIdentityRequest,GetCloudFrontOriginAccessIdentityResult> asyncHandler)
AmazonCloudFrontAsyncGet the information about an origin access identity.
getCloudFrontOriginAccessIdentityAsync in interface AmazonCloudFrontAsyncrequest - The request to get an origin access identity's information.asyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<GetCloudFrontOriginAccessIdentityConfigResult> getCloudFrontOriginAccessIdentityConfigAsync(GetCloudFrontOriginAccessIdentityConfigRequest request)
AmazonCloudFrontAsyncGet the configuration information about an origin access identity.
getCloudFrontOriginAccessIdentityConfigAsync in interface AmazonCloudFrontAsyncrequest - The origin access identity's configuration information. For more information, see CloudFrontOriginAccessIdentityConfig.public Future<GetCloudFrontOriginAccessIdentityConfigResult> getCloudFrontOriginAccessIdentityConfigAsync(GetCloudFrontOriginAccessIdentityConfigRequest request, AsyncHandler<GetCloudFrontOriginAccessIdentityConfigRequest,GetCloudFrontOriginAccessIdentityConfigResult> asyncHandler)
AmazonCloudFrontAsyncGet the configuration information about an origin access identity.
getCloudFrontOriginAccessIdentityConfigAsync in interface AmazonCloudFrontAsyncrequest - The origin access identity's configuration information. For more information, see CloudFrontOriginAccessIdentityConfig.asyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<GetDistributionResult> getDistributionAsync(GetDistributionRequest request)
AmazonCloudFrontAsyncGet the information about a distribution.
getDistributionAsync in interface AmazonCloudFrontAsyncrequest - The request to get a distribution's information.public Future<GetDistributionResult> getDistributionAsync(GetDistributionRequest request, AsyncHandler<GetDistributionRequest,GetDistributionResult> asyncHandler)
AmazonCloudFrontAsyncGet the information about a distribution.
getDistributionAsync in interface AmazonCloudFrontAsyncrequest - The request to get a distribution's information.asyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<GetDistributionConfigResult> getDistributionConfigAsync(GetDistributionConfigRequest request)
AmazonCloudFrontAsyncGet the configuration information about a distribution.
getDistributionConfigAsync in interface AmazonCloudFrontAsyncrequest - The request to get a distribution configuration.public Future<GetDistributionConfigResult> getDistributionConfigAsync(GetDistributionConfigRequest request, AsyncHandler<GetDistributionConfigRequest,GetDistributionConfigResult> asyncHandler)
AmazonCloudFrontAsyncGet the configuration information about a distribution.
getDistributionConfigAsync in interface AmazonCloudFrontAsyncrequest - The request to get a distribution configuration.asyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<GetFieldLevelEncryptionResult> getFieldLevelEncryptionAsync(GetFieldLevelEncryptionRequest request)
AmazonCloudFrontAsyncGet the field-level encryption configuration information.
getFieldLevelEncryptionAsync in interface AmazonCloudFrontAsyncpublic Future<GetFieldLevelEncryptionResult> getFieldLevelEncryptionAsync(GetFieldLevelEncryptionRequest request, AsyncHandler<GetFieldLevelEncryptionRequest,GetFieldLevelEncryptionResult> asyncHandler)
AmazonCloudFrontAsyncGet the field-level encryption configuration information.
getFieldLevelEncryptionAsync in interface AmazonCloudFrontAsyncasyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<GetFieldLevelEncryptionConfigResult> getFieldLevelEncryptionConfigAsync(GetFieldLevelEncryptionConfigRequest request)
AmazonCloudFrontAsyncGet the field-level encryption configuration information.
getFieldLevelEncryptionConfigAsync in interface AmazonCloudFrontAsyncpublic Future<GetFieldLevelEncryptionConfigResult> getFieldLevelEncryptionConfigAsync(GetFieldLevelEncryptionConfigRequest request, AsyncHandler<GetFieldLevelEncryptionConfigRequest,GetFieldLevelEncryptionConfigResult> asyncHandler)
AmazonCloudFrontAsyncGet the field-level encryption configuration information.
getFieldLevelEncryptionConfigAsync in interface AmazonCloudFrontAsyncasyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<GetFieldLevelEncryptionProfileResult> getFieldLevelEncryptionProfileAsync(GetFieldLevelEncryptionProfileRequest request)
AmazonCloudFrontAsyncGet the field-level encryption profile information.
getFieldLevelEncryptionProfileAsync in interface AmazonCloudFrontAsyncpublic Future<GetFieldLevelEncryptionProfileResult> getFieldLevelEncryptionProfileAsync(GetFieldLevelEncryptionProfileRequest request, AsyncHandler<GetFieldLevelEncryptionProfileRequest,GetFieldLevelEncryptionProfileResult> asyncHandler)
AmazonCloudFrontAsyncGet the field-level encryption profile information.
getFieldLevelEncryptionProfileAsync in interface AmazonCloudFrontAsyncasyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<GetFieldLevelEncryptionProfileConfigResult> getFieldLevelEncryptionProfileConfigAsync(GetFieldLevelEncryptionProfileConfigRequest request)
AmazonCloudFrontAsyncGet the field-level encryption profile configuration information.
getFieldLevelEncryptionProfileConfigAsync in interface AmazonCloudFrontAsyncpublic Future<GetFieldLevelEncryptionProfileConfigResult> getFieldLevelEncryptionProfileConfigAsync(GetFieldLevelEncryptionProfileConfigRequest request, AsyncHandler<GetFieldLevelEncryptionProfileConfigRequest,GetFieldLevelEncryptionProfileConfigResult> asyncHandler)
AmazonCloudFrontAsyncGet the field-level encryption profile configuration information.
getFieldLevelEncryptionProfileConfigAsync in interface AmazonCloudFrontAsyncasyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<GetInvalidationResult> getInvalidationAsync(GetInvalidationRequest request)
AmazonCloudFrontAsyncGet the information about an invalidation.
getInvalidationAsync in interface AmazonCloudFrontAsyncrequest - The request to get an invalidation's information.public Future<GetInvalidationResult> getInvalidationAsync(GetInvalidationRequest request, AsyncHandler<GetInvalidationRequest,GetInvalidationResult> asyncHandler)
AmazonCloudFrontAsyncGet the information about an invalidation.
getInvalidationAsync in interface AmazonCloudFrontAsyncrequest - The request to get an invalidation's information.asyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<GetOriginRequestPolicyResult> getOriginRequestPolicyAsync(GetOriginRequestPolicyRequest request)
AmazonCloudFrontAsyncGets an origin request policy, including the following metadata:
The policy’s identifier.
The date and time when the policy was last modified.
To get an origin request policy, you must provide the policy’s identifier. If the origin request policy is
attached to a distribution’s cache behavior, you can get the policy’s identifier using
ListDistributions or GetDistribution. If the origin request policy is not attached to a
cache behavior, you can get the identifier using ListOriginRequestPolicies.
getOriginRequestPolicyAsync in interface AmazonCloudFrontAsyncpublic Future<GetOriginRequestPolicyResult> getOriginRequestPolicyAsync(GetOriginRequestPolicyRequest request, AsyncHandler<GetOriginRequestPolicyRequest,GetOriginRequestPolicyResult> asyncHandler)
AmazonCloudFrontAsyncGets an origin request policy, including the following metadata:
The policy’s identifier.
The date and time when the policy was last modified.
To get an origin request policy, you must provide the policy’s identifier. If the origin request policy is
attached to a distribution’s cache behavior, you can get the policy’s identifier using
ListDistributions or GetDistribution. If the origin request policy is not attached to a
cache behavior, you can get the identifier using ListOriginRequestPolicies.
getOriginRequestPolicyAsync in interface AmazonCloudFrontAsyncasyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<GetOriginRequestPolicyConfigResult> getOriginRequestPolicyConfigAsync(GetOriginRequestPolicyConfigRequest request)
AmazonCloudFrontAsyncGets an origin request policy configuration.
To get an origin request policy configuration, you must provide the policy’s identifier. If the origin request
policy is attached to a distribution’s cache behavior, you can get the policy’s identifier using
ListDistributions or GetDistribution. If the origin request policy is not attached to a
cache behavior, you can get the identifier using ListOriginRequestPolicies.
getOriginRequestPolicyConfigAsync in interface AmazonCloudFrontAsyncpublic Future<GetOriginRequestPolicyConfigResult> getOriginRequestPolicyConfigAsync(GetOriginRequestPolicyConfigRequest request, AsyncHandler<GetOriginRequestPolicyConfigRequest,GetOriginRequestPolicyConfigResult> asyncHandler)
AmazonCloudFrontAsyncGets an origin request policy configuration.
To get an origin request policy configuration, you must provide the policy’s identifier. If the origin request
policy is attached to a distribution’s cache behavior, you can get the policy’s identifier using
ListDistributions or GetDistribution. If the origin request policy is not attached to a
cache behavior, you can get the identifier using ListOriginRequestPolicies.
getOriginRequestPolicyConfigAsync in interface AmazonCloudFrontAsyncasyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<GetPublicKeyResult> getPublicKeyAsync(GetPublicKeyRequest request)
AmazonCloudFrontAsyncGet the public key information.
getPublicKeyAsync in interface AmazonCloudFrontAsyncpublic Future<GetPublicKeyResult> getPublicKeyAsync(GetPublicKeyRequest request, AsyncHandler<GetPublicKeyRequest,GetPublicKeyResult> asyncHandler)
AmazonCloudFrontAsyncGet the public key information.
getPublicKeyAsync in interface AmazonCloudFrontAsyncasyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<GetPublicKeyConfigResult> getPublicKeyConfigAsync(GetPublicKeyConfigRequest request)
AmazonCloudFrontAsyncReturn public key configuration informaation
getPublicKeyConfigAsync in interface AmazonCloudFrontAsyncpublic Future<GetPublicKeyConfigResult> getPublicKeyConfigAsync(GetPublicKeyConfigRequest request, AsyncHandler<GetPublicKeyConfigRequest,GetPublicKeyConfigResult> asyncHandler)
AmazonCloudFrontAsyncReturn public key configuration informaation
getPublicKeyConfigAsync in interface AmazonCloudFrontAsyncasyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<GetStreamingDistributionResult> getStreamingDistributionAsync(GetStreamingDistributionRequest request)
AmazonCloudFrontAsyncGets information about a specified RTMP distribution, including the distribution configuration.
getStreamingDistributionAsync in interface AmazonCloudFrontAsyncrequest - The request to get a streaming distribution's information.public Future<GetStreamingDistributionResult> getStreamingDistributionAsync(GetStreamingDistributionRequest request, AsyncHandler<GetStreamingDistributionRequest,GetStreamingDistributionResult> asyncHandler)
AmazonCloudFrontAsyncGets information about a specified RTMP distribution, including the distribution configuration.
getStreamingDistributionAsync in interface AmazonCloudFrontAsyncrequest - The request to get a streaming distribution's information.asyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<GetStreamingDistributionConfigResult> getStreamingDistributionConfigAsync(GetStreamingDistributionConfigRequest request)
AmazonCloudFrontAsyncGet the configuration information about a streaming distribution.
getStreamingDistributionConfigAsync in interface AmazonCloudFrontAsyncrequest - To request to get a streaming distribution configuration.public Future<GetStreamingDistributionConfigResult> getStreamingDistributionConfigAsync(GetStreamingDistributionConfigRequest request, AsyncHandler<GetStreamingDistributionConfigRequest,GetStreamingDistributionConfigResult> asyncHandler)
AmazonCloudFrontAsyncGet the configuration information about a streaming distribution.
getStreamingDistributionConfigAsync in interface AmazonCloudFrontAsyncrequest - To request to get a streaming distribution configuration.asyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<ListCachePoliciesResult> listCachePoliciesAsync(ListCachePoliciesRequest request)
AmazonCloudFrontAsyncGets a list of cache policies.
You can optionally apply a filter to return only the managed policies created by AWS, or only the custom policies created in your AWS account.
You can optionally specify the maximum number of items to receive in the response. If the total number of items
in the list exceeds the maximum that you specify, or the default maximum, the response is paginated. To get the
next page of items, send a subsequent request that specifies the NextMarker value from the current
response as the Marker value in the subsequent request.
listCachePoliciesAsync in interface AmazonCloudFrontAsyncpublic Future<ListCachePoliciesResult> listCachePoliciesAsync(ListCachePoliciesRequest request, AsyncHandler<ListCachePoliciesRequest,ListCachePoliciesResult> asyncHandler)
AmazonCloudFrontAsyncGets a list of cache policies.
You can optionally apply a filter to return only the managed policies created by AWS, or only the custom policies created in your AWS account.
You can optionally specify the maximum number of items to receive in the response. If the total number of items
in the list exceeds the maximum that you specify, or the default maximum, the response is paginated. To get the
next page of items, send a subsequent request that specifies the NextMarker value from the current
response as the Marker value in the subsequent request.
listCachePoliciesAsync in interface AmazonCloudFrontAsyncasyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<ListCloudFrontOriginAccessIdentitiesResult> listCloudFrontOriginAccessIdentitiesAsync(ListCloudFrontOriginAccessIdentitiesRequest request)
AmazonCloudFrontAsyncLists origin access identities.
listCloudFrontOriginAccessIdentitiesAsync in interface AmazonCloudFrontAsyncrequest - The request to list origin access identities.public Future<ListCloudFrontOriginAccessIdentitiesResult> listCloudFrontOriginAccessIdentitiesAsync(ListCloudFrontOriginAccessIdentitiesRequest request, AsyncHandler<ListCloudFrontOriginAccessIdentitiesRequest,ListCloudFrontOriginAccessIdentitiesResult> asyncHandler)
AmazonCloudFrontAsyncLists origin access identities.
listCloudFrontOriginAccessIdentitiesAsync in interface AmazonCloudFrontAsyncrequest - The request to list origin access identities.asyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<ListDistributionsResult> listDistributionsAsync(ListDistributionsRequest request)
AmazonCloudFrontAsyncList CloudFront distributions.
listDistributionsAsync in interface AmazonCloudFrontAsyncrequest - The request to list your distributions.public Future<ListDistributionsResult> listDistributionsAsync(ListDistributionsRequest request, AsyncHandler<ListDistributionsRequest,ListDistributionsResult> asyncHandler)
AmazonCloudFrontAsyncList CloudFront distributions.
listDistributionsAsync in interface AmazonCloudFrontAsyncrequest - The request to list your distributions.asyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<ListDistributionsByCachePolicyIdResult> listDistributionsByCachePolicyIdAsync(ListDistributionsByCachePolicyIdRequest request)
AmazonCloudFrontAsyncGets a list of distribution IDs for distributions that have a cache behavior that’s associated with the specified cache policy.
You can optionally specify the maximum number of items to receive in the response. If the total number of items
in the list exceeds the maximum that you specify, or the default maximum, the response is paginated. To get the
next page of items, send a subsequent request that specifies the NextMarker value from the current
response as the Marker value in the subsequent request.
listDistributionsByCachePolicyIdAsync in interface AmazonCloudFrontAsyncpublic Future<ListDistributionsByCachePolicyIdResult> listDistributionsByCachePolicyIdAsync(ListDistributionsByCachePolicyIdRequest request, AsyncHandler<ListDistributionsByCachePolicyIdRequest,ListDistributionsByCachePolicyIdResult> asyncHandler)
AmazonCloudFrontAsyncGets a list of distribution IDs for distributions that have a cache behavior that’s associated with the specified cache policy.
You can optionally specify the maximum number of items to receive in the response. If the total number of items
in the list exceeds the maximum that you specify, or the default maximum, the response is paginated. To get the
next page of items, send a subsequent request that specifies the NextMarker value from the current
response as the Marker value in the subsequent request.
listDistributionsByCachePolicyIdAsync in interface AmazonCloudFrontAsyncasyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<ListDistributionsByOriginRequestPolicyIdResult> listDistributionsByOriginRequestPolicyIdAsync(ListDistributionsByOriginRequestPolicyIdRequest request)
AmazonCloudFrontAsyncGets a list of distribution IDs for distributions that have a cache behavior that’s associated with the specified origin request policy.
You can optionally specify the maximum number of items to receive in the response. If the total number of items
in the list exceeds the maximum that you specify, or the default maximum, the response is paginated. To get the
next page of items, send a subsequent request that specifies the NextMarker value from the current
response as the Marker value in the subsequent request.
listDistributionsByOriginRequestPolicyIdAsync in interface AmazonCloudFrontAsyncpublic Future<ListDistributionsByOriginRequestPolicyIdResult> listDistributionsByOriginRequestPolicyIdAsync(ListDistributionsByOriginRequestPolicyIdRequest request, AsyncHandler<ListDistributionsByOriginRequestPolicyIdRequest,ListDistributionsByOriginRequestPolicyIdResult> asyncHandler)
AmazonCloudFrontAsyncGets a list of distribution IDs for distributions that have a cache behavior that’s associated with the specified origin request policy.
You can optionally specify the maximum number of items to receive in the response. If the total number of items
in the list exceeds the maximum that you specify, or the default maximum, the response is paginated. To get the
next page of items, send a subsequent request that specifies the NextMarker value from the current
response as the Marker value in the subsequent request.
listDistributionsByOriginRequestPolicyIdAsync in interface AmazonCloudFrontAsyncasyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<ListDistributionsByWebACLIdResult> listDistributionsByWebACLIdAsync(ListDistributionsByWebACLIdRequest request)
AmazonCloudFrontAsyncList the distributions that are associated with a specified AWS WAF web ACL.
listDistributionsByWebACLIdAsync in interface AmazonCloudFrontAsyncrequest - The request to list distributions that are associated with a specified AWS WAF web ACL.public Future<ListDistributionsByWebACLIdResult> listDistributionsByWebACLIdAsync(ListDistributionsByWebACLIdRequest request, AsyncHandler<ListDistributionsByWebACLIdRequest,ListDistributionsByWebACLIdResult> asyncHandler)
AmazonCloudFrontAsyncList the distributions that are associated with a specified AWS WAF web ACL.
listDistributionsByWebACLIdAsync in interface AmazonCloudFrontAsyncrequest - The request to list distributions that are associated with a specified AWS WAF web ACL.asyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<ListFieldLevelEncryptionConfigsResult> listFieldLevelEncryptionConfigsAsync(ListFieldLevelEncryptionConfigsRequest request)
AmazonCloudFrontAsyncList all field-level encryption configurations that have been created in CloudFront for this account.
listFieldLevelEncryptionConfigsAsync in interface AmazonCloudFrontAsyncpublic Future<ListFieldLevelEncryptionConfigsResult> listFieldLevelEncryptionConfigsAsync(ListFieldLevelEncryptionConfigsRequest request, AsyncHandler<ListFieldLevelEncryptionConfigsRequest,ListFieldLevelEncryptionConfigsResult> asyncHandler)
AmazonCloudFrontAsyncList all field-level encryption configurations that have been created in CloudFront for this account.
listFieldLevelEncryptionConfigsAsync in interface AmazonCloudFrontAsyncasyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<ListFieldLevelEncryptionProfilesResult> listFieldLevelEncryptionProfilesAsync(ListFieldLevelEncryptionProfilesRequest request)
AmazonCloudFrontAsyncRequest a list of field-level encryption profiles that have been created in CloudFront for this account.
listFieldLevelEncryptionProfilesAsync in interface AmazonCloudFrontAsyncpublic Future<ListFieldLevelEncryptionProfilesResult> listFieldLevelEncryptionProfilesAsync(ListFieldLevelEncryptionProfilesRequest request, AsyncHandler<ListFieldLevelEncryptionProfilesRequest,ListFieldLevelEncryptionProfilesResult> asyncHandler)
AmazonCloudFrontAsyncRequest a list of field-level encryption profiles that have been created in CloudFront for this account.
listFieldLevelEncryptionProfilesAsync in interface AmazonCloudFrontAsyncasyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<ListInvalidationsResult> listInvalidationsAsync(ListInvalidationsRequest request)
AmazonCloudFrontAsyncLists invalidation batches.
listInvalidationsAsync in interface AmazonCloudFrontAsyncrequest - The request to list invalidations.public Future<ListInvalidationsResult> listInvalidationsAsync(ListInvalidationsRequest request, AsyncHandler<ListInvalidationsRequest,ListInvalidationsResult> asyncHandler)
AmazonCloudFrontAsyncLists invalidation batches.
listInvalidationsAsync in interface AmazonCloudFrontAsyncrequest - The request to list invalidations.asyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<ListOriginRequestPoliciesResult> listOriginRequestPoliciesAsync(ListOriginRequestPoliciesRequest request)
AmazonCloudFrontAsyncGets a list of origin request policies.
You can optionally apply a filter to return only the managed policies created by AWS, or only the custom policies created in your AWS account.
You can optionally specify the maximum number of items to receive in the response. If the total number of items
in the list exceeds the maximum that you specify, or the default maximum, the response is paginated. To get the
next page of items, send a subsequent request that specifies the NextMarker value from the current
response as the Marker value in the subsequent request.
listOriginRequestPoliciesAsync in interface AmazonCloudFrontAsyncpublic Future<ListOriginRequestPoliciesResult> listOriginRequestPoliciesAsync(ListOriginRequestPoliciesRequest request, AsyncHandler<ListOriginRequestPoliciesRequest,ListOriginRequestPoliciesResult> asyncHandler)
AmazonCloudFrontAsyncGets a list of origin request policies.
You can optionally apply a filter to return only the managed policies created by AWS, or only the custom policies created in your AWS account.
You can optionally specify the maximum number of items to receive in the response. If the total number of items
in the list exceeds the maximum that you specify, or the default maximum, the response is paginated. To get the
next page of items, send a subsequent request that specifies the NextMarker value from the current
response as the Marker value in the subsequent request.
listOriginRequestPoliciesAsync in interface AmazonCloudFrontAsyncasyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<ListPublicKeysResult> listPublicKeysAsync(ListPublicKeysRequest request)
AmazonCloudFrontAsyncList all public keys that have been added to CloudFront for this account.
listPublicKeysAsync in interface AmazonCloudFrontAsyncpublic Future<ListPublicKeysResult> listPublicKeysAsync(ListPublicKeysRequest request, AsyncHandler<ListPublicKeysRequest,ListPublicKeysResult> asyncHandler)
AmazonCloudFrontAsyncList all public keys that have been added to CloudFront for this account.
listPublicKeysAsync in interface AmazonCloudFrontAsyncasyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<ListStreamingDistributionsResult> listStreamingDistributionsAsync(ListStreamingDistributionsRequest request)
AmazonCloudFrontAsyncList streaming distributions.
listStreamingDistributionsAsync in interface AmazonCloudFrontAsyncrequest - The request to list your streaming distributions.public Future<ListStreamingDistributionsResult> listStreamingDistributionsAsync(ListStreamingDistributionsRequest request, AsyncHandler<ListStreamingDistributionsRequest,ListStreamingDistributionsResult> asyncHandler)
AmazonCloudFrontAsyncList streaming distributions.
listStreamingDistributionsAsync in interface AmazonCloudFrontAsyncrequest - The request to list your streaming distributions.asyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<ListTagsForResourceResult> listTagsForResourceAsync(ListTagsForResourceRequest request)
AmazonCloudFrontAsyncList tags for a CloudFront resource.
listTagsForResourceAsync in interface AmazonCloudFrontAsyncrequest - The request to list tags for a CloudFront resource.public Future<ListTagsForResourceResult> listTagsForResourceAsync(ListTagsForResourceRequest request, AsyncHandler<ListTagsForResourceRequest,ListTagsForResourceResult> asyncHandler)
AmazonCloudFrontAsyncList tags for a CloudFront resource.
listTagsForResourceAsync in interface AmazonCloudFrontAsyncrequest - The request to list tags for a CloudFront resource.asyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<TagResourceResult> tagResourceAsync(TagResourceRequest request)
AmazonCloudFrontAsyncAdd tags to a CloudFront resource.
tagResourceAsync in interface AmazonCloudFrontAsyncrequest - The request to add tags to a CloudFront resource.public Future<TagResourceResult> tagResourceAsync(TagResourceRequest request, AsyncHandler<TagResourceRequest,TagResourceResult> asyncHandler)
AmazonCloudFrontAsyncAdd tags to a CloudFront resource.
tagResourceAsync in interface AmazonCloudFrontAsyncrequest - The request to add tags to a CloudFront resource.asyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<UntagResourceResult> untagResourceAsync(UntagResourceRequest request)
AmazonCloudFrontAsyncRemove tags from a CloudFront resource.
untagResourceAsync in interface AmazonCloudFrontAsyncrequest - The request to remove tags from a CloudFront resource.public Future<UntagResourceResult> untagResourceAsync(UntagResourceRequest request, AsyncHandler<UntagResourceRequest,UntagResourceResult> asyncHandler)
AmazonCloudFrontAsyncRemove tags from a CloudFront resource.
untagResourceAsync in interface AmazonCloudFrontAsyncrequest - The request to remove tags from a CloudFront resource.asyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<UpdateCachePolicyResult> updateCachePolicyAsync(UpdateCachePolicyRequest request)
AmazonCloudFrontAsyncUpdates a cache policy configuration.
When you update a cache policy configuration, all the fields are updated with the values provided in the request. You cannot update some fields independent of others. To update a cache policy configuration:
Use GetCachePolicyConfig to get the current configuration.
Locally modify the fields in the cache policy configuration that you want to update.
Call UpdateCachePolicy by providing the entire cache policy configuration, including the fields that
you modified and those that you didn’t.
updateCachePolicyAsync in interface AmazonCloudFrontAsyncpublic Future<UpdateCachePolicyResult> updateCachePolicyAsync(UpdateCachePolicyRequest request, AsyncHandler<UpdateCachePolicyRequest,UpdateCachePolicyResult> asyncHandler)
AmazonCloudFrontAsyncUpdates a cache policy configuration.
When you update a cache policy configuration, all the fields are updated with the values provided in the request. You cannot update some fields independent of others. To update a cache policy configuration:
Use GetCachePolicyConfig to get the current configuration.
Locally modify the fields in the cache policy configuration that you want to update.
Call UpdateCachePolicy by providing the entire cache policy configuration, including the fields that
you modified and those that you didn’t.
updateCachePolicyAsync in interface AmazonCloudFrontAsyncasyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<UpdateCloudFrontOriginAccessIdentityResult> updateCloudFrontOriginAccessIdentityAsync(UpdateCloudFrontOriginAccessIdentityRequest request)
AmazonCloudFrontAsyncUpdate an origin access identity.
updateCloudFrontOriginAccessIdentityAsync in interface AmazonCloudFrontAsyncrequest - The request to update an origin access identity.public Future<UpdateCloudFrontOriginAccessIdentityResult> updateCloudFrontOriginAccessIdentityAsync(UpdateCloudFrontOriginAccessIdentityRequest request, AsyncHandler<UpdateCloudFrontOriginAccessIdentityRequest,UpdateCloudFrontOriginAccessIdentityResult> asyncHandler)
AmazonCloudFrontAsyncUpdate an origin access identity.
updateCloudFrontOriginAccessIdentityAsync in interface AmazonCloudFrontAsyncrequest - The request to update an origin access identity.asyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<UpdateDistributionResult> updateDistributionAsync(UpdateDistributionRequest request)
AmazonCloudFrontAsyncUpdates the configuration for a web distribution.
When you update a distribution, there are more required fields than when you create a distribution. When you update your distribution by using this API action, follow the steps here to get the current configuration and then make your updates, to make sure that you include all of the required fields. To view a summary, see Required Fields for Create Distribution and Update Distribution in the Amazon CloudFront Developer Guide.
The update process includes getting the current distribution configuration, updating the XML document that is
returned to make your changes, and then submitting an UpdateDistribution request to make the
updates.
For information about updating a distribution using the CloudFront console instead, see Creating a Distribution in the Amazon CloudFront Developer Guide.
To update a web distribution using the CloudFront API
Submit a
GetDistributionConfig request to get the current configuration and an Etag header for the
distribution.
If you update the distribution again, you must get a new Etag header.
Update the XML document that was returned in the response to your GetDistributionConfig request to
include your changes.
When you edit the XML file, be aware of the following:
You must strip out the ETag parameter that is returned.
Additional fields are required when you update a distribution. There may be fields included in the XML file for features that you haven't configured for your distribution. This is expected and required to successfully update the distribution.
You can't change the value of CallerReference. If you try to change this value, CloudFront returns
an IllegalUpdate error.
The new configuration replaces the existing configuration; the values that you specify in an
UpdateDistribution request are not merged into your existing configuration. When you add, delete, or
replace values in an element that allows multiple values (for example, CNAME), you must specify all
of the values that you want to appear in the updated distribution. In addition, you must update the corresponding
Quantity element.
Submit an UpdateDistribution request to update the configuration for your distribution:
In the request body, include the XML document that you updated in Step 2. The request body must include an XML
document with a DistributionConfig element.
Set the value of the HTTP If-Match header to the value of the ETag header that
CloudFront returned when you submitted the GetDistributionConfig request in Step 1.
Review the response to the UpdateDistribution request to confirm that the configuration was
successfully updated.
Optional: Submit a GetDistribution
request to confirm that your changes have propagated. When propagation is complete, the value of
Status is Deployed.
updateDistributionAsync in interface AmazonCloudFrontAsyncrequest - The request to update a distribution.public Future<UpdateDistributionResult> updateDistributionAsync(UpdateDistributionRequest request, AsyncHandler<UpdateDistributionRequest,UpdateDistributionResult> asyncHandler)
AmazonCloudFrontAsyncUpdates the configuration for a web distribution.
When you update a distribution, there are more required fields than when you create a distribution. When you update your distribution by using this API action, follow the steps here to get the current configuration and then make your updates, to make sure that you include all of the required fields. To view a summary, see Required Fields for Create Distribution and Update Distribution in the Amazon CloudFront Developer Guide.
The update process includes getting the current distribution configuration, updating the XML document that is
returned to make your changes, and then submitting an UpdateDistribution request to make the
updates.
For information about updating a distribution using the CloudFront console instead, see Creating a Distribution in the Amazon CloudFront Developer Guide.
To update a web distribution using the CloudFront API
Submit a
GetDistributionConfig request to get the current configuration and an Etag header for the
distribution.
If you update the distribution again, you must get a new Etag header.
Update the XML document that was returned in the response to your GetDistributionConfig request to
include your changes.
When you edit the XML file, be aware of the following:
You must strip out the ETag parameter that is returned.
Additional fields are required when you update a distribution. There may be fields included in the XML file for features that you haven't configured for your distribution. This is expected and required to successfully update the distribution.
You can't change the value of CallerReference. If you try to change this value, CloudFront returns
an IllegalUpdate error.
The new configuration replaces the existing configuration; the values that you specify in an
UpdateDistribution request are not merged into your existing configuration. When you add, delete, or
replace values in an element that allows multiple values (for example, CNAME), you must specify all
of the values that you want to appear in the updated distribution. In addition, you must update the corresponding
Quantity element.
Submit an UpdateDistribution request to update the configuration for your distribution:
In the request body, include the XML document that you updated in Step 2. The request body must include an XML
document with a DistributionConfig element.
Set the value of the HTTP If-Match header to the value of the ETag header that
CloudFront returned when you submitted the GetDistributionConfig request in Step 1.
Review the response to the UpdateDistribution request to confirm that the configuration was
successfully updated.
Optional: Submit a GetDistribution
request to confirm that your changes have propagated. When propagation is complete, the value of
Status is Deployed.
updateDistributionAsync in interface AmazonCloudFrontAsyncrequest - The request to update a distribution.asyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<UpdateFieldLevelEncryptionConfigResult> updateFieldLevelEncryptionConfigAsync(UpdateFieldLevelEncryptionConfigRequest request)
AmazonCloudFrontAsyncUpdate a field-level encryption configuration.
updateFieldLevelEncryptionConfigAsync in interface AmazonCloudFrontAsyncpublic Future<UpdateFieldLevelEncryptionConfigResult> updateFieldLevelEncryptionConfigAsync(UpdateFieldLevelEncryptionConfigRequest request, AsyncHandler<UpdateFieldLevelEncryptionConfigRequest,UpdateFieldLevelEncryptionConfigResult> asyncHandler)
AmazonCloudFrontAsyncUpdate a field-level encryption configuration.
updateFieldLevelEncryptionConfigAsync in interface AmazonCloudFrontAsyncasyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<UpdateFieldLevelEncryptionProfileResult> updateFieldLevelEncryptionProfileAsync(UpdateFieldLevelEncryptionProfileRequest request)
AmazonCloudFrontAsyncUpdate a field-level encryption profile.
updateFieldLevelEncryptionProfileAsync in interface AmazonCloudFrontAsyncpublic Future<UpdateFieldLevelEncryptionProfileResult> updateFieldLevelEncryptionProfileAsync(UpdateFieldLevelEncryptionProfileRequest request, AsyncHandler<UpdateFieldLevelEncryptionProfileRequest,UpdateFieldLevelEncryptionProfileResult> asyncHandler)
AmazonCloudFrontAsyncUpdate a field-level encryption profile.
updateFieldLevelEncryptionProfileAsync in interface AmazonCloudFrontAsyncasyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<UpdateOriginRequestPolicyResult> updateOriginRequestPolicyAsync(UpdateOriginRequestPolicyRequest request)
AmazonCloudFrontAsyncUpdates an origin request policy configuration.
When you update an origin request policy configuration, all the fields are updated with the values provided in the request. You cannot update some fields independent of others. To update an origin request policy configuration:
Use GetOriginRequestPolicyConfig to get the current configuration.
Locally modify the fields in the origin request policy configuration that you want to update.
Call UpdateOriginRequestPolicy by providing the entire origin request policy configuration,
including the fields that you modified and those that you didn’t.
updateOriginRequestPolicyAsync in interface AmazonCloudFrontAsyncpublic Future<UpdateOriginRequestPolicyResult> updateOriginRequestPolicyAsync(UpdateOriginRequestPolicyRequest request, AsyncHandler<UpdateOriginRequestPolicyRequest,UpdateOriginRequestPolicyResult> asyncHandler)
AmazonCloudFrontAsyncUpdates an origin request policy configuration.
When you update an origin request policy configuration, all the fields are updated with the values provided in the request. You cannot update some fields independent of others. To update an origin request policy configuration:
Use GetOriginRequestPolicyConfig to get the current configuration.
Locally modify the fields in the origin request policy configuration that you want to update.
Call UpdateOriginRequestPolicy by providing the entire origin request policy configuration,
including the fields that you modified and those that you didn’t.
updateOriginRequestPolicyAsync in interface AmazonCloudFrontAsyncasyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<UpdatePublicKeyResult> updatePublicKeyAsync(UpdatePublicKeyRequest request)
AmazonCloudFrontAsyncUpdate public key information. Note that the only value you can change is the comment.
updatePublicKeyAsync in interface AmazonCloudFrontAsyncpublic Future<UpdatePublicKeyResult> updatePublicKeyAsync(UpdatePublicKeyRequest request, AsyncHandler<UpdatePublicKeyRequest,UpdatePublicKeyResult> asyncHandler)
AmazonCloudFrontAsyncUpdate public key information. Note that the only value you can change is the comment.
updatePublicKeyAsync in interface AmazonCloudFrontAsyncasyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<UpdateStreamingDistributionResult> updateStreamingDistributionAsync(UpdateStreamingDistributionRequest request)
AmazonCloudFrontAsyncUpdate a streaming distribution.
updateStreamingDistributionAsync in interface AmazonCloudFrontAsyncrequest - The request to update a streaming distribution.public Future<UpdateStreamingDistributionResult> updateStreamingDistributionAsync(UpdateStreamingDistributionRequest request, AsyncHandler<UpdateStreamingDistributionRequest,UpdateStreamingDistributionResult> asyncHandler)
AmazonCloudFrontAsyncUpdate a streaming distribution.
updateStreamingDistributionAsync in interface AmazonCloudFrontAsyncrequest - The request to update a streaming distribution.asyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public void shutdown()
getExecutorService().shutdown() followed by getExecutorService().awaitTermination() prior to
calling this method.shutdown in interface AmazonCloudFrontshutdown in class AmazonCloudFrontClientCopyright © 2013 Amazon Web Services, Inc. All Rights Reserved.