Skip navigation links
A B C D E F G H I K L M N O P Q R S T U V W 

A

AbstractAmazonCloudFront - Class in com.amazonaws.services.cloudfront
Abstract implementation of AmazonCloudFront.
AbstractAmazonCloudFront() - Constructor for class com.amazonaws.services.cloudfront.AbstractAmazonCloudFront
 
AbstractAmazonCloudFrontAsync - Class in com.amazonaws.services.cloudfront
Abstract implementation of AmazonCloudFrontAsync.
AbstractAmazonCloudFrontAsync() - Constructor for class com.amazonaws.services.cloudfront.AbstractAmazonCloudFrontAsync
 
AccessDeniedException - Exception in com.amazonaws.services.cloudfront.model
Access denied.
AccessDeniedException(String) - Constructor for exception com.amazonaws.services.cloudfront.model.AccessDeniedException
Constructs a new AccessDeniedException with the specified error message.
ActiveTrustedSigners - Class in com.amazonaws.services.cloudfront.model
A complex type that lists the AWS accounts, if any, that you included in the TrustedSigners complex type for this distribution.
ActiveTrustedSigners() - Constructor for class com.amazonaws.services.cloudfront.model.ActiveTrustedSigners
Default constructor for ActiveTrustedSigners object.
ActiveTrustedSigners(List<Signer>) - Constructor for class com.amazonaws.services.cloudfront.model.ActiveTrustedSigners
Constructs a new ActiveTrustedSigners object.
Aliases - Class in com.amazonaws.services.cloudfront.model
A complex type that contains information about CNAMEs (alternate domain names), if any, for this distribution.
Aliases() - Constructor for class com.amazonaws.services.cloudfront.model.Aliases
 
AllowedMethods - Class in com.amazonaws.services.cloudfront.model
A complex type that controls which HTTP methods CloudFront processes and forwards to your Amazon S3 bucket or your custom origin.
AllowedMethods() - Constructor for class com.amazonaws.services.cloudfront.model.AllowedMethods
 
AmazonCloudFront - Interface in com.amazonaws.services.cloudfront
Interface for accessing CloudFront.
AmazonCloudFrontAsync - Interface in com.amazonaws.services.cloudfront
Interface for accessing CloudFront asynchronously.
AmazonCloudFrontAsyncClient - Class in com.amazonaws.services.cloudfront
Client for accessing CloudFront asynchronously.
AmazonCloudFrontAsyncClient() - Constructor for class com.amazonaws.services.cloudfront.AmazonCloudFrontAsyncClient
AmazonCloudFrontAsyncClient(ClientConfiguration) - Constructor for class com.amazonaws.services.cloudfront.AmazonCloudFrontAsyncClient
AmazonCloudFrontAsyncClient(AWSCredentials) - Constructor for class com.amazonaws.services.cloudfront.AmazonCloudFrontAsyncClient
AmazonCloudFrontAsyncClient(AWSCredentials, ExecutorService) - Constructor for class com.amazonaws.services.cloudfront.AmazonCloudFrontAsyncClient
AmazonCloudFrontAsyncClient(AWSCredentials, ClientConfiguration, ExecutorService) - Constructor for class com.amazonaws.services.cloudfront.AmazonCloudFrontAsyncClient
AmazonCloudFrontAsyncClient(AWSCredentialsProvider) - Constructor for class com.amazonaws.services.cloudfront.AmazonCloudFrontAsyncClient
AmazonCloudFrontAsyncClient(AWSCredentialsProvider, ClientConfiguration) - Constructor for class com.amazonaws.services.cloudfront.AmazonCloudFrontAsyncClient
AmazonCloudFrontAsyncClient(AWSCredentialsProvider, ExecutorService) - Constructor for class com.amazonaws.services.cloudfront.AmazonCloudFrontAsyncClient
AmazonCloudFrontAsyncClient(AWSCredentialsProvider, ClientConfiguration, ExecutorService) - Constructor for class com.amazonaws.services.cloudfront.AmazonCloudFrontAsyncClient
AmazonCloudFrontAsyncClientBuilder - Class in com.amazonaws.services.cloudfront
Fluent builder for AmazonCloudFrontAsync.
AmazonCloudFrontClient - Class in com.amazonaws.services.cloudfront
Client for accessing CloudFront.
AmazonCloudFrontClient() - Constructor for class com.amazonaws.services.cloudfront.AmazonCloudFrontClient
AmazonCloudFrontClient(ClientConfiguration) - Constructor for class com.amazonaws.services.cloudfront.AmazonCloudFrontClient
AmazonCloudFrontClient(AWSCredentials) - Constructor for class com.amazonaws.services.cloudfront.AmazonCloudFrontClient
Deprecated.
use AwsClientBuilder.withCredentials(AWSCredentialsProvider) for example: AmazonCloudFrontClientBuilder.standard().withCredentials(new AWSStaticCredentialsProvider(awsCredentials)).build();
AmazonCloudFrontClient(AWSCredentials, ClientConfiguration) - Constructor for class com.amazonaws.services.cloudfront.AmazonCloudFrontClient
AmazonCloudFrontClient(AWSCredentialsProvider) - Constructor for class com.amazonaws.services.cloudfront.AmazonCloudFrontClient
AmazonCloudFrontClient(AWSCredentialsProvider, ClientConfiguration) - Constructor for class com.amazonaws.services.cloudfront.AmazonCloudFrontClient
AmazonCloudFrontClient(AWSCredentialsProvider, ClientConfiguration, RequestMetricCollector) - Constructor for class com.amazonaws.services.cloudfront.AmazonCloudFrontClient
AmazonCloudFrontClientBuilder - Class in com.amazonaws.services.cloudfront
Fluent builder for AmazonCloudFront.
AmazonCloudFrontException - Exception in com.amazonaws.services.cloudfront.model
Base exception for all service exceptions thrown by Amazon CloudFront
AmazonCloudFrontException(String) - Constructor for exception com.amazonaws.services.cloudfront.model.AmazonCloudFrontException
Constructs a new AmazonCloudFrontException with the specified error message.
AmazonCloudFrontWaiters - Class in com.amazonaws.services.cloudfront.waiters
 
AmazonCloudFrontWaiters(AmazonCloudFront) - Constructor for class com.amazonaws.services.cloudfront.waiters.AmazonCloudFrontWaiters
Constructs a new AmazonCloudFrontWaiters with the given client
apply(GetDistributionRequest) - Method in class com.amazonaws.services.cloudfront.waiters.GetDistributionFunction
Makes a call to the operation specified by the waiter by taking the corresponding request and returns the corresponding result
apply(GetInvalidationRequest) - Method in class com.amazonaws.services.cloudfront.waiters.GetInvalidationFunction
Makes a call to the operation specified by the waiter by taking the corresponding request and returns the corresponding result
apply(GetStreamingDistributionRequest) - Method in class com.amazonaws.services.cloudfront.waiters.GetStreamingDistributionFunction
Makes a call to the operation specified by the waiter by taking the corresponding request and returns the corresponding result
asyncBuilder() - Static method in class com.amazonaws.services.cloudfront.AmazonCloudFrontAsyncClient
 

B

BatchTooLargeException - Exception in com.amazonaws.services.cloudfront.model
 
BatchTooLargeException(String) - Constructor for exception com.amazonaws.services.cloudfront.model.BatchTooLargeException
Constructs a new BatchTooLargeException with the specified error message.
build(AwsAsyncClientParams) - Method in class com.amazonaws.services.cloudfront.AmazonCloudFrontAsyncClientBuilder
Construct an asynchronous implementation of AmazonCloudFrontAsync using the current builder configuration.
build(AwsSyncClientParams) - Method in class com.amazonaws.services.cloudfront.AmazonCloudFrontClientBuilder
Construct a synchronous implementation of AmazonCloudFront using the current builder configuration.
buildCannedPolicy(String, Date) - Static method in class com.amazonaws.services.cloudfront.util.SignerUtils
Returns a "canned" policy for the given parameters.
buildCustomPolicy(String, Date, Date, String) - Static method in class com.amazonaws.services.cloudfront.util.SignerUtils
Returns a custom policy for the given parameters.
buildCustomPolicyForSignedUrl(String, Date, String, Date) - Static method in enum com.amazonaws.services.cloudfront.CloudFrontUrlSigner
Generate a policy document that describes custom access permissions to apply via a private distribution's signed URL.
builder() - Static method in class com.amazonaws.services.cloudfront.AmazonCloudFrontClient
 

C

CacheBehavior - Class in com.amazonaws.services.cloudfront.model
A complex type that describes how CloudFront processes requests.
CacheBehavior() - Constructor for class com.amazonaws.services.cloudfront.model.CacheBehavior
 
CacheBehaviors - Class in com.amazonaws.services.cloudfront.model
A complex type that contains zero or more CacheBehavior elements.
CacheBehaviors() - Constructor for class com.amazonaws.services.cloudfront.model.CacheBehaviors
 
CachedMethods - Class in com.amazonaws.services.cloudfront.model
A complex type that controls whether CloudFront caches the response to requests using the specified HTTP methods.
CachedMethods() - Constructor for class com.amazonaws.services.cloudfront.model.CachedMethods
 
CertificateSource - Enum in com.amazonaws.services.cloudfront.model
 
clone() - Method in class com.amazonaws.services.cloudfront.model.ActiveTrustedSigners
 
clone() - Method in class com.amazonaws.services.cloudfront.model.Aliases
 
clone() - Method in class com.amazonaws.services.cloudfront.model.AllowedMethods
 
clone() - Method in class com.amazonaws.services.cloudfront.model.CacheBehavior
 
clone() - Method in class com.amazonaws.services.cloudfront.model.CacheBehaviors
 
clone() - Method in class com.amazonaws.services.cloudfront.model.CachedMethods
 
clone() - Method in class com.amazonaws.services.cloudfront.model.CloudFrontOriginAccessIdentity
 
clone() - Method in class com.amazonaws.services.cloudfront.model.CloudFrontOriginAccessIdentityConfig
 
clone() - Method in class com.amazonaws.services.cloudfront.model.CloudFrontOriginAccessIdentityList
 
clone() - Method in class com.amazonaws.services.cloudfront.model.CloudFrontOriginAccessIdentitySummary
 
clone() - Method in class com.amazonaws.services.cloudfront.model.CookieNames
 
clone() - Method in class com.amazonaws.services.cloudfront.model.CookiePreference
 
clone() - Method in class com.amazonaws.services.cloudfront.model.CreateCloudFrontOriginAccessIdentityRequest
 
clone() - Method in class com.amazonaws.services.cloudfront.model.CreateCloudFrontOriginAccessIdentityResult
 
clone() - Method in class com.amazonaws.services.cloudfront.model.CreateDistributionRequest
 
clone() - Method in class com.amazonaws.services.cloudfront.model.CreateDistributionResult
 
clone() - Method in class com.amazonaws.services.cloudfront.model.CreateDistributionWithTagsRequest
 
clone() - Method in class com.amazonaws.services.cloudfront.model.CreateDistributionWithTagsResult
 
clone() - Method in class com.amazonaws.services.cloudfront.model.CreateInvalidationRequest
 
clone() - Method in class com.amazonaws.services.cloudfront.model.CreateInvalidationResult
 
clone() - Method in class com.amazonaws.services.cloudfront.model.CreateStreamingDistributionRequest
 
clone() - Method in class com.amazonaws.services.cloudfront.model.CreateStreamingDistributionResult
 
clone() - Method in class com.amazonaws.services.cloudfront.model.CreateStreamingDistributionWithTagsRequest
 
clone() - Method in class com.amazonaws.services.cloudfront.model.CreateStreamingDistributionWithTagsResult
 
clone() - Method in class com.amazonaws.services.cloudfront.model.CustomErrorResponse
 
clone() - Method in class com.amazonaws.services.cloudfront.model.CustomErrorResponses
 
clone() - Method in class com.amazonaws.services.cloudfront.model.CustomHeaders
 
clone() - Method in class com.amazonaws.services.cloudfront.model.CustomOriginConfig
 
clone() - Method in class com.amazonaws.services.cloudfront.model.DefaultCacheBehavior
 
clone() - Method in class com.amazonaws.services.cloudfront.model.DeleteCloudFrontOriginAccessIdentityRequest
 
clone() - Method in class com.amazonaws.services.cloudfront.model.DeleteCloudFrontOriginAccessIdentityResult
 
clone() - Method in class com.amazonaws.services.cloudfront.model.DeleteDistributionRequest
 
clone() - Method in class com.amazonaws.services.cloudfront.model.DeleteDistributionResult
 
clone() - Method in class com.amazonaws.services.cloudfront.model.DeleteStreamingDistributionRequest
 
clone() - Method in class com.amazonaws.services.cloudfront.model.DeleteStreamingDistributionResult
 
clone() - Method in class com.amazonaws.services.cloudfront.model.Distribution
 
clone() - Method in class com.amazonaws.services.cloudfront.model.DistributionConfig
 
clone() - Method in class com.amazonaws.services.cloudfront.model.DistributionConfigWithTags
 
clone() - Method in class com.amazonaws.services.cloudfront.model.DistributionList
 
clone() - Method in class com.amazonaws.services.cloudfront.model.DistributionSummary
 
clone() - Method in class com.amazonaws.services.cloudfront.model.ForwardedValues
 
clone() - Method in class com.amazonaws.services.cloudfront.model.GeoRestriction
 
clone() - Method in class com.amazonaws.services.cloudfront.model.GetCloudFrontOriginAccessIdentityConfigRequest
 
clone() - Method in class com.amazonaws.services.cloudfront.model.GetCloudFrontOriginAccessIdentityConfigResult
 
clone() - Method in class com.amazonaws.services.cloudfront.model.GetCloudFrontOriginAccessIdentityRequest
 
clone() - Method in class com.amazonaws.services.cloudfront.model.GetCloudFrontOriginAccessIdentityResult
 
clone() - Method in class com.amazonaws.services.cloudfront.model.GetDistributionConfigRequest
 
clone() - Method in class com.amazonaws.services.cloudfront.model.GetDistributionConfigResult
 
clone() - Method in class com.amazonaws.services.cloudfront.model.GetDistributionRequest
 
clone() - Method in class com.amazonaws.services.cloudfront.model.GetDistributionResult
 
clone() - Method in class com.amazonaws.services.cloudfront.model.GetInvalidationRequest
 
clone() - Method in class com.amazonaws.services.cloudfront.model.GetInvalidationResult
 
clone() - Method in class com.amazonaws.services.cloudfront.model.GetStreamingDistributionConfigRequest
 
clone() - Method in class com.amazonaws.services.cloudfront.model.GetStreamingDistributionConfigResult
 
clone() - Method in class com.amazonaws.services.cloudfront.model.GetStreamingDistributionRequest
 
clone() - Method in class com.amazonaws.services.cloudfront.model.GetStreamingDistributionResult
 
clone() - Method in class com.amazonaws.services.cloudfront.model.Headers
 
clone() - Method in class com.amazonaws.services.cloudfront.model.Invalidation
 
clone() - Method in class com.amazonaws.services.cloudfront.model.InvalidationBatch
 
clone() - Method in class com.amazonaws.services.cloudfront.model.InvalidationList
 
clone() - Method in class com.amazonaws.services.cloudfront.model.InvalidationSummary
 
clone() - Method in class com.amazonaws.services.cloudfront.model.KeyPairIds
 
clone() - Method in class com.amazonaws.services.cloudfront.model.LambdaFunctionAssociation
 
clone() - Method in class com.amazonaws.services.cloudfront.model.LambdaFunctionAssociations
 
clone() - Method in class com.amazonaws.services.cloudfront.model.ListCloudFrontOriginAccessIdentitiesRequest
 
clone() - Method in class com.amazonaws.services.cloudfront.model.ListCloudFrontOriginAccessIdentitiesResult
 
clone() - Method in class com.amazonaws.services.cloudfront.model.ListDistributionsByWebACLIdRequest
 
clone() - Method in class com.amazonaws.services.cloudfront.model.ListDistributionsByWebACLIdResult
 
clone() - Method in class com.amazonaws.services.cloudfront.model.ListDistributionsRequest
 
clone() - Method in class com.amazonaws.services.cloudfront.model.ListDistributionsResult
 
clone() - Method in class com.amazonaws.services.cloudfront.model.ListInvalidationsRequest
 
clone() - Method in class com.amazonaws.services.cloudfront.model.ListInvalidationsResult
 
clone() - Method in class com.amazonaws.services.cloudfront.model.ListStreamingDistributionsRequest
 
clone() - Method in class com.amazonaws.services.cloudfront.model.ListStreamingDistributionsResult
 
clone() - Method in class com.amazonaws.services.cloudfront.model.ListTagsForResourceRequest
 
clone() - Method in class com.amazonaws.services.cloudfront.model.ListTagsForResourceResult
 
clone() - Method in class com.amazonaws.services.cloudfront.model.LoggingConfig
 
clone() - Method in class com.amazonaws.services.cloudfront.model.Origin
 
clone() - Method in class com.amazonaws.services.cloudfront.model.OriginCustomHeader
 
clone() - Method in class com.amazonaws.services.cloudfront.model.Origins
 
clone() - Method in class com.amazonaws.services.cloudfront.model.OriginSslProtocols
 
clone() - Method in class com.amazonaws.services.cloudfront.model.Paths
 
clone() - Method in class com.amazonaws.services.cloudfront.model.QueryStringCacheKeys
 
clone() - Method in class com.amazonaws.services.cloudfront.model.Restrictions
 
clone() - Method in class com.amazonaws.services.cloudfront.model.S3Origin
 
clone() - Method in class com.amazonaws.services.cloudfront.model.S3OriginConfig
 
clone() - Method in class com.amazonaws.services.cloudfront.model.Signer
 
clone() - Method in class com.amazonaws.services.cloudfront.model.StreamingDistribution
 
clone() - Method in class com.amazonaws.services.cloudfront.model.StreamingDistributionConfig
 
clone() - Method in class com.amazonaws.services.cloudfront.model.StreamingDistributionConfigWithTags
 
clone() - Method in class com.amazonaws.services.cloudfront.model.StreamingDistributionList
 
clone() - Method in class com.amazonaws.services.cloudfront.model.StreamingDistributionSummary
 
clone() - Method in class com.amazonaws.services.cloudfront.model.StreamingLoggingConfig
 
clone() - Method in class com.amazonaws.services.cloudfront.model.Tag
 
clone() - Method in class com.amazonaws.services.cloudfront.model.TagKeys
 
clone() - Method in class com.amazonaws.services.cloudfront.model.TagResourceRequest
 
clone() - Method in class com.amazonaws.services.cloudfront.model.TagResourceResult
 
clone() - Method in class com.amazonaws.services.cloudfront.model.Tags
 
clone() - Method in class com.amazonaws.services.cloudfront.model.TrustedSigners
 
clone() - Method in class com.amazonaws.services.cloudfront.model.UntagResourceRequest
 
clone() - Method in class com.amazonaws.services.cloudfront.model.UntagResourceResult
 
clone() - Method in class com.amazonaws.services.cloudfront.model.UpdateCloudFrontOriginAccessIdentityRequest
 
clone() - Method in class com.amazonaws.services.cloudfront.model.UpdateCloudFrontOriginAccessIdentityResult
 
clone() - Method in class com.amazonaws.services.cloudfront.model.UpdateDistributionRequest
 
clone() - Method in class com.amazonaws.services.cloudfront.model.UpdateDistributionResult
 
clone() - Method in class com.amazonaws.services.cloudfront.model.UpdateStreamingDistributionRequest
 
clone() - Method in class com.amazonaws.services.cloudfront.model.UpdateStreamingDistributionResult
 
clone() - Method in class com.amazonaws.services.cloudfront.model.ViewerCertificate
 
CloudFrontActions - Enum in com.amazonaws.auth.policy.actions
The available AWS access control policy actions for CloudFront.
CloudFrontCookieSigner - Enum in com.amazonaws.services.cloudfront
Utility class for generating pre-signed Set-Cookie headers for serving private CloudFront content.
CloudFrontCookieSigner.CookiesForCannedPolicy - Class in com.amazonaws.services.cloudfront
Contains the cookies used to access restricted content from CloudFront using a canned policy
CloudFrontCookieSigner.CookiesForCustomPolicy - Class in com.amazonaws.services.cloudfront
Contains the cookies used to access restricted content from CloudFront using a custom policy.
CloudFrontCookieSigner.SignedCookies - Class in com.amazonaws.services.cloudfront
Contains common cookies used by Amazon CloudFront.
CloudFrontCookieSigner.SignedCookies.CookieKeyValuePair - Class in com.amazonaws.services.cloudfront
 
CloudFrontOriginAccessIdentity - Class in com.amazonaws.services.cloudfront.model
CloudFront origin access identity.
CloudFrontOriginAccessIdentity() - Constructor for class com.amazonaws.services.cloudfront.model.CloudFrontOriginAccessIdentity
Default constructor for CloudFrontOriginAccessIdentity object.
CloudFrontOriginAccessIdentity(String, String) - Constructor for class com.amazonaws.services.cloudfront.model.CloudFrontOriginAccessIdentity
Constructs a new CloudFrontOriginAccessIdentity object.
CloudFrontOriginAccessIdentityAlreadyExistsException - Exception in com.amazonaws.services.cloudfront.model
If the CallerReference is a value you already sent in a previous request to create an identity but the content of the CloudFrontOriginAccessIdentityConfig is different from the original request, CloudFront returns a CloudFrontOriginAccessIdentityAlreadyExists error.
CloudFrontOriginAccessIdentityAlreadyExistsException(String) - Constructor for exception com.amazonaws.services.cloudfront.model.CloudFrontOriginAccessIdentityAlreadyExistsException
Constructs a new CloudFrontOriginAccessIdentityAlreadyExistsException with the specified error message.
CloudFrontOriginAccessIdentityConfig - Class in com.amazonaws.services.cloudfront.model
Origin access identity configuration.
CloudFrontOriginAccessIdentityConfig() - Constructor for class com.amazonaws.services.cloudfront.model.CloudFrontOriginAccessIdentityConfig
Default constructor for CloudFrontOriginAccessIdentityConfig object.
CloudFrontOriginAccessIdentityConfig(String) - Constructor for class com.amazonaws.services.cloudfront.model.CloudFrontOriginAccessIdentityConfig
Constructs a new CloudFrontOriginAccessIdentityConfig object.
CloudFrontOriginAccessIdentityInUseException - Exception in com.amazonaws.services.cloudfront.model
 
CloudFrontOriginAccessIdentityInUseException(String) - Constructor for exception com.amazonaws.services.cloudfront.model.CloudFrontOriginAccessIdentityInUseException
Constructs a new CloudFrontOriginAccessIdentityInUseException with the specified error message.
CloudFrontOriginAccessIdentityList - Class in com.amazonaws.services.cloudfront.model
Lists the origin access identities for CloudFront.Send a GET request to the /CloudFront API version/origin-access-identity/cloudfront resource.
CloudFrontOriginAccessIdentityList() - Constructor for class com.amazonaws.services.cloudfront.model.CloudFrontOriginAccessIdentityList
 
CloudFrontOriginAccessIdentitySummary - Class in com.amazonaws.services.cloudfront.model
Summary of the information about a CloudFront origin access identity.
CloudFrontOriginAccessIdentitySummary() - Constructor for class com.amazonaws.services.cloudfront.model.CloudFrontOriginAccessIdentitySummary
 
CloudFrontUrlSigner - Enum in com.amazonaws.services.cloudfront
Utility class for generating pre-signed URLs for serving private CloudFront content.
CNAMEAlreadyExistsException - Exception in com.amazonaws.services.cloudfront.model
 
CNAMEAlreadyExistsException(String) - Constructor for exception com.amazonaws.services.cloudfront.model.CNAMEAlreadyExistsException
Constructs a new CNAMEAlreadyExistsException with the specified error message.
com.amazonaws.auth - package com.amazonaws.auth
 
com.amazonaws.auth.policy.actions - package com.amazonaws.auth.policy.actions
 
com.amazonaws.services.cloudfront - package com.amazonaws.services.cloudfront
Amazon CloudFront
com.amazonaws.services.cloudfront.model - package com.amazonaws.services.cloudfront.model
 
com.amazonaws.services.cloudfront.util - package com.amazonaws.services.cloudfront.util
 
com.amazonaws.services.cloudfront.waiters - package com.amazonaws.services.cloudfront.waiters
 
configFactory - Static variable in class com.amazonaws.services.cloudfront.AmazonCloudFrontClient
Client configuration factory providing ClientConfigurations tailored to this client
CookieKeyValuePair(String, String) - Constructor for class com.amazonaws.services.cloudfront.CloudFrontCookieSigner.SignedCookies.CookieKeyValuePair
 
CookieNames - Class in com.amazonaws.services.cloudfront.model
A complex type that specifies whether you want CloudFront to forward cookies to the origin and, if so, which ones.
CookieNames() - Constructor for class com.amazonaws.services.cloudfront.model.CookieNames
 
CookiePreference - Class in com.amazonaws.services.cloudfront.model
A complex type that specifies whether you want CloudFront to forward cookies to the origin and, if so, which ones.
CookiePreference() - Constructor for class com.amazonaws.services.cloudfront.model.CookiePreference
 
CookiesForCannedPolicy() - Constructor for class com.amazonaws.services.cloudfront.CloudFrontCookieSigner.CookiesForCannedPolicy
 
CookiesForCustomPolicy() - Constructor for class com.amazonaws.services.cloudfront.CloudFrontCookieSigner.CookiesForCustomPolicy
 
createCloudFrontOriginAccessIdentity(CreateCloudFrontOriginAccessIdentityRequest) - Method in class com.amazonaws.services.cloudfront.AbstractAmazonCloudFront
 
createCloudFrontOriginAccessIdentity(CreateCloudFrontOriginAccessIdentityRequest) - Method in interface com.amazonaws.services.cloudfront.AmazonCloudFront
Creates a new origin access identity.
createCloudFrontOriginAccessIdentity(CreateCloudFrontOriginAccessIdentityRequest) - Method in class com.amazonaws.services.cloudfront.AmazonCloudFrontClient
Creates a new origin access identity.
createCloudFrontOriginAccessIdentityAsync(CreateCloudFrontOriginAccessIdentityRequest) - Method in class com.amazonaws.services.cloudfront.AbstractAmazonCloudFrontAsync
 
createCloudFrontOriginAccessIdentityAsync(CreateCloudFrontOriginAccessIdentityRequest, AsyncHandler<CreateCloudFrontOriginAccessIdentityRequest, CreateCloudFrontOriginAccessIdentityResult>) - Method in class com.amazonaws.services.cloudfront.AbstractAmazonCloudFrontAsync
 
createCloudFrontOriginAccessIdentityAsync(CreateCloudFrontOriginAccessIdentityRequest) - Method in interface com.amazonaws.services.cloudfront.AmazonCloudFrontAsync
Creates a new origin access identity.
createCloudFrontOriginAccessIdentityAsync(CreateCloudFrontOriginAccessIdentityRequest, AsyncHandler<CreateCloudFrontOriginAccessIdentityRequest, CreateCloudFrontOriginAccessIdentityResult>) - Method in interface com.amazonaws.services.cloudfront.AmazonCloudFrontAsync
Creates a new origin access identity.
createCloudFrontOriginAccessIdentityAsync(CreateCloudFrontOriginAccessIdentityRequest) - Method in class com.amazonaws.services.cloudfront.AmazonCloudFrontAsyncClient
 
createCloudFrontOriginAccessIdentityAsync(CreateCloudFrontOriginAccessIdentityRequest, AsyncHandler<CreateCloudFrontOriginAccessIdentityRequest, CreateCloudFrontOriginAccessIdentityResult>) - Method in class com.amazonaws.services.cloudfront.AmazonCloudFrontAsyncClient
 
CreateCloudFrontOriginAccessIdentityRequest - Class in com.amazonaws.services.cloudfront.model
The request to create a new origin access identity.
CreateCloudFrontOriginAccessIdentityRequest() - Constructor for class com.amazonaws.services.cloudfront.model.CreateCloudFrontOriginAccessIdentityRequest
Default constructor for CreateCloudFrontOriginAccessIdentityRequest object.
CreateCloudFrontOriginAccessIdentityRequest(CloudFrontOriginAccessIdentityConfig) - Constructor for class com.amazonaws.services.cloudfront.model.CreateCloudFrontOriginAccessIdentityRequest
Constructs a new CreateCloudFrontOriginAccessIdentityRequest object.
CreateCloudFrontOriginAccessIdentityResult - Class in com.amazonaws.services.cloudfront.model
The returned result of the corresponding request.
CreateCloudFrontOriginAccessIdentityResult() - Constructor for class com.amazonaws.services.cloudfront.model.CreateCloudFrontOriginAccessIdentityResult
 
createDistribution(CreateDistributionRequest) - Method in class com.amazonaws.services.cloudfront.AbstractAmazonCloudFront
 
createDistribution(CreateDistributionRequest) - Method in interface com.amazonaws.services.cloudfront.AmazonCloudFront
Creates a new web distribution.
createDistribution(CreateDistributionRequest) - Method in class com.amazonaws.services.cloudfront.AmazonCloudFrontClient
Creates a new web distribution.
createDistributionAsync(CreateDistributionRequest) - Method in class com.amazonaws.services.cloudfront.AbstractAmazonCloudFrontAsync
 
createDistributionAsync(CreateDistributionRequest, AsyncHandler<CreateDistributionRequest, CreateDistributionResult>) - Method in class com.amazonaws.services.cloudfront.AbstractAmazonCloudFrontAsync
 
createDistributionAsync(CreateDistributionRequest) - Method in interface com.amazonaws.services.cloudfront.AmazonCloudFrontAsync
Creates a new web distribution.
createDistributionAsync(CreateDistributionRequest, AsyncHandler<CreateDistributionRequest, CreateDistributionResult>) - Method in interface com.amazonaws.services.cloudfront.AmazonCloudFrontAsync
Creates a new web distribution.
createDistributionAsync(CreateDistributionRequest) - Method in class com.amazonaws.services.cloudfront.AmazonCloudFrontAsyncClient
 
createDistributionAsync(CreateDistributionRequest, AsyncHandler<CreateDistributionRequest, CreateDistributionResult>) - Method in class com.amazonaws.services.cloudfront.AmazonCloudFrontAsyncClient
 
CreateDistributionRequest - Class in com.amazonaws.services.cloudfront.model
The request to create a new distribution.
CreateDistributionRequest() - Constructor for class com.amazonaws.services.cloudfront.model.CreateDistributionRequest
Default constructor for CreateDistributionRequest object.
CreateDistributionRequest(DistributionConfig) - Constructor for class com.amazonaws.services.cloudfront.model.CreateDistributionRequest
Constructs a new CreateDistributionRequest object.
CreateDistributionResult - Class in com.amazonaws.services.cloudfront.model
The returned result of the corresponding request.
CreateDistributionResult() - Constructor for class com.amazonaws.services.cloudfront.model.CreateDistributionResult
 
createDistributionWithTags(CreateDistributionWithTagsRequest) - Method in class com.amazonaws.services.cloudfront.AbstractAmazonCloudFront
 
createDistributionWithTags(CreateDistributionWithTagsRequest) - Method in interface com.amazonaws.services.cloudfront.AmazonCloudFront
Create a new distribution with tags.
createDistributionWithTags(CreateDistributionWithTagsRequest) - Method in class com.amazonaws.services.cloudfront.AmazonCloudFrontClient
Create a new distribution with tags.
createDistributionWithTagsAsync(CreateDistributionWithTagsRequest) - Method in class com.amazonaws.services.cloudfront.AbstractAmazonCloudFrontAsync
 
createDistributionWithTagsAsync(CreateDistributionWithTagsRequest, AsyncHandler<CreateDistributionWithTagsRequest, CreateDistributionWithTagsResult>) - Method in class com.amazonaws.services.cloudfront.AbstractAmazonCloudFrontAsync
 
createDistributionWithTagsAsync(CreateDistributionWithTagsRequest) - Method in interface com.amazonaws.services.cloudfront.AmazonCloudFrontAsync
Create a new distribution with tags.
createDistributionWithTagsAsync(CreateDistributionWithTagsRequest, AsyncHandler<CreateDistributionWithTagsRequest, CreateDistributionWithTagsResult>) - Method in interface com.amazonaws.services.cloudfront.AmazonCloudFrontAsync
Create a new distribution with tags.
createDistributionWithTagsAsync(CreateDistributionWithTagsRequest) - Method in class com.amazonaws.services.cloudfront.AmazonCloudFrontAsyncClient
 
createDistributionWithTagsAsync(CreateDistributionWithTagsRequest, AsyncHandler<CreateDistributionWithTagsRequest, CreateDistributionWithTagsResult>) - Method in class com.amazonaws.services.cloudfront.AmazonCloudFrontAsyncClient
 
CreateDistributionWithTagsRequest - Class in com.amazonaws.services.cloudfront.model
The request to create a new distribution with tags.
CreateDistributionWithTagsRequest() - Constructor for class com.amazonaws.services.cloudfront.model.CreateDistributionWithTagsRequest
 
CreateDistributionWithTagsResult - Class in com.amazonaws.services.cloudfront.model
The returned result of the corresponding request.
CreateDistributionWithTagsResult() - Constructor for class com.amazonaws.services.cloudfront.model.CreateDistributionWithTagsResult
 
createInvalidation(CreateInvalidationRequest) - Method in class com.amazonaws.services.cloudfront.AbstractAmazonCloudFront
 
createInvalidation(CreateInvalidationRequest) - Method in interface com.amazonaws.services.cloudfront.AmazonCloudFront
Create a new invalidation.
createInvalidation(CreateInvalidationRequest) - Method in class com.amazonaws.services.cloudfront.AmazonCloudFrontClient
Create a new invalidation.
createInvalidationAsync(CreateInvalidationRequest) - Method in class com.amazonaws.services.cloudfront.AbstractAmazonCloudFrontAsync
 
createInvalidationAsync(CreateInvalidationRequest, AsyncHandler<CreateInvalidationRequest, CreateInvalidationResult>) - Method in class com.amazonaws.services.cloudfront.AbstractAmazonCloudFrontAsync
 
createInvalidationAsync(CreateInvalidationRequest) - Method in interface com.amazonaws.services.cloudfront.AmazonCloudFrontAsync
Create a new invalidation.
createInvalidationAsync(CreateInvalidationRequest, AsyncHandler<CreateInvalidationRequest, CreateInvalidationResult>) - Method in interface com.amazonaws.services.cloudfront.AmazonCloudFrontAsync
Create a new invalidation.
createInvalidationAsync(CreateInvalidationRequest) - Method in class com.amazonaws.services.cloudfront.AmazonCloudFrontAsyncClient
 
createInvalidationAsync(CreateInvalidationRequest, AsyncHandler<CreateInvalidationRequest, CreateInvalidationResult>) - Method in class com.amazonaws.services.cloudfront.AmazonCloudFrontAsyncClient
 
CreateInvalidationRequest - Class in com.amazonaws.services.cloudfront.model
The request to create an invalidation.
CreateInvalidationRequest() - Constructor for class com.amazonaws.services.cloudfront.model.CreateInvalidationRequest
Default constructor for CreateInvalidationRequest object.
CreateInvalidationRequest(String, InvalidationBatch) - Constructor for class com.amazonaws.services.cloudfront.model.CreateInvalidationRequest
Constructs a new CreateInvalidationRequest object.
CreateInvalidationResult - Class in com.amazonaws.services.cloudfront.model
The returned result of the corresponding request.
CreateInvalidationResult() - Constructor for class com.amazonaws.services.cloudfront.model.CreateInvalidationResult
 
createStreamingDistribution(CreateStreamingDistributionRequest) - Method in class com.amazonaws.services.cloudfront.AbstractAmazonCloudFront
 
createStreamingDistribution(CreateStreamingDistributionRequest) - Method in interface com.amazonaws.services.cloudfront.AmazonCloudFront
Creates a new RMTP distribution.
createStreamingDistribution(CreateStreamingDistributionRequest) - Method in class com.amazonaws.services.cloudfront.AmazonCloudFrontClient
Creates a new RMTP distribution.
createStreamingDistributionAsync(CreateStreamingDistributionRequest) - Method in class com.amazonaws.services.cloudfront.AbstractAmazonCloudFrontAsync
 
createStreamingDistributionAsync(CreateStreamingDistributionRequest, AsyncHandler<CreateStreamingDistributionRequest, CreateStreamingDistributionResult>) - Method in class com.amazonaws.services.cloudfront.AbstractAmazonCloudFrontAsync
 
createStreamingDistributionAsync(CreateStreamingDistributionRequest) - Method in interface com.amazonaws.services.cloudfront.AmazonCloudFrontAsync
Creates a new RMTP distribution.
createStreamingDistributionAsync(CreateStreamingDistributionRequest, AsyncHandler<CreateStreamingDistributionRequest, CreateStreamingDistributionResult>) - Method in interface com.amazonaws.services.cloudfront.AmazonCloudFrontAsync
Creates a new RMTP distribution.
createStreamingDistributionAsync(CreateStreamingDistributionRequest) - Method in class com.amazonaws.services.cloudfront.AmazonCloudFrontAsyncClient
 
createStreamingDistributionAsync(CreateStreamingDistributionRequest, AsyncHandler<CreateStreamingDistributionRequest, CreateStreamingDistributionResult>) - Method in class com.amazonaws.services.cloudfront.AmazonCloudFrontAsyncClient
 
CreateStreamingDistributionRequest - Class in com.amazonaws.services.cloudfront.model
The request to create a new streaming distribution.
CreateStreamingDistributionRequest() - Constructor for class com.amazonaws.services.cloudfront.model.CreateStreamingDistributionRequest
Default constructor for CreateStreamingDistributionRequest object.
CreateStreamingDistributionRequest(StreamingDistributionConfig) - Constructor for class com.amazonaws.services.cloudfront.model.CreateStreamingDistributionRequest
Constructs a new CreateStreamingDistributionRequest object.
CreateStreamingDistributionResult - Class in com.amazonaws.services.cloudfront.model
The returned result of the corresponding request.
CreateStreamingDistributionResult() - Constructor for class com.amazonaws.services.cloudfront.model.CreateStreamingDistributionResult
 
createStreamingDistributionWithTags(CreateStreamingDistributionWithTagsRequest) - Method in class com.amazonaws.services.cloudfront.AbstractAmazonCloudFront
 
createStreamingDistributionWithTags(CreateStreamingDistributionWithTagsRequest) - Method in interface com.amazonaws.services.cloudfront.AmazonCloudFront
Create a new streaming distribution with tags.
createStreamingDistributionWithTags(CreateStreamingDistributionWithTagsRequest) - Method in class com.amazonaws.services.cloudfront.AmazonCloudFrontClient
Create a new streaming distribution with tags.
createStreamingDistributionWithTagsAsync(CreateStreamingDistributionWithTagsRequest) - Method in class com.amazonaws.services.cloudfront.AbstractAmazonCloudFrontAsync
 
createStreamingDistributionWithTagsAsync(CreateStreamingDistributionWithTagsRequest, AsyncHandler<CreateStreamingDistributionWithTagsRequest, CreateStreamingDistributionWithTagsResult>) - Method in class com.amazonaws.services.cloudfront.AbstractAmazonCloudFrontAsync
 
createStreamingDistributionWithTagsAsync(CreateStreamingDistributionWithTagsRequest) - Method in interface com.amazonaws.services.cloudfront.AmazonCloudFrontAsync
Create a new streaming distribution with tags.
createStreamingDistributionWithTagsAsync(CreateStreamingDistributionWithTagsRequest, AsyncHandler<CreateStreamingDistributionWithTagsRequest, CreateStreamingDistributionWithTagsResult>) - Method in interface com.amazonaws.services.cloudfront.AmazonCloudFrontAsync
Create a new streaming distribution with tags.
createStreamingDistributionWithTagsAsync(CreateStreamingDistributionWithTagsRequest) - Method in class com.amazonaws.services.cloudfront.AmazonCloudFrontAsyncClient
 
createStreamingDistributionWithTagsAsync(CreateStreamingDistributionWithTagsRequest, AsyncHandler<CreateStreamingDistributionWithTagsRequest, CreateStreamingDistributionWithTagsResult>) - Method in class com.amazonaws.services.cloudfront.AmazonCloudFrontAsyncClient
 
CreateStreamingDistributionWithTagsRequest - Class in com.amazonaws.services.cloudfront.model
The request to create a new streaming distribution with tags.
CreateStreamingDistributionWithTagsRequest() - Constructor for class com.amazonaws.services.cloudfront.model.CreateStreamingDistributionWithTagsRequest
 
CreateStreamingDistributionWithTagsResult - Class in com.amazonaws.services.cloudfront.model
The returned result of the corresponding request.
CreateStreamingDistributionWithTagsResult() - Constructor for class com.amazonaws.services.cloudfront.model.CreateStreamingDistributionWithTagsResult
 
CustomErrorResponse - Class in com.amazonaws.services.cloudfront.model
A complex type that controls:
CustomErrorResponse() - Constructor for class com.amazonaws.services.cloudfront.model.CustomErrorResponse
 
CustomErrorResponses - Class in com.amazonaws.services.cloudfront.model
A complex type that controls:
CustomErrorResponses() - Constructor for class com.amazonaws.services.cloudfront.model.CustomErrorResponses
 
CustomHeaders - Class in com.amazonaws.services.cloudfront.model
A complex type that contains the list of Custom Headers for each origin.
CustomHeaders() - Constructor for class com.amazonaws.services.cloudfront.model.CustomHeaders
 
CustomOriginConfig - Class in com.amazonaws.services.cloudfront.model
A customer origin.
CustomOriginConfig() - Constructor for class com.amazonaws.services.cloudfront.model.CustomOriginConfig
 

D

DefaultCacheBehavior - Class in com.amazonaws.services.cloudfront.model
A complex type that describes the default cache behavior if you do not specify a CacheBehavior element or if files don't match any of the values of PathPattern in CacheBehavior elements.
DefaultCacheBehavior() - Constructor for class com.amazonaws.services.cloudfront.model.DefaultCacheBehavior
 
defaultClient() - Static method in class com.amazonaws.services.cloudfront.AmazonCloudFrontAsyncClientBuilder
 
defaultClient() - Static method in class com.amazonaws.services.cloudfront.AmazonCloudFrontClientBuilder
 
deleteCloudFrontOriginAccessIdentity(DeleteCloudFrontOriginAccessIdentityRequest) - Method in class com.amazonaws.services.cloudfront.AbstractAmazonCloudFront
 
deleteCloudFrontOriginAccessIdentity(DeleteCloudFrontOriginAccessIdentityRequest) - Method in interface com.amazonaws.services.cloudfront.AmazonCloudFront
Delete an origin access identity.
deleteCloudFrontOriginAccessIdentity(DeleteCloudFrontOriginAccessIdentityRequest) - Method in class com.amazonaws.services.cloudfront.AmazonCloudFrontClient
Delete an origin access identity.
deleteCloudFrontOriginAccessIdentityAsync(DeleteCloudFrontOriginAccessIdentityRequest) - Method in class com.amazonaws.services.cloudfront.AbstractAmazonCloudFrontAsync
 
deleteCloudFrontOriginAccessIdentityAsync(DeleteCloudFrontOriginAccessIdentityRequest, AsyncHandler<DeleteCloudFrontOriginAccessIdentityRequest, DeleteCloudFrontOriginAccessIdentityResult>) - Method in class com.amazonaws.services.cloudfront.AbstractAmazonCloudFrontAsync
 
deleteCloudFrontOriginAccessIdentityAsync(DeleteCloudFrontOriginAccessIdentityRequest) - Method in interface com.amazonaws.services.cloudfront.AmazonCloudFrontAsync
Delete an origin access identity.
deleteCloudFrontOriginAccessIdentityAsync(DeleteCloudFrontOriginAccessIdentityRequest, AsyncHandler<DeleteCloudFrontOriginAccessIdentityRequest, DeleteCloudFrontOriginAccessIdentityResult>) - Method in interface com.amazonaws.services.cloudfront.AmazonCloudFrontAsync
Delete an origin access identity.
deleteCloudFrontOriginAccessIdentityAsync(DeleteCloudFrontOriginAccessIdentityRequest) - Method in class com.amazonaws.services.cloudfront.AmazonCloudFrontAsyncClient
 
deleteCloudFrontOriginAccessIdentityAsync(DeleteCloudFrontOriginAccessIdentityRequest, AsyncHandler<DeleteCloudFrontOriginAccessIdentityRequest, DeleteCloudFrontOriginAccessIdentityResult>) - Method in class com.amazonaws.services.cloudfront.AmazonCloudFrontAsyncClient
 
DeleteCloudFrontOriginAccessIdentityRequest - Class in com.amazonaws.services.cloudfront.model
Deletes a origin access identity.
DeleteCloudFrontOriginAccessIdentityRequest() - Constructor for class com.amazonaws.services.cloudfront.model.DeleteCloudFrontOriginAccessIdentityRequest
Default constructor for DeleteCloudFrontOriginAccessIdentityRequest object.
DeleteCloudFrontOriginAccessIdentityRequest(String, String) - Constructor for class com.amazonaws.services.cloudfront.model.DeleteCloudFrontOriginAccessIdentityRequest
Constructs a new DeleteCloudFrontOriginAccessIdentityRequest object.
DeleteCloudFrontOriginAccessIdentityResult - Class in com.amazonaws.services.cloudfront.model
 
DeleteCloudFrontOriginAccessIdentityResult() - Constructor for class com.amazonaws.services.cloudfront.model.DeleteCloudFrontOriginAccessIdentityResult
 
deleteDistribution(DeleteDistributionRequest) - Method in class com.amazonaws.services.cloudfront.AbstractAmazonCloudFront
 
deleteDistribution(DeleteDistributionRequest) - Method in interface com.amazonaws.services.cloudfront.AmazonCloudFront
Delete a distribution.
deleteDistribution(DeleteDistributionRequest) - Method in class com.amazonaws.services.cloudfront.AmazonCloudFrontClient
Delete a distribution.
deleteDistributionAsync(DeleteDistributionRequest) - Method in class com.amazonaws.services.cloudfront.AbstractAmazonCloudFrontAsync
 
deleteDistributionAsync(DeleteDistributionRequest, AsyncHandler<DeleteDistributionRequest, DeleteDistributionResult>) - Method in class com.amazonaws.services.cloudfront.AbstractAmazonCloudFrontAsync
 
deleteDistributionAsync(DeleteDistributionRequest) - Method in interface com.amazonaws.services.cloudfront.AmazonCloudFrontAsync
Delete a distribution.
deleteDistributionAsync(DeleteDistributionRequest, AsyncHandler<DeleteDistributionRequest, DeleteDistributionResult>) - Method in interface com.amazonaws.services.cloudfront.AmazonCloudFrontAsync
Delete a distribution.
deleteDistributionAsync(DeleteDistributionRequest) - Method in class com.amazonaws.services.cloudfront.AmazonCloudFrontAsyncClient
 
deleteDistributionAsync(DeleteDistributionRequest, AsyncHandler<DeleteDistributionRequest, DeleteDistributionResult>) - Method in class com.amazonaws.services.cloudfront.AmazonCloudFrontAsyncClient
 
DeleteDistributionRequest - Class in com.amazonaws.services.cloudfront.model
This action deletes a web distribution.
DeleteDistributionRequest() - Constructor for class com.amazonaws.services.cloudfront.model.DeleteDistributionRequest
Default constructor for DeleteDistributionRequest object.
DeleteDistributionRequest(String, String) - Constructor for class com.amazonaws.services.cloudfront.model.DeleteDistributionRequest
Constructs a new DeleteDistributionRequest object.
DeleteDistributionResult - Class in com.amazonaws.services.cloudfront.model
 
DeleteDistributionResult() - Constructor for class com.amazonaws.services.cloudfront.model.DeleteDistributionResult
 
deleteStreamingDistribution(DeleteStreamingDistributionRequest) - Method in class com.amazonaws.services.cloudfront.AbstractAmazonCloudFront
 
deleteStreamingDistribution(DeleteStreamingDistributionRequest) - Method in interface com.amazonaws.services.cloudfront.AmazonCloudFront
Delete a streaming distribution.
deleteStreamingDistribution(DeleteStreamingDistributionRequest) - Method in class com.amazonaws.services.cloudfront.AmazonCloudFrontClient
Delete a streaming distribution.
deleteStreamingDistributionAsync(DeleteStreamingDistributionRequest) - Method in class com.amazonaws.services.cloudfront.AbstractAmazonCloudFrontAsync
 
deleteStreamingDistributionAsync(DeleteStreamingDistributionRequest, AsyncHandler<DeleteStreamingDistributionRequest, DeleteStreamingDistributionResult>) - Method in class com.amazonaws.services.cloudfront.AbstractAmazonCloudFrontAsync
 
deleteStreamingDistributionAsync(DeleteStreamingDistributionRequest) - Method in interface com.amazonaws.services.cloudfront.AmazonCloudFrontAsync
Delete a streaming distribution.
deleteStreamingDistributionAsync(DeleteStreamingDistributionRequest, AsyncHandler<DeleteStreamingDistributionRequest, DeleteStreamingDistributionResult>) - Method in interface com.amazonaws.services.cloudfront.AmazonCloudFrontAsync
Delete a streaming distribution.
deleteStreamingDistributionAsync(DeleteStreamingDistributionRequest) - Method in class com.amazonaws.services.cloudfront.AmazonCloudFrontAsyncClient
 
deleteStreamingDistributionAsync(DeleteStreamingDistributionRequest, AsyncHandler<DeleteStreamingDistributionRequest, DeleteStreamingDistributionResult>) - Method in class com.amazonaws.services.cloudfront.AmazonCloudFrontAsyncClient
 
DeleteStreamingDistributionRequest - Class in com.amazonaws.services.cloudfront.model
The request to delete a streaming distribution.
DeleteStreamingDistributionRequest() - Constructor for class com.amazonaws.services.cloudfront.model.DeleteStreamingDistributionRequest
Default constructor for DeleteStreamingDistributionRequest object.
DeleteStreamingDistributionRequest(String, String) - Constructor for class com.amazonaws.services.cloudfront.model.DeleteStreamingDistributionRequest
Constructs a new DeleteStreamingDistributionRequest object.
DeleteStreamingDistributionResult - Class in com.amazonaws.services.cloudfront.model
 
DeleteStreamingDistributionResult() - Constructor for class com.amazonaws.services.cloudfront.model.DeleteStreamingDistributionResult
 
Distribution - Class in com.amazonaws.services.cloudfront.model
The distribution's information.
Distribution() - Constructor for class com.amazonaws.services.cloudfront.model.Distribution
Default constructor for Distribution object.
Distribution(String, String, String) - Constructor for class com.amazonaws.services.cloudfront.model.Distribution
Constructs a new Distribution object.
DistributionAlreadyExistsException - Exception in com.amazonaws.services.cloudfront.model
The caller reference you attempted to create the distribution with is associated with another distribution.
DistributionAlreadyExistsException(String) - Constructor for exception com.amazonaws.services.cloudfront.model.DistributionAlreadyExistsException
Constructs a new DistributionAlreadyExistsException with the specified error message.
DistributionConfig - Class in com.amazonaws.services.cloudfront.model
A distribution configuration.
DistributionConfig() - Constructor for class com.amazonaws.services.cloudfront.model.DistributionConfig
Default constructor for DistributionConfig object.
DistributionConfig(String, Boolean) - Constructor for class com.amazonaws.services.cloudfront.model.DistributionConfig
Constructs a new DistributionConfig object.
DistributionConfigWithTags - Class in com.amazonaws.services.cloudfront.model
A distribution Configuration and a list of tags to be associated with the distribution.
DistributionConfigWithTags() - Constructor for class com.amazonaws.services.cloudfront.model.DistributionConfigWithTags
 
distributionDeployed() - Method in class com.amazonaws.services.cloudfront.waiters.AmazonCloudFrontWaiters
Builds a DistributionDeployed waiter by using custom parameters waiterParameters and other parameters defined in the waiters specification, and then polls until it determines whether the resource entered the desired state or not, where polling criteria is bound by either default polling strategy or custom polling strategy.
DistributionList - Class in com.amazonaws.services.cloudfront.model
A distribution list.
DistributionList() - Constructor for class com.amazonaws.services.cloudfront.model.DistributionList
 
DistributionNotDisabledException - Exception in com.amazonaws.services.cloudfront.model
 
DistributionNotDisabledException(String) - Constructor for exception com.amazonaws.services.cloudfront.model.DistributionNotDisabledException
Constructs a new DistributionNotDisabledException with the specified error message.
DistributionSummary - Class in com.amazonaws.services.cloudfront.model
A summary of the information about a CloudFront distribution.
DistributionSummary() - Constructor for class com.amazonaws.services.cloudfront.model.DistributionSummary
 

E

ENDPOINT_PREFIX - Static variable in interface com.amazonaws.services.cloudfront.AmazonCloudFront
The region metadata service name for computing region endpoints.
equals(Object) - Method in class com.amazonaws.services.cloudfront.model.ActiveTrustedSigners
 
equals(Object) - Method in class com.amazonaws.services.cloudfront.model.Aliases
 
equals(Object) - Method in class com.amazonaws.services.cloudfront.model.AllowedMethods
 
equals(Object) - Method in class com.amazonaws.services.cloudfront.model.CacheBehavior
 
equals(Object) - Method in class com.amazonaws.services.cloudfront.model.CacheBehaviors
 
equals(Object) - Method in class com.amazonaws.services.cloudfront.model.CachedMethods
 
equals(Object) - Method in class com.amazonaws.services.cloudfront.model.CloudFrontOriginAccessIdentity
 
equals(Object) - Method in class com.amazonaws.services.cloudfront.model.CloudFrontOriginAccessIdentityConfig
 
equals(Object) - Method in class com.amazonaws.services.cloudfront.model.CloudFrontOriginAccessIdentityList
 
equals(Object) - Method in class com.amazonaws.services.cloudfront.model.CloudFrontOriginAccessIdentitySummary
 
equals(Object) - Method in class com.amazonaws.services.cloudfront.model.CookieNames
 
equals(Object) - Method in class com.amazonaws.services.cloudfront.model.CookiePreference
 
equals(Object) - Method in class com.amazonaws.services.cloudfront.model.CreateCloudFrontOriginAccessIdentityRequest
 
equals(Object) - Method in class com.amazonaws.services.cloudfront.model.CreateCloudFrontOriginAccessIdentityResult
 
equals(Object) - Method in class com.amazonaws.services.cloudfront.model.CreateDistributionRequest
 
equals(Object) - Method in class com.amazonaws.services.cloudfront.model.CreateDistributionResult
 
equals(Object) - Method in class com.amazonaws.services.cloudfront.model.CreateDistributionWithTagsRequest
 
equals(Object) - Method in class com.amazonaws.services.cloudfront.model.CreateDistributionWithTagsResult
 
equals(Object) - Method in class com.amazonaws.services.cloudfront.model.CreateInvalidationRequest
 
equals(Object) - Method in class com.amazonaws.services.cloudfront.model.CreateInvalidationResult
 
equals(Object) - Method in class com.amazonaws.services.cloudfront.model.CreateStreamingDistributionRequest
 
equals(Object) - Method in class com.amazonaws.services.cloudfront.model.CreateStreamingDistributionResult
 
equals(Object) - Method in class com.amazonaws.services.cloudfront.model.CreateStreamingDistributionWithTagsRequest
 
equals(Object) - Method in class com.amazonaws.services.cloudfront.model.CreateStreamingDistributionWithTagsResult
 
equals(Object) - Method in class com.amazonaws.services.cloudfront.model.CustomErrorResponse
 
equals(Object) - Method in class com.amazonaws.services.cloudfront.model.CustomErrorResponses
 
equals(Object) - Method in class com.amazonaws.services.cloudfront.model.CustomHeaders
 
equals(Object) - Method in class com.amazonaws.services.cloudfront.model.CustomOriginConfig
 
equals(Object) - Method in class com.amazonaws.services.cloudfront.model.DefaultCacheBehavior
 
equals(Object) - Method in class com.amazonaws.services.cloudfront.model.DeleteCloudFrontOriginAccessIdentityRequest
 
equals(Object) - Method in class com.amazonaws.services.cloudfront.model.DeleteCloudFrontOriginAccessIdentityResult
 
equals(Object) - Method in class com.amazonaws.services.cloudfront.model.DeleteDistributionRequest
 
equals(Object) - Method in class com.amazonaws.services.cloudfront.model.DeleteDistributionResult
 
equals(Object) - Method in class com.amazonaws.services.cloudfront.model.DeleteStreamingDistributionRequest
 
equals(Object) - Method in class com.amazonaws.services.cloudfront.model.DeleteStreamingDistributionResult
 
equals(Object) - Method in class com.amazonaws.services.cloudfront.model.Distribution
 
equals(Object) - Method in class com.amazonaws.services.cloudfront.model.DistributionConfig
 
equals(Object) - Method in class com.amazonaws.services.cloudfront.model.DistributionConfigWithTags
 
equals(Object) - Method in class com.amazonaws.services.cloudfront.model.DistributionList
 
equals(Object) - Method in class com.amazonaws.services.cloudfront.model.DistributionSummary
 
equals(Object) - Method in class com.amazonaws.services.cloudfront.model.ForwardedValues
 
equals(Object) - Method in class com.amazonaws.services.cloudfront.model.GeoRestriction
 
equals(Object) - Method in class com.amazonaws.services.cloudfront.model.GetCloudFrontOriginAccessIdentityConfigRequest
 
equals(Object) - Method in class com.amazonaws.services.cloudfront.model.GetCloudFrontOriginAccessIdentityConfigResult
 
equals(Object) - Method in class com.amazonaws.services.cloudfront.model.GetCloudFrontOriginAccessIdentityRequest
 
equals(Object) - Method in class com.amazonaws.services.cloudfront.model.GetCloudFrontOriginAccessIdentityResult
 
equals(Object) - Method in class com.amazonaws.services.cloudfront.model.GetDistributionConfigRequest
 
equals(Object) - Method in class com.amazonaws.services.cloudfront.model.GetDistributionConfigResult
 
equals(Object) - Method in class com.amazonaws.services.cloudfront.model.GetDistributionRequest
 
equals(Object) - Method in class com.amazonaws.services.cloudfront.model.GetDistributionResult
 
equals(Object) - Method in class com.amazonaws.services.cloudfront.model.GetInvalidationRequest
 
equals(Object) - Method in class com.amazonaws.services.cloudfront.model.GetInvalidationResult
 
equals(Object) - Method in class com.amazonaws.services.cloudfront.model.GetStreamingDistributionConfigRequest
 
equals(Object) - Method in class com.amazonaws.services.cloudfront.model.GetStreamingDistributionConfigResult
 
equals(Object) - Method in class com.amazonaws.services.cloudfront.model.GetStreamingDistributionRequest
 
equals(Object) - Method in class com.amazonaws.services.cloudfront.model.GetStreamingDistributionResult
 
equals(Object) - Method in class com.amazonaws.services.cloudfront.model.Headers
 
equals(Object) - Method in class com.amazonaws.services.cloudfront.model.Invalidation
 
equals(Object) - Method in class com.amazonaws.services.cloudfront.model.InvalidationBatch
 
equals(Object) - Method in class com.amazonaws.services.cloudfront.model.InvalidationList
 
equals(Object) - Method in class com.amazonaws.services.cloudfront.model.InvalidationSummary
 
equals(Object) - Method in class com.amazonaws.services.cloudfront.model.KeyPairIds
 
equals(Object) - Method in class com.amazonaws.services.cloudfront.model.LambdaFunctionAssociation
 
equals(Object) - Method in class com.amazonaws.services.cloudfront.model.LambdaFunctionAssociations
 
equals(Object) - Method in class com.amazonaws.services.cloudfront.model.ListCloudFrontOriginAccessIdentitiesRequest
 
equals(Object) - Method in class com.amazonaws.services.cloudfront.model.ListCloudFrontOriginAccessIdentitiesResult
 
equals(Object) - Method in class com.amazonaws.services.cloudfront.model.ListDistributionsByWebACLIdRequest
 
equals(Object) - Method in class com.amazonaws.services.cloudfront.model.ListDistributionsByWebACLIdResult
 
equals(Object) - Method in class com.amazonaws.services.cloudfront.model.ListDistributionsRequest
 
equals(Object) - Method in class com.amazonaws.services.cloudfront.model.ListDistributionsResult
 
equals(Object) - Method in class com.amazonaws.services.cloudfront.model.ListInvalidationsRequest
 
equals(Object) - Method in class com.amazonaws.services.cloudfront.model.ListInvalidationsResult
 
equals(Object) - Method in class com.amazonaws.services.cloudfront.model.ListStreamingDistributionsRequest
 
equals(Object) - Method in class com.amazonaws.services.cloudfront.model.ListStreamingDistributionsResult
 
equals(Object) - Method in class com.amazonaws.services.cloudfront.model.ListTagsForResourceRequest
 
equals(Object) - Method in class com.amazonaws.services.cloudfront.model.ListTagsForResourceResult
 
equals(Object) - Method in class com.amazonaws.services.cloudfront.model.LoggingConfig
 
equals(Object) - Method in class com.amazonaws.services.cloudfront.model.Origin
 
equals(Object) - Method in class com.amazonaws.services.cloudfront.model.OriginCustomHeader
 
equals(Object) - Method in class com.amazonaws.services.cloudfront.model.Origins
 
equals(Object) - Method in class com.amazonaws.services.cloudfront.model.OriginSslProtocols
 
equals(Object) - Method in class com.amazonaws.services.cloudfront.model.Paths
 
equals(Object) - Method in class com.amazonaws.services.cloudfront.model.QueryStringCacheKeys
 
equals(Object) - Method in class com.amazonaws.services.cloudfront.model.Restrictions
 
equals(Object) - Method in class com.amazonaws.services.cloudfront.model.S3Origin
 
equals(Object) - Method in class com.amazonaws.services.cloudfront.model.S3OriginConfig
 
equals(Object) - Method in class com.amazonaws.services.cloudfront.model.Signer
 
equals(Object) - Method in class com.amazonaws.services.cloudfront.model.StreamingDistribution
 
equals(Object) - Method in class com.amazonaws.services.cloudfront.model.StreamingDistributionConfig
 
equals(Object) - Method in class com.amazonaws.services.cloudfront.model.StreamingDistributionConfigWithTags
 
equals(Object) - Method in class com.amazonaws.services.cloudfront.model.StreamingDistributionList
 
equals(Object) - Method in class com.amazonaws.services.cloudfront.model.StreamingDistributionSummary
 
equals(Object) - Method in class com.amazonaws.services.cloudfront.model.StreamingLoggingConfig
 
equals(Object) - Method in class com.amazonaws.services.cloudfront.model.Tag
 
equals(Object) - Method in class com.amazonaws.services.cloudfront.model.TagKeys
 
equals(Object) - Method in class com.amazonaws.services.cloudfront.model.TagResourceRequest
 
equals(Object) - Method in class com.amazonaws.services.cloudfront.model.TagResourceResult
 
equals(Object) - Method in class com.amazonaws.services.cloudfront.model.Tags
 
equals(Object) - Method in class com.amazonaws.services.cloudfront.model.TrustedSigners
 
equals(Object) - Method in class com.amazonaws.services.cloudfront.model.UntagResourceRequest
 
equals(Object) - Method in class com.amazonaws.services.cloudfront.model.UntagResourceResult
 
equals(Object) - Method in class com.amazonaws.services.cloudfront.model.UpdateCloudFrontOriginAccessIdentityRequest
 
equals(Object) - Method in class com.amazonaws.services.cloudfront.model.UpdateCloudFrontOriginAccessIdentityResult
 
equals(Object) - Method in class com.amazonaws.services.cloudfront.model.UpdateDistributionRequest
 
equals(Object) - Method in class com.amazonaws.services.cloudfront.model.UpdateDistributionResult
 
equals(Object) - Method in class com.amazonaws.services.cloudfront.model.UpdateStreamingDistributionRequest
 
equals(Object) - Method in class com.amazonaws.services.cloudfront.model.UpdateStreamingDistributionResult
 
equals(Object) - Method in class com.amazonaws.services.cloudfront.model.ViewerCertificate
 
EventType - Enum in com.amazonaws.services.cloudfront.model
 
exceptionUnmarshallers - Variable in class com.amazonaws.services.cloudfront.AmazonCloudFrontClient
List of exception unmarshallers for all modeled exceptions
expires - Variable in class com.amazonaws.services.cloudfront.CloudFrontCookieSigner.CookiesForCannedPolicy
 

F

ForwardedValues - Class in com.amazonaws.services.cloudfront.model
A complex type that specifies how CloudFront handles query strings and cookies.
ForwardedValues() - Constructor for class com.amazonaws.services.cloudfront.model.ForwardedValues
 
fromBeginMarker(String) - Static method in enum com.amazonaws.auth.PEMObjectType
 
fromValue(String) - Static method in enum com.amazonaws.services.cloudfront.model.CertificateSource
Use this in place of valueOf.
fromValue(String) - Static method in enum com.amazonaws.services.cloudfront.model.EventType
Use this in place of valueOf.
fromValue(String) - Static method in enum com.amazonaws.services.cloudfront.model.GeoRestrictionType
Use this in place of valueOf.
fromValue(String) - Static method in enum com.amazonaws.services.cloudfront.model.HttpVersion
Use this in place of valueOf.
fromValue(String) - Static method in enum com.amazonaws.services.cloudfront.model.ItemSelection
Use this in place of valueOf.
fromValue(String) - Static method in enum com.amazonaws.services.cloudfront.model.Method
Use this in place of valueOf.
fromValue(String) - Static method in enum com.amazonaws.services.cloudfront.model.MinimumProtocolVersion
Use this in place of valueOf.
fromValue(String) - Static method in enum com.amazonaws.services.cloudfront.model.OriginProtocolPolicy
Use this in place of valueOf.
fromValue(String) - Static method in enum com.amazonaws.services.cloudfront.model.PriceClass
Use this in place of valueOf.
fromValue(String) - Static method in enum com.amazonaws.services.cloudfront.model.SslProtocol
Use this in place of valueOf.
fromValue(String) - Static method in enum com.amazonaws.services.cloudfront.model.SSLSupportMethod
Use this in place of valueOf.
fromValue(String) - Static method in enum com.amazonaws.services.cloudfront.model.ViewerProtocolPolicy
Use this in place of valueOf.

G

generateResourcePath(SignerUtils.Protocol, String, String) - Static method in class com.amazonaws.services.cloudfront.util.SignerUtils
Returns the resource path for the given distribution, object, and protocol.
GeoRestriction - Class in com.amazonaws.services.cloudfront.model
A complex type that controls the countries in which your content is distributed.
GeoRestriction() - Constructor for class com.amazonaws.services.cloudfront.model.GeoRestriction
Default constructor for GeoRestriction object.
GeoRestriction(String) - Constructor for class com.amazonaws.services.cloudfront.model.GeoRestriction
Constructs a new GeoRestriction object.
GeoRestriction(GeoRestrictionType) - Constructor for class com.amazonaws.services.cloudfront.model.GeoRestriction
Constructs a new GeoRestriction object.
GeoRestrictionType - Enum in com.amazonaws.services.cloudfront.model
 
getACMCertificateArn() - Method in class com.amazonaws.services.cloudfront.model.ViewerCertificate
 
getActionName() - Method in enum com.amazonaws.auth.policy.actions.CloudFrontActions
 
getActiveTrustedSigners() - Method in class com.amazonaws.services.cloudfront.model.Distribution
CloudFront automatically adds this element to the response only if you've set up the distribution to serve private content with signed URLs.
getActiveTrustedSigners() - Method in class com.amazonaws.services.cloudfront.model.StreamingDistribution
A complex type that lists the AWS accounts, if any, that you included in the TrustedSigners complex type for this distribution.
getAliases() - Method in class com.amazonaws.services.cloudfront.model.DistributionConfig
A complex type that contains information about CNAMEs (alternate domain names), if any, for this distribution.
getAliases() - Method in class com.amazonaws.services.cloudfront.model.DistributionSummary
A complex type that contains information about CNAMEs (alternate domain names), if any, for this distribution.
getAliases() - Method in class com.amazonaws.services.cloudfront.model.StreamingDistributionConfig
A complex type that contains information about CNAMEs (alternate domain names), if any, for this streaming distribution.
getAliases() - Method in class com.amazonaws.services.cloudfront.model.StreamingDistributionSummary
A complex type that contains information about CNAMEs (alternate domain names), if any, for this streaming distribution.
getAllowedMethods() - Method in class com.amazonaws.services.cloudfront.model.CacheBehavior
 
getAllowedMethods() - Method in class com.amazonaws.services.cloudfront.model.DefaultCacheBehavior
 
getARN() - Method in class com.amazonaws.services.cloudfront.model.Distribution
The ARN (Amazon Resource Name) for the distribution.
getARN() - Method in class com.amazonaws.services.cloudfront.model.DistributionSummary
The ARN (Amazon Resource Name) for the distribution.
getARN() - Method in class com.amazonaws.services.cloudfront.model.StreamingDistribution
 
getARN() - Method in class com.amazonaws.services.cloudfront.model.StreamingDistributionSummary
The ARN (Amazon Resource Name) for the streaming distribution.
getAwsAccountNumber() - Method in class com.amazonaws.services.cloudfront.model.Signer
An AWS account that is included in the TrustedSigners complex type for this RTMP distribution.
getBeginMarker() - Method in class com.amazonaws.auth.PEMObject
 
getBeginMarker() - Method in enum com.amazonaws.auth.PEMObjectType
 
getBucket() - Method in class com.amazonaws.services.cloudfront.model.LoggingConfig
The Amazon S3 bucket to store the access logs in, for example, myawslogbucket.s3.amazonaws.com.
getBucket() - Method in class com.amazonaws.services.cloudfront.model.StreamingLoggingConfig
The Amazon S3 bucket to store the access logs in, for example, myawslogbucket.s3.amazonaws.com.
getCacheBehaviors() - Method in class com.amazonaws.services.cloudfront.model.DistributionConfig
A complex type that contains zero or more CacheBehavior elements.
getCacheBehaviors() - Method in class com.amazonaws.services.cloudfront.model.DistributionSummary
A complex type that contains zero or more CacheBehavior elements.
getCachedMethods() - Method in class com.amazonaws.services.cloudfront.model.AllowedMethods
 
getCachedResponseMetadata(AmazonWebServiceRequest) - Method in class com.amazonaws.services.cloudfront.AbstractAmazonCloudFront
 
getCachedResponseMetadata(AmazonWebServiceRequest) - Method in interface com.amazonaws.services.cloudfront.AmazonCloudFront
Returns additional metadata for a previously executed successful request, typically used for debugging issues where a service isn't acting as expected.
getCachedResponseMetadata(AmazonWebServiceRequest) - Method in class com.amazonaws.services.cloudfront.AmazonCloudFrontClient
Returns additional metadata for a previously executed successful, request, typically used for debugging issues where a service isn't acting as expected.
getCallerReference() - Method in class com.amazonaws.services.cloudfront.model.CloudFrontOriginAccessIdentityConfig
A unique number that ensures the request can't be replayed.
getCallerReference() - Method in class com.amazonaws.services.cloudfront.model.DistributionConfig
A unique value (for example, a date-time stamp) that ensures that the request can't be replayed.
getCallerReference() - Method in class com.amazonaws.services.cloudfront.model.InvalidationBatch
A value that you specify to uniquely identify an invalidation request.
getCallerReference() - Method in class com.amazonaws.services.cloudfront.model.StreamingDistributionConfig
A unique number that ensures that the request can't be replayed.
getCertificate() - Method in class com.amazonaws.services.cloudfront.model.ViewerCertificate
Deprecated.
getCertificateSource() - Method in class com.amazonaws.services.cloudfront.model.ViewerCertificate
Deprecated.
getCloudFrontDefaultCertificate() - Method in class com.amazonaws.services.cloudfront.model.ViewerCertificate
 
getCloudFrontOriginAccessIdentity(GetCloudFrontOriginAccessIdentityRequest) - Method in class com.amazonaws.services.cloudfront.AbstractAmazonCloudFront
 
getCloudFrontOriginAccessIdentity(GetCloudFrontOriginAccessIdentityRequest) - Method in interface com.amazonaws.services.cloudfront.AmazonCloudFront
Get the information about an origin access identity.
getCloudFrontOriginAccessIdentity(GetCloudFrontOriginAccessIdentityRequest) - Method in class com.amazonaws.services.cloudfront.AmazonCloudFrontClient
Get the information about an origin access identity.
getCloudFrontOriginAccessIdentity() - Method in class com.amazonaws.services.cloudfront.model.CreateCloudFrontOriginAccessIdentityResult
The origin access identity's information.
getCloudFrontOriginAccessIdentity() - Method in class com.amazonaws.services.cloudfront.model.GetCloudFrontOriginAccessIdentityResult
The origin access identity's information.
getCloudFrontOriginAccessIdentity() - Method in class com.amazonaws.services.cloudfront.model.UpdateCloudFrontOriginAccessIdentityResult
The origin access identity's information.
getCloudFrontOriginAccessIdentityAsync(GetCloudFrontOriginAccessIdentityRequest) - Method in class com.amazonaws.services.cloudfront.AbstractAmazonCloudFrontAsync
 
getCloudFrontOriginAccessIdentityAsync(GetCloudFrontOriginAccessIdentityRequest, AsyncHandler<GetCloudFrontOriginAccessIdentityRequest, GetCloudFrontOriginAccessIdentityResult>) - Method in class com.amazonaws.services.cloudfront.AbstractAmazonCloudFrontAsync
 
getCloudFrontOriginAccessIdentityAsync(GetCloudFrontOriginAccessIdentityRequest) - Method in interface com.amazonaws.services.cloudfront.AmazonCloudFrontAsync
Get the information about an origin access identity.
getCloudFrontOriginAccessIdentityAsync(GetCloudFrontOriginAccessIdentityRequest, AsyncHandler<GetCloudFrontOriginAccessIdentityRequest, GetCloudFrontOriginAccessIdentityResult>) - Method in interface com.amazonaws.services.cloudfront.AmazonCloudFrontAsync
Get the information about an origin access identity.
getCloudFrontOriginAccessIdentityAsync(GetCloudFrontOriginAccessIdentityRequest) - Method in class com.amazonaws.services.cloudfront.AmazonCloudFrontAsyncClient
 
getCloudFrontOriginAccessIdentityAsync(GetCloudFrontOriginAccessIdentityRequest, AsyncHandler<GetCloudFrontOriginAccessIdentityRequest, GetCloudFrontOriginAccessIdentityResult>) - Method in class com.amazonaws.services.cloudfront.AmazonCloudFrontAsyncClient
 
getCloudFrontOriginAccessIdentityConfig(GetCloudFrontOriginAccessIdentityConfigRequest) - Method in class com.amazonaws.services.cloudfront.AbstractAmazonCloudFront
 
getCloudFrontOriginAccessIdentityConfig(GetCloudFrontOriginAccessIdentityConfigRequest) - Method in interface com.amazonaws.services.cloudfront.AmazonCloudFront
Get the configuration information about an origin access identity.
getCloudFrontOriginAccessIdentityConfig(GetCloudFrontOriginAccessIdentityConfigRequest) - Method in class com.amazonaws.services.cloudfront.AmazonCloudFrontClient
Get the configuration information about an origin access identity.
getCloudFrontOriginAccessIdentityConfig() - Method in class com.amazonaws.services.cloudfront.model.CloudFrontOriginAccessIdentity
The current configuration information for the identity.
getCloudFrontOriginAccessIdentityConfig() - Method in class com.amazonaws.services.cloudfront.model.CreateCloudFrontOriginAccessIdentityRequest
The current configuration information for the identity.
getCloudFrontOriginAccessIdentityConfig() - Method in class com.amazonaws.services.cloudfront.model.GetCloudFrontOriginAccessIdentityConfigResult
The origin access identity's configuration information.
getCloudFrontOriginAccessIdentityConfig() - Method in class com.amazonaws.services.cloudfront.model.UpdateCloudFrontOriginAccessIdentityRequest
The identity's configuration information.
getCloudFrontOriginAccessIdentityConfigAsync(GetCloudFrontOriginAccessIdentityConfigRequest) - Method in class com.amazonaws.services.cloudfront.AbstractAmazonCloudFrontAsync
 
getCloudFrontOriginAccessIdentityConfigAsync(GetCloudFrontOriginAccessIdentityConfigRequest, AsyncHandler<GetCloudFrontOriginAccessIdentityConfigRequest, GetCloudFrontOriginAccessIdentityConfigResult>) - Method in class com.amazonaws.services.cloudfront.AbstractAmazonCloudFrontAsync
 
getCloudFrontOriginAccessIdentityConfigAsync(GetCloudFrontOriginAccessIdentityConfigRequest) - Method in interface com.amazonaws.services.cloudfront.AmazonCloudFrontAsync
Get the configuration information about an origin access identity.
getCloudFrontOriginAccessIdentityConfigAsync(GetCloudFrontOriginAccessIdentityConfigRequest, AsyncHandler<GetCloudFrontOriginAccessIdentityConfigRequest, GetCloudFrontOriginAccessIdentityConfigResult>) - Method in interface com.amazonaws.services.cloudfront.AmazonCloudFrontAsync
Get the configuration information about an origin access identity.
getCloudFrontOriginAccessIdentityConfigAsync(GetCloudFrontOriginAccessIdentityConfigRequest) - Method in class com.amazonaws.services.cloudfront.AmazonCloudFrontAsyncClient
 
getCloudFrontOriginAccessIdentityConfigAsync(GetCloudFrontOriginAccessIdentityConfigRequest, AsyncHandler<GetCloudFrontOriginAccessIdentityConfigRequest, GetCloudFrontOriginAccessIdentityConfigResult>) - Method in class com.amazonaws.services.cloudfront.AmazonCloudFrontAsyncClient
 
GetCloudFrontOriginAccessIdentityConfigRequest - Class in com.amazonaws.services.cloudfront.model
The origin access identity's configuration information.
GetCloudFrontOriginAccessIdentityConfigRequest() - Constructor for class com.amazonaws.services.cloudfront.model.GetCloudFrontOriginAccessIdentityConfigRequest
Default constructor for GetCloudFrontOriginAccessIdentityConfigRequest object.
GetCloudFrontOriginAccessIdentityConfigRequest(String) - Constructor for class com.amazonaws.services.cloudfront.model.GetCloudFrontOriginAccessIdentityConfigRequest
Constructs a new GetCloudFrontOriginAccessIdentityConfigRequest object.
GetCloudFrontOriginAccessIdentityConfigResult - Class in com.amazonaws.services.cloudfront.model
The returned result of the corresponding request.
GetCloudFrontOriginAccessIdentityConfigResult() - Constructor for class com.amazonaws.services.cloudfront.model.GetCloudFrontOriginAccessIdentityConfigResult
 
getCloudFrontOriginAccessIdentityList() - Method in class com.amazonaws.services.cloudfront.model.ListCloudFrontOriginAccessIdentitiesResult
The CloudFrontOriginAccessIdentityList type.
GetCloudFrontOriginAccessIdentityRequest - Class in com.amazonaws.services.cloudfront.model
The request to get an origin access identity's information.
GetCloudFrontOriginAccessIdentityRequest() - Constructor for class com.amazonaws.services.cloudfront.model.GetCloudFrontOriginAccessIdentityRequest
Default constructor for GetCloudFrontOriginAccessIdentityRequest object.
GetCloudFrontOriginAccessIdentityRequest(String) - Constructor for class com.amazonaws.services.cloudfront.model.GetCloudFrontOriginAccessIdentityRequest
Constructs a new GetCloudFrontOriginAccessIdentityRequest object.
GetCloudFrontOriginAccessIdentityResult - Class in com.amazonaws.services.cloudfront.model
The returned result of the corresponding request.
GetCloudFrontOriginAccessIdentityResult() - Constructor for class com.amazonaws.services.cloudfront.model.GetCloudFrontOriginAccessIdentityResult
 
getComment() - Method in class com.amazonaws.services.cloudfront.model.CloudFrontOriginAccessIdentityConfig
Any comments you want to include about the origin access identity.
getComment() - Method in class com.amazonaws.services.cloudfront.model.CloudFrontOriginAccessIdentitySummary
The comment for this origin access identity, as originally specified when created.
getComment() - Method in class com.amazonaws.services.cloudfront.model.DistributionConfig
Any comments you want to include about the distribution.
getComment() - Method in class com.amazonaws.services.cloudfront.model.DistributionSummary
The comment originally specified when this distribution was created.
getComment() - Method in class com.amazonaws.services.cloudfront.model.StreamingDistributionConfig
Any comments you want to include about the streaming distribution.
getComment() - Method in class com.amazonaws.services.cloudfront.model.StreamingDistributionSummary
The comment originally specified when this distribution was created.
getCompress() - Method in class com.amazonaws.services.cloudfront.model.CacheBehavior
Whether you want CloudFront to automatically compress certain files for this cache behavior.
getCompress() - Method in class com.amazonaws.services.cloudfront.model.DefaultCacheBehavior
Whether you want CloudFront to automatically compress certain files for this cache behavior.
getCookies() - Method in class com.amazonaws.services.cloudfront.model.ForwardedValues
A complex type that specifies whether you want CloudFront to forward cookies to the origin and, if so, which ones.
getCookiesForCannedPolicy(SignerUtils.Protocol, String, File, String, String, Date) - Static method in enum com.amazonaws.services.cloudfront.CloudFrontCookieSigner
Returns signed cookies that grants universal access to private content until a given date.
getCookiesForCannedPolicy(SignerUtils.Protocol, String, PrivateKey, String, String, Date) - Static method in enum com.amazonaws.services.cloudfront.CloudFrontCookieSigner
Returns signed cookies that grants universal access to private content until a given date.
getCookiesForCannedPolicy(String, String, File, Date) - Static method in enum com.amazonaws.services.cloudfront.CloudFrontCookieSigner
Generate signed cookies that allows access to a specific distribution and resource path by applying a access restrictions from a "canned" (simplified) policy document.
getCookiesForCannedPolicy(String, String, PrivateKey, Date) - Static method in enum com.amazonaws.services.cloudfront.CloudFrontCookieSigner
Generate signed cookies that allows access to a specific distribution and resource path by applying a access restrictions from a "canned" (simplified) policy document.
getCookiesForCustomPolicy(SignerUtils.Protocol, String, File, String, String, Date, Date, String) - Static method in enum com.amazonaws.services.cloudfront.CloudFrontCookieSigner
Returns signed cookies that provides tailored access to private content based on an access time window and an ip range.
getCookiesForCustomPolicy(SignerUtils.Protocol, String, PrivateKey, String, String, Date, Date, String) - Static method in enum com.amazonaws.services.cloudfront.CloudFrontCookieSigner
Returns signed cookies that provides tailored access to private content based on an access time window and an ip range.
getCookiesForCustomPolicy(String, PrivateKey, String, Date, Date, String) - Static method in enum com.amazonaws.services.cloudfront.CloudFrontCookieSigner
Returns signed cookies that provides tailored access to private content based on an access time window and an ip range.
getCookiesForCustomPolicy(SignerUtils.Protocol, String, PrivateKey, String, String, Date, String) - Static method in enum com.amazonaws.services.cloudfront.CloudFrontCookieSigner
Returns signed cookies that provides tailored access to private content based on an access time window and an ip range.
getCreateTime() - Method in class com.amazonaws.services.cloudfront.model.Invalidation
The date and time the invalidation request was first made.
getCreateTime() - Method in class com.amazonaws.services.cloudfront.model.InvalidationSummary
 
getCustomErrorResponses() - Method in class com.amazonaws.services.cloudfront.model.DistributionConfig
A complex type that controls the following:
getCustomErrorResponses() - Method in class com.amazonaws.services.cloudfront.model.DistributionSummary
A complex type that contains zero or more CustomErrorResponses elements.
getCustomHeaders() - Method in class com.amazonaws.services.cloudfront.model.Origin
A complex type that contains names and values for the custom headers that you want.
getCustomOriginConfig() - Method in class com.amazonaws.services.cloudfront.model.Origin
A complex type that contains information about a custom origin.
getDefaultCacheBehavior() - Method in class com.amazonaws.services.cloudfront.model.DistributionConfig
A complex type that describes the default cache behavior if you do not specify a CacheBehavior element or if files don't match any of the values of PathPattern in CacheBehavior elements.
getDefaultCacheBehavior() - Method in class com.amazonaws.services.cloudfront.model.DistributionSummary
A complex type that describes the default cache behavior if you do not specify a CacheBehavior element or if files don't match any of the values of PathPattern in CacheBehavior elements.
getDefaultRootObject() - Method in class com.amazonaws.services.cloudfront.model.DistributionConfig
The object that you want CloudFront to request from your origin (for example, index.html) when a viewer requests the root URL for your distribution (http://www.example.com) instead of an object in your distribution (http://www.example.com/product-description.html).
getDefaultTTL() - Method in class com.amazonaws.services.cloudfront.model.CacheBehavior
The default amount of time that you want objects to stay in CloudFront caches before CloudFront forwards another request to your origin to determine whether the object has been updated.
getDefaultTTL() - Method in class com.amazonaws.services.cloudfront.model.DefaultCacheBehavior
The default amount of time that you want objects to stay in CloudFront caches before CloudFront forwards another request to your origin to determine whether the object has been updated.
getDerBytes() - Method in class com.amazonaws.auth.PEMObject
 
getDistribution(GetDistributionRequest) - Method in class com.amazonaws.services.cloudfront.AbstractAmazonCloudFront
 
getDistribution(GetDistributionRequest) - Method in interface com.amazonaws.services.cloudfront.AmazonCloudFront
Get the information about a distribution.
getDistribution(GetDistributionRequest) - Method in class com.amazonaws.services.cloudfront.AmazonCloudFrontClient
Get the information about a distribution.
getDistribution() - Method in class com.amazonaws.services.cloudfront.model.CreateDistributionResult
The distribution's information.
getDistribution() - Method in class com.amazonaws.services.cloudfront.model.CreateDistributionWithTagsResult
The distribution's information.
getDistribution() - Method in class com.amazonaws.services.cloudfront.model.GetDistributionResult
The distribution's information.
getDistribution() - Method in class com.amazonaws.services.cloudfront.model.UpdateDistributionResult
The distribution's information.
getDistributionAsync(GetDistributionRequest) - Method in class com.amazonaws.services.cloudfront.AbstractAmazonCloudFrontAsync
 
getDistributionAsync(GetDistributionRequest, AsyncHandler<GetDistributionRequest, GetDistributionResult>) - Method in class com.amazonaws.services.cloudfront.AbstractAmazonCloudFrontAsync
 
getDistributionAsync(GetDistributionRequest) - Method in interface com.amazonaws.services.cloudfront.AmazonCloudFrontAsync
Get the information about a distribution.
getDistributionAsync(GetDistributionRequest, AsyncHandler<GetDistributionRequest, GetDistributionResult>) - Method in interface com.amazonaws.services.cloudfront.AmazonCloudFrontAsync
Get the information about a distribution.
getDistributionAsync(GetDistributionRequest) - Method in class com.amazonaws.services.cloudfront.AmazonCloudFrontAsyncClient
 
getDistributionAsync(GetDistributionRequest, AsyncHandler<GetDistributionRequest, GetDistributionResult>) - Method in class com.amazonaws.services.cloudfront.AmazonCloudFrontAsyncClient
 
getDistributionConfig(GetDistributionConfigRequest) - Method in class com.amazonaws.services.cloudfront.AbstractAmazonCloudFront
 
getDistributionConfig(GetDistributionConfigRequest) - Method in interface com.amazonaws.services.cloudfront.AmazonCloudFront
Get the configuration information about a distribution.
getDistributionConfig(GetDistributionConfigRequest) - Method in class com.amazonaws.services.cloudfront.AmazonCloudFrontClient
Get the configuration information about a distribution.
getDistributionConfig() - Method in class com.amazonaws.services.cloudfront.model.CreateDistributionRequest
The distribution's configuration information.
getDistributionConfig() - Method in class com.amazonaws.services.cloudfront.model.Distribution
The current configuration information for the distribution.
getDistributionConfig() - Method in class com.amazonaws.services.cloudfront.model.DistributionConfigWithTags
A distribution configuration.
getDistributionConfig() - Method in class com.amazonaws.services.cloudfront.model.GetDistributionConfigResult
The distribution's configuration information.
getDistributionConfig() - Method in class com.amazonaws.services.cloudfront.model.UpdateDistributionRequest
The distribution's configuration information.
getDistributionConfigAsync(GetDistributionConfigRequest) - Method in class com.amazonaws.services.cloudfront.AbstractAmazonCloudFrontAsync
 
getDistributionConfigAsync(GetDistributionConfigRequest, AsyncHandler<GetDistributionConfigRequest, GetDistributionConfigResult>) - Method in class com.amazonaws.services.cloudfront.AbstractAmazonCloudFrontAsync
 
getDistributionConfigAsync(GetDistributionConfigRequest) - Method in interface com.amazonaws.services.cloudfront.AmazonCloudFrontAsync
Get the configuration information about a distribution.
getDistributionConfigAsync(GetDistributionConfigRequest, AsyncHandler<GetDistributionConfigRequest, GetDistributionConfigResult>) - Method in interface com.amazonaws.services.cloudfront.AmazonCloudFrontAsync
Get the configuration information about a distribution.
getDistributionConfigAsync(GetDistributionConfigRequest) - Method in class com.amazonaws.services.cloudfront.AmazonCloudFrontAsyncClient
 
getDistributionConfigAsync(GetDistributionConfigRequest, AsyncHandler<GetDistributionConfigRequest, GetDistributionConfigResult>) - Method in class com.amazonaws.services.cloudfront.AmazonCloudFrontAsyncClient
 
GetDistributionConfigRequest - Class in com.amazonaws.services.cloudfront.model
The request to get a distribution configuration.
GetDistributionConfigRequest() - Constructor for class com.amazonaws.services.cloudfront.model.GetDistributionConfigRequest
Default constructor for GetDistributionConfigRequest object.
GetDistributionConfigRequest(String) - Constructor for class com.amazonaws.services.cloudfront.model.GetDistributionConfigRequest
Constructs a new GetDistributionConfigRequest object.
GetDistributionConfigResult - Class in com.amazonaws.services.cloudfront.model
The returned result of the corresponding request.
GetDistributionConfigResult() - Constructor for class com.amazonaws.services.cloudfront.model.GetDistributionConfigResult
 
getDistributionConfigWithTags() - Method in class com.amazonaws.services.cloudfront.model.CreateDistributionWithTagsRequest
The distribution's configuration information.
GetDistributionFunction - Class in com.amazonaws.services.cloudfront.waiters
 
GetDistributionFunction(AmazonCloudFront) - Constructor for class com.amazonaws.services.cloudfront.waiters.GetDistributionFunction
Constructs a new GetDistributionFunction with the given client
getDistributionId() - Method in class com.amazonaws.services.cloudfront.model.CreateInvalidationRequest
The distribution's id.
getDistributionId() - Method in class com.amazonaws.services.cloudfront.model.GetInvalidationRequest
The distribution's ID.
getDistributionId() - Method in class com.amazonaws.services.cloudfront.model.ListInvalidationsRequest
The distribution's ID.
getDistributionList() - Method in class com.amazonaws.services.cloudfront.model.ListDistributionsByWebACLIdResult
The DistributionList type.
getDistributionList() - Method in class com.amazonaws.services.cloudfront.model.ListDistributionsResult
The DistributionList type.
GetDistributionRequest - Class in com.amazonaws.services.cloudfront.model
The request to get a distribution's information.
GetDistributionRequest() - Constructor for class com.amazonaws.services.cloudfront.model.GetDistributionRequest
Default constructor for GetDistributionRequest object.
GetDistributionRequest(String) - Constructor for class com.amazonaws.services.cloudfront.model.GetDistributionRequest
Constructs a new GetDistributionRequest object.
GetDistributionResult - Class in com.amazonaws.services.cloudfront.model
The returned result of the corresponding request.
GetDistributionResult() - Constructor for class com.amazonaws.services.cloudfront.model.GetDistributionResult
 
getDomainName() - Method in class com.amazonaws.services.cloudfront.model.Distribution
The domain name corresponding to the distribution.
getDomainName() - Method in class com.amazonaws.services.cloudfront.model.DistributionSummary
The domain name that corresponds to the distribution.
getDomainName() - Method in class com.amazonaws.services.cloudfront.model.Origin
Amazon S3 origins: The DNS name of the Amazon S3 bucket from which you want CloudFront to get objects for this origin, for example, myawsbucket.s3.amazonaws.com.
getDomainName() - Method in class com.amazonaws.services.cloudfront.model.S3Origin
The DNS name of the Amazon S3 origin.
getDomainName() - Method in class com.amazonaws.services.cloudfront.model.StreamingDistribution
The domain name that corresponds to the streaming distribution.
getDomainName() - Method in class com.amazonaws.services.cloudfront.model.StreamingDistributionSummary
The domain name corresponding to the distribution.
getEnabled() - Method in class com.amazonaws.services.cloudfront.model.ActiveTrustedSigners
Enabled is true if any of the AWS accounts listed in the TrustedSigners complex type for this RTMP distribution have active CloudFront key pairs.
getEnabled() - Method in class com.amazonaws.services.cloudfront.model.DistributionConfig
From this field, you can enable or disable the selected distribution.
getEnabled() - Method in class com.amazonaws.services.cloudfront.model.DistributionSummary
Whether the distribution is enabled to accept user requests for content.
getEnabled() - Method in class com.amazonaws.services.cloudfront.model.LoggingConfig
Specifies whether you want CloudFront to save access logs to an Amazon S3 bucket.
getEnabled() - Method in class com.amazonaws.services.cloudfront.model.StreamingDistributionConfig
Whether the streaming distribution is enabled to accept user requests for content.
getEnabled() - Method in class com.amazonaws.services.cloudfront.model.StreamingDistributionSummary
Whether the distribution is enabled to accept end user requests for content.
getEnabled() - Method in class com.amazonaws.services.cloudfront.model.StreamingLoggingConfig
Specifies whether you want CloudFront to save access logs to an Amazon S3 bucket.
getEnabled() - Method in class com.amazonaws.services.cloudfront.model.TrustedSigners
Specifies whether you want to require viewers to use signed URLs to access the files specified by PathPattern and TargetOriginId.
getErrorCachingMinTTL() - Method in class com.amazonaws.services.cloudfront.model.CustomErrorResponse
The minimum amount of time, in seconds, that you want CloudFront to cache the HTTP status code specified in ErrorCode.
getErrorCode() - Method in class com.amazonaws.services.cloudfront.model.CustomErrorResponse
The HTTP status code for which you want to specify a custom error page and/or a caching duration.
getETag() - Method in class com.amazonaws.services.cloudfront.model.CreateCloudFrontOriginAccessIdentityResult
The current version of the origin access identity created.
getETag() - Method in class com.amazonaws.services.cloudfront.model.CreateDistributionResult
The current version of the distribution created.
getETag() - Method in class com.amazonaws.services.cloudfront.model.CreateDistributionWithTagsResult
The current version of the distribution created.
getETag() - Method in class com.amazonaws.services.cloudfront.model.CreateStreamingDistributionResult
The current version of the streaming distribution created.
getETag() - Method in class com.amazonaws.services.cloudfront.model.CreateStreamingDistributionWithTagsResult
 
getETag() - Method in class com.amazonaws.services.cloudfront.model.GetCloudFrontOriginAccessIdentityConfigResult
The current version of the configuration.
getETag() - Method in class com.amazonaws.services.cloudfront.model.GetCloudFrontOriginAccessIdentityResult
The current version of the origin access identity's information.
getETag() - Method in class com.amazonaws.services.cloudfront.model.GetDistributionConfigResult
The current version of the configuration.
getETag() - Method in class com.amazonaws.services.cloudfront.model.GetDistributionResult
The current version of the distribution's information.
getETag() - Method in class com.amazonaws.services.cloudfront.model.GetStreamingDistributionConfigResult
The current version of the configuration.
getETag() - Method in class com.amazonaws.services.cloudfront.model.GetStreamingDistributionResult
The current version of the streaming distribution's information.
getETag() - Method in class com.amazonaws.services.cloudfront.model.UpdateCloudFrontOriginAccessIdentityResult
The current version of the configuration.
getETag() - Method in class com.amazonaws.services.cloudfront.model.UpdateDistributionResult
The current version of the configuration.
getETag() - Method in class com.amazonaws.services.cloudfront.model.UpdateStreamingDistributionResult
The current version of the configuration.
getEventType() - Method in class com.amazonaws.services.cloudfront.model.LambdaFunctionAssociation
Specifies the event type that triggers a Lambda function invocation.
getExecutorService() - Method in class com.amazonaws.services.cloudfront.AmazonCloudFrontAsyncClient
Returns the executor service used by this client to execute async requests.
getExpires() - Method in class com.amazonaws.services.cloudfront.CloudFrontCookieSigner.CookiesForCannedPolicy
 
getForward() - Method in class com.amazonaws.services.cloudfront.model.CookiePreference
Specifies which cookies to forward to the origin for this cache behavior: all, none, or the list of cookies specified in the WhitelistedNames complex type.
getForwardedValues() - Method in class com.amazonaws.services.cloudfront.model.CacheBehavior
A complex type that specifies how CloudFront handles query strings and cookies.
getForwardedValues() - Method in class com.amazonaws.services.cloudfront.model.DefaultCacheBehavior
A complex type that specifies how CloudFront handles query strings and cookies.
getGeoRestriction() - Method in class com.amazonaws.services.cloudfront.model.Restrictions
 
getHeaderName() - Method in class com.amazonaws.services.cloudfront.model.OriginCustomHeader
The name of a header that you want CloudFront to forward to your origin.
getHeaders() - Method in class com.amazonaws.services.cloudfront.model.ForwardedValues
A complex type that specifies the Headers, if any, that you want CloudFront to vary upon for this cache behavior.
getHeaderValue() - Method in class com.amazonaws.services.cloudfront.model.OriginCustomHeader
The value for the header that you specified in the HeaderName field.
getHTTPPort() - Method in class com.amazonaws.services.cloudfront.model.CustomOriginConfig
The HTTP port the custom origin listens on.
getHTTPSPort() - Method in class com.amazonaws.services.cloudfront.model.CustomOriginConfig
The HTTPS port the custom origin listens on.
getHttpVersion() - Method in class com.amazonaws.services.cloudfront.model.DistributionConfig
(Optional) Specify the maximum HTTP version that you want viewers to use to communicate with CloudFront.
getHttpVersion() - Method in class com.amazonaws.services.cloudfront.model.DistributionSummary
Specify the maximum HTTP version that you want viewers to use to communicate with CloudFront.
getIAMCertificateId() - Method in class com.amazonaws.services.cloudfront.model.ViewerCertificate
 
getId() - Method in class com.amazonaws.services.cloudfront.model.CloudFrontOriginAccessIdentity
The ID for the origin access identity.
getId() - Method in class com.amazonaws.services.cloudfront.model.CloudFrontOriginAccessIdentitySummary
The ID for the origin access identity.
getId() - Method in class com.amazonaws.services.cloudfront.model.DeleteCloudFrontOriginAccessIdentityRequest
The origin access identity's ID.
getId() - Method in class com.amazonaws.services.cloudfront.model.DeleteDistributionRequest
The distribution ID.
getId() - Method in class com.amazonaws.services.cloudfront.model.DeleteStreamingDistributionRequest
The distribution ID.
getId() - Method in class com.amazonaws.services.cloudfront.model.Distribution
The identifier for the distribution.
getId() - Method in class com.amazonaws.services.cloudfront.model.DistributionSummary
The identifier for the distribution.
getId() - Method in class com.amazonaws.services.cloudfront.model.GetCloudFrontOriginAccessIdentityConfigRequest
The identity's ID.
getId() - Method in class com.amazonaws.services.cloudfront.model.GetCloudFrontOriginAccessIdentityRequest
The identity's ID.
getId() - Method in class com.amazonaws.services.cloudfront.model.GetDistributionConfigRequest
The distribution's ID.
getId() - Method in class com.amazonaws.services.cloudfront.model.GetDistributionRequest
The distribution's ID.
getId() - Method in class com.amazonaws.services.cloudfront.model.GetInvalidationRequest
The identifier for the invalidation request, for example, IDFDVBD632BHDS5.
getId() - Method in class com.amazonaws.services.cloudfront.model.GetStreamingDistributionConfigRequest
The streaming distribution's ID.
getId() - Method in class com.amazonaws.services.cloudfront.model.GetStreamingDistributionRequest
The streaming distribution's ID.
getId() - Method in class com.amazonaws.services.cloudfront.model.Invalidation
The identifier for the invalidation request.
getId() - Method in class com.amazonaws.services.cloudfront.model.InvalidationSummary
The unique ID for an invalidation request.
getId() - Method in class com.amazonaws.services.cloudfront.model.Origin
A unique identifier for the origin.
getId() - Method in class com.amazonaws.services.cloudfront.model.StreamingDistribution
The identifier for the RTMP distribution.
getId() - Method in class com.amazonaws.services.cloudfront.model.StreamingDistributionSummary
The identifier for the distribution.
getId() - Method in class com.amazonaws.services.cloudfront.model.UpdateCloudFrontOriginAccessIdentityRequest
The identity's id.
getId() - Method in class com.amazonaws.services.cloudfront.model.UpdateDistributionRequest
The distribution's id.
getId() - Method in class com.amazonaws.services.cloudfront.model.UpdateStreamingDistributionRequest
The streaming distribution's id.
getIfMatch() - Method in class com.amazonaws.services.cloudfront.model.DeleteCloudFrontOriginAccessIdentityRequest
The value of the ETag header you received from a previous GET or PUT request.
getIfMatch() - Method in class com.amazonaws.services.cloudfront.model.DeleteDistributionRequest
The value of the ETag header that you received when you disabled the distribution.
getIfMatch() - Method in class com.amazonaws.services.cloudfront.model.DeleteStreamingDistributionRequest
The value of the ETag header that you received when you disabled the streaming distribution.
getIfMatch() - Method in class com.amazonaws.services.cloudfront.model.UpdateCloudFrontOriginAccessIdentityRequest
The value of the ETag header that you received when retrieving the identity's configuration.
getIfMatch() - Method in class com.amazonaws.services.cloudfront.model.UpdateDistributionRequest
The value of the ETag header that you received when retrieving the distribution's configuration.
getIfMatch() - Method in class com.amazonaws.services.cloudfront.model.UpdateStreamingDistributionRequest
The value of the ETag header that you received when retrieving the streaming distribution's configuration.
getIncludeCookies() - Method in class com.amazonaws.services.cloudfront.model.LoggingConfig
Specifies whether you want CloudFront to include cookies in access logs, specify true for IncludeCookies.
getInProgressInvalidationBatches() - Method in class com.amazonaws.services.cloudfront.model.Distribution
The number of invalidation batches currently in progress.
getInvalidation(GetInvalidationRequest) - Method in class com.amazonaws.services.cloudfront.AbstractAmazonCloudFront
 
getInvalidation(GetInvalidationRequest) - Method in interface com.amazonaws.services.cloudfront.AmazonCloudFront
Get the information about an invalidation.
getInvalidation(GetInvalidationRequest) - Method in class com.amazonaws.services.cloudfront.AmazonCloudFrontClient
Get the information about an invalidation.
getInvalidation() - Method in class com.amazonaws.services.cloudfront.model.CreateInvalidationResult
The invalidation's information.
getInvalidation() - Method in class com.amazonaws.services.cloudfront.model.GetInvalidationResult
The invalidation's information.
getInvalidationAsync(GetInvalidationRequest) - Method in class com.amazonaws.services.cloudfront.AbstractAmazonCloudFrontAsync
 
getInvalidationAsync(GetInvalidationRequest, AsyncHandler<GetInvalidationRequest, GetInvalidationResult>) - Method in class com.amazonaws.services.cloudfront.AbstractAmazonCloudFrontAsync
 
getInvalidationAsync(GetInvalidationRequest) - Method in interface com.amazonaws.services.cloudfront.AmazonCloudFrontAsync
Get the information about an invalidation.
getInvalidationAsync(GetInvalidationRequest, AsyncHandler<GetInvalidationRequest, GetInvalidationResult>) - Method in interface com.amazonaws.services.cloudfront.AmazonCloudFrontAsync
Get the information about an invalidation.
getInvalidationAsync(GetInvalidationRequest) - Method in class com.amazonaws.services.cloudfront.AmazonCloudFrontAsyncClient
 
getInvalidationAsync(GetInvalidationRequest, AsyncHandler<GetInvalidationRequest, GetInvalidationResult>) - Method in class com.amazonaws.services.cloudfront.AmazonCloudFrontAsyncClient
 
getInvalidationBatch() - Method in class com.amazonaws.services.cloudfront.model.CreateInvalidationRequest
The batch information for the invalidation.
getInvalidationBatch() - Method in class com.amazonaws.services.cloudfront.model.Invalidation
The current invalidation information for the batch request.
GetInvalidationFunction - Class in com.amazonaws.services.cloudfront.waiters
 
GetInvalidationFunction(AmazonCloudFront) - Constructor for class com.amazonaws.services.cloudfront.waiters.GetInvalidationFunction
Constructs a new GetInvalidationFunction with the given client
getInvalidationList() - Method in class com.amazonaws.services.cloudfront.model.ListInvalidationsResult
Information about invalidation batches.
GetInvalidationRequest - Class in com.amazonaws.services.cloudfront.model
The request to get an invalidation's information.
GetInvalidationRequest() - Constructor for class com.amazonaws.services.cloudfront.model.GetInvalidationRequest
Default constructor for GetInvalidationRequest object.
GetInvalidationRequest(String, String) - Constructor for class com.amazonaws.services.cloudfront.model.GetInvalidationRequest
Constructs a new GetInvalidationRequest object.
GetInvalidationResult - Class in com.amazonaws.services.cloudfront.model
The returned result of the corresponding request.
GetInvalidationResult() - Constructor for class com.amazonaws.services.cloudfront.model.GetInvalidationResult
 
getIsIPV6Enabled() - Method in class com.amazonaws.services.cloudfront.model.DistributionConfig
If you want CloudFront to respond to IPv6 DNS requests with an IPv6 address for your distribution, specify true.
getIsIPV6Enabled() - Method in class com.amazonaws.services.cloudfront.model.DistributionSummary
Whether CloudFront responds to IPv6 DNS requests with an IPv6 address for your distribution.
getIsTruncated() - Method in class com.amazonaws.services.cloudfront.model.CloudFrontOriginAccessIdentityList
A flag that indicates whether more origin access identities remain to be listed.
getIsTruncated() - Method in class com.amazonaws.services.cloudfront.model.DistributionList
A flag that indicates whether more distributions remain to be listed.
getIsTruncated() - Method in class com.amazonaws.services.cloudfront.model.InvalidationList
A flag that indicates whether more invalidation batch requests remain to be listed.
getIsTruncated() - Method in class com.amazonaws.services.cloudfront.model.StreamingDistributionList
A flag that indicates whether more streaming distributions remain to be listed.
getItems() - Method in class com.amazonaws.services.cloudfront.model.ActiveTrustedSigners
A complex type that contains one Signer complex type for each trusted signer that is specified in the TrustedSigners complex type.
getItems() - Method in class com.amazonaws.services.cloudfront.model.Aliases
A complex type that contains the CNAME aliases, if any, that you want to associate with this distribution.
getItems() - Method in class com.amazonaws.services.cloudfront.model.AllowedMethods
A complex type that contains the HTTP methods that you want CloudFront to process and forward to your origin.
getItems() - Method in class com.amazonaws.services.cloudfront.model.CacheBehaviors
Optional: A complex type that contains cache behaviors for this distribution.
getItems() - Method in class com.amazonaws.services.cloudfront.model.CachedMethods
A complex type that contains the HTTP methods that you want CloudFront to cache responses to.
getItems() - Method in class com.amazonaws.services.cloudfront.model.CloudFrontOriginAccessIdentityList
A complex type that contains one CloudFrontOriginAccessIdentitySummary element for each origin access identity that was created by the current AWS account.
getItems() - Method in class com.amazonaws.services.cloudfront.model.CookieNames
A complex type that contains one Name element for each cookie that you want CloudFront to forward to the origin for this cache behavior.
getItems() - Method in class com.amazonaws.services.cloudfront.model.CustomErrorResponses
A complex type that contains a CustomErrorResponse element for each HTTP status code for which you want to specify a custom error page and/or a caching duration.
getItems() - Method in class com.amazonaws.services.cloudfront.model.CustomHeaders
Optional: A list that contains one OriginCustomHeader element for each custom header that you want CloudFront to forward to the origin.
getItems() - Method in class com.amazonaws.services.cloudfront.model.DistributionList
A complex type that contains one DistributionSummary element for each distribution that was created by the current AWS account.
getItems() - Method in class com.amazonaws.services.cloudfront.model.GeoRestriction
A complex type that contains a Location element for each country in which you want CloudFront either to distribute your content (whitelist) or not distribute your content (blacklist).
getItems() - Method in class com.amazonaws.services.cloudfront.model.Headers
A complex type that contains one Name element for each header that you want CloudFront to forward to the origin and to vary on for this cache behavior.
getItems() - Method in class com.amazonaws.services.cloudfront.model.InvalidationList
A complex type that contains one InvalidationSummary element for each invalidation batch created by the current AWS account.
getItems() - Method in class com.amazonaws.services.cloudfront.model.KeyPairIds
A complex type that lists the active CloudFront key pairs, if any, that are associated with AwsAccountNumber.
getItems() - Method in class com.amazonaws.services.cloudfront.model.LambdaFunctionAssociations
Optional: A complex type that contains LambdaFunctionAssociation items for this cache behavior.
getItems() - Method in class com.amazonaws.services.cloudfront.model.Origins
A complex type that contains origins for this distribution.
getItems() - Method in class com.amazonaws.services.cloudfront.model.OriginSslProtocols
A list that contains allowed SSL/TLS protocols for this distribution.
getItems() - Method in class com.amazonaws.services.cloudfront.model.Paths
A complex type that contains a list of the paths that you want to invalidate.
getItems() - Method in class com.amazonaws.services.cloudfront.model.QueryStringCacheKeys
(Optional) A list that contains the query string parameters that you want CloudFront to use as a basis for caching for this cache behavior.
getItems() - Method in class com.amazonaws.services.cloudfront.model.StreamingDistributionList
A complex type that contains one StreamingDistributionSummary element for each distribution that was created by the current AWS account.
getItems() - Method in class com.amazonaws.services.cloudfront.model.TagKeys
A complex type that contains Tag key elements.
getItems() - Method in class com.amazonaws.services.cloudfront.model.Tags
A complex type that contains Tag elements.
getItems() - Method in class com.amazonaws.services.cloudfront.model.TrustedSigners
Optional: A complex type that contains trusted signers for this cache behavior.
getKey() - Method in class com.amazonaws.services.cloudfront.CloudFrontCookieSigner.SignedCookies.CookieKeyValuePair
 
getKey() - Method in class com.amazonaws.services.cloudfront.model.Tag
A string that contains Tag key.
getKeyPairId() - Method in class com.amazonaws.services.cloudfront.CloudFrontCookieSigner.SignedCookies
 
getKeyPairIds() - Method in class com.amazonaws.services.cloudfront.model.Signer
A complex type that lists the active CloudFront key pairs, if any, that are associated with AwsAccountNumber.
getLambdaFunctionARN() - Method in class com.amazonaws.services.cloudfront.model.LambdaFunctionAssociation
The ARN of the Lambda function.
getLambdaFunctionAssociations() - Method in class com.amazonaws.services.cloudfront.model.CacheBehavior
A complex type that contains zero or more Lambda function associations for a cache behavior.
getLambdaFunctionAssociations() - Method in class com.amazonaws.services.cloudfront.model.DefaultCacheBehavior
A complex type that contains zero or more Lambda function associations for a cache behavior.
getLastModifiedTime() - Method in class com.amazonaws.services.cloudfront.model.Distribution
The date and time the distribution was last modified.
getLastModifiedTime() - Method in class com.amazonaws.services.cloudfront.model.DistributionSummary
The date and time the distribution was last modified.
getLastModifiedTime() - Method in class com.amazonaws.services.cloudfront.model.StreamingDistribution
The date and time that the distribution was last modified.
getLastModifiedTime() - Method in class com.amazonaws.services.cloudfront.model.StreamingDistributionSummary
The date and time the distribution was last modified.
getLocation() - Method in class com.amazonaws.services.cloudfront.model.CreateCloudFrontOriginAccessIdentityResult
The fully qualified URI of the new origin access identity just created.
getLocation() - Method in class com.amazonaws.services.cloudfront.model.CreateDistributionResult
The fully qualified URI of the new distribution resource just created.
getLocation() - Method in class com.amazonaws.services.cloudfront.model.CreateDistributionWithTagsResult
The fully qualified URI of the new distribution resource just created.
getLocation() - Method in class com.amazonaws.services.cloudfront.model.CreateInvalidationResult
The fully qualified URI of the distribution and invalidation batch request, including the Invalidation ID.
getLocation() - Method in class com.amazonaws.services.cloudfront.model.CreateStreamingDistributionResult
The fully qualified URI of the new streaming distribution resource just created.
getLocation() - Method in class com.amazonaws.services.cloudfront.model.CreateStreamingDistributionWithTagsResult
The fully qualified URI of the new streaming distribution resource just created.
getLogging() - Method in class com.amazonaws.services.cloudfront.model.DistributionConfig
A complex type that controls whether access logs are written for the distribution.
getLogging() - Method in class com.amazonaws.services.cloudfront.model.StreamingDistributionConfig
A complex type that controls whether access logs are written for the streaming distribution.
getMarker() - Method in class com.amazonaws.services.cloudfront.model.CloudFrontOriginAccessIdentityList
Use this when paginating results to indicate where to begin in your list of origin access identities.
getMarker() - Method in class com.amazonaws.services.cloudfront.model.DistributionList
The value you provided for the Marker request parameter.
getMarker() - Method in class com.amazonaws.services.cloudfront.model.InvalidationList
The value that you provided for the Marker request parameter.
getMarker() - Method in class com.amazonaws.services.cloudfront.model.ListCloudFrontOriginAccessIdentitiesRequest
Use this when paginating results to indicate where to begin in your list of origin access identities.
getMarker() - Method in class com.amazonaws.services.cloudfront.model.ListDistributionsByWebACLIdRequest
Use Marker and MaxItems to control pagination of results.
getMarker() - Method in class com.amazonaws.services.cloudfront.model.ListDistributionsRequest
Use this when paginating results to indicate where to begin in your list of distributions.
getMarker() - Method in class com.amazonaws.services.cloudfront.model.ListInvalidationsRequest
Use this parameter when paginating results to indicate where to begin in your list of invalidation batches.
getMarker() - Method in class com.amazonaws.services.cloudfront.model.ListStreamingDistributionsRequest
The value that you provided for the Marker request parameter.
getMarker() - Method in class com.amazonaws.services.cloudfront.model.StreamingDistributionList
The value you provided for the Marker request parameter.
getMaxItems() - Method in class com.amazonaws.services.cloudfront.model.CloudFrontOriginAccessIdentityList
The maximum number of origin access identities you want in the response body.
getMaxItems() - Method in class com.amazonaws.services.cloudfront.model.DistributionList
The value you provided for the MaxItems request parameter.
getMaxItems() - Method in class com.amazonaws.services.cloudfront.model.InvalidationList
The value that you provided for the MaxItems request parameter.
getMaxItems() - Method in class com.amazonaws.services.cloudfront.model.ListCloudFrontOriginAccessIdentitiesRequest
The maximum number of origin access identities you want in the response body.
getMaxItems() - Method in class com.amazonaws.services.cloudfront.model.ListDistributionsByWebACLIdRequest
The maximum number of distributions that you want CloudFront to return in the response body.
getMaxItems() - Method in class com.amazonaws.services.cloudfront.model.ListDistributionsRequest
The maximum number of distributions you want in the response body.
getMaxItems() - Method in class com.amazonaws.services.cloudfront.model.ListInvalidationsRequest
The maximum number of invalidation batches that you want in the response body.
getMaxItems() - Method in class com.amazonaws.services.cloudfront.model.ListStreamingDistributionsRequest
The value that you provided for the MaxItems request parameter.
getMaxItems() - Method in class com.amazonaws.services.cloudfront.model.StreamingDistributionList
The value you provided for the MaxItems request parameter.
getMaxTTL() - Method in class com.amazonaws.services.cloudfront.model.CacheBehavior
The maximum amount of time that you want objects to stay in CloudFront caches before CloudFront forwards another request to your origin to determine whether the object has been updated.
getMaxTTL() - Method in class com.amazonaws.services.cloudfront.model.DefaultCacheBehavior
 
getMinimumProtocolVersion() - Method in class com.amazonaws.services.cloudfront.model.ViewerCertificate
Specify the minimum version of the SSL/TLS protocol that you want CloudFront to use for HTTPS connections between viewers and CloudFront: SSLv3 or TLSv1.
getMinTTL() - Method in class com.amazonaws.services.cloudfront.model.CacheBehavior
The minimum amount of time that you want objects to stay in CloudFront caches before CloudFront forwards another request to your origin to determine whether the object has been updated.
getMinTTL() - Method in class com.amazonaws.services.cloudfront.model.DefaultCacheBehavior
The minimum amount of time that you want objects to stay in CloudFront caches before CloudFront forwards another request to your origin to determine whether the object has been updated.
getNextMarker() - Method in class com.amazonaws.services.cloudfront.model.CloudFrontOriginAccessIdentityList
If IsTruncated is true, this element is present and contains the value you can use for the Marker request parameter to continue listing your origin access identities where they left off.
getNextMarker() - Method in class com.amazonaws.services.cloudfront.model.DistributionList
If IsTruncated is true, this element is present and contains the value you can use for the Marker request parameter to continue listing your distributions where they left off.
getNextMarker() - Method in class com.amazonaws.services.cloudfront.model.InvalidationList
If IsTruncated is true, this element is present and contains the value that you can use for the Marker request parameter to continue listing your invalidation batches where they left off.
getNextMarker() - Method in class com.amazonaws.services.cloudfront.model.StreamingDistributionList
If IsTruncated is true, this element is present and contains the value you can use for the Marker request parameter to continue listing your RTMP distributions where they left off.
getOriginAccessIdentity() - Method in class com.amazonaws.services.cloudfront.model.S3Origin
The CloudFront origin access identity to associate with the RTMP distribution.
getOriginAccessIdentity() - Method in class com.amazonaws.services.cloudfront.model.S3OriginConfig
The CloudFront origin access identity to associate with the origin.
getOriginKeepaliveTimeout() - Method in class com.amazonaws.services.cloudfront.model.CustomOriginConfig
You can create a custom keep-alive timeout.
getOriginPath() - Method in class com.amazonaws.services.cloudfront.model.Origin
An optional element that causes CloudFront to request your content from a directory in your Amazon S3 bucket or your custom origin.
getOriginProtocolPolicy() - Method in class com.amazonaws.services.cloudfront.model.CustomOriginConfig
The origin protocol policy to apply to your origin.
getOriginReadTimeout() - Method in class com.amazonaws.services.cloudfront.model.CustomOriginConfig
You can create a custom origin read timeout.
getOrigins() - Method in class com.amazonaws.services.cloudfront.model.DistributionConfig
A complex type that contains information about origins for this distribution.
getOrigins() - Method in class com.amazonaws.services.cloudfront.model.DistributionSummary
A complex type that contains information about origins for this distribution.
getOriginSslProtocols() - Method in class com.amazonaws.services.cloudfront.model.CustomOriginConfig
The SSL/TLS protocols that you want CloudFront to use when communicating with your origin over HTTPS.
getPathPattern() - Method in class com.amazonaws.services.cloudfront.model.CacheBehavior
The pattern (for example, images/*.jpg) that specifies which requests to apply the behavior to.
getPaths() - Method in class com.amazonaws.services.cloudfront.model.InvalidationBatch
A complex type that contains information about the objects that you want to invalidate.
getPEMObjectType() - Method in class com.amazonaws.auth.PEMObject
 
getPolicy() - Method in class com.amazonaws.services.cloudfront.CloudFrontCookieSigner.CookiesForCustomPolicy
 
getPrefix() - Method in class com.amazonaws.services.cloudfront.model.LoggingConfig
An optional string that you want CloudFront to prefix to the access log filenames for this distribution, for example, myprefix/.
getPrefix() - Method in class com.amazonaws.services.cloudfront.model.StreamingLoggingConfig
An optional string that you want CloudFront to prefix to the access log filenames for this streaming distribution, for example, myprefix/.
getPriceClass() - Method in class com.amazonaws.services.cloudfront.model.DistributionConfig
The price class that corresponds with the maximum price that you want to pay for CloudFront service.
getPriceClass() - Method in class com.amazonaws.services.cloudfront.model.DistributionSummary
 
getPriceClass() - Method in class com.amazonaws.services.cloudfront.model.StreamingDistributionConfig
A complex type that contains information about price class for this streaming distribution.
getPriceClass() - Method in class com.amazonaws.services.cloudfront.model.StreamingDistributionSummary
 
getQuantity() - Method in class com.amazonaws.services.cloudfront.model.ActiveTrustedSigners
A complex type that contains one Signer complex type for each trusted signer specified in the TrustedSigners complex type.
getQuantity() - Method in class com.amazonaws.services.cloudfront.model.Aliases
The number of CNAME aliases, if any, that you want to associate with this distribution.
getQuantity() - Method in class com.amazonaws.services.cloudfront.model.AllowedMethods
The number of HTTP methods that you want CloudFront to forward to your origin.
getQuantity() - Method in class com.amazonaws.services.cloudfront.model.CacheBehaviors
The number of cache behaviors for this distribution.
getQuantity() - Method in class com.amazonaws.services.cloudfront.model.CachedMethods
The number of HTTP methods for which you want CloudFront to cache responses.
getQuantity() - Method in class com.amazonaws.services.cloudfront.model.CloudFrontOriginAccessIdentityList
The number of CloudFront origin access identities that were created by the current AWS account.
getQuantity() - Method in class com.amazonaws.services.cloudfront.model.CookieNames
The number of different cookies that you want CloudFront to forward to the origin for this cache behavior.
getQuantity() - Method in class com.amazonaws.services.cloudfront.model.CustomErrorResponses
The number of HTTP status codes for which you want to specify a custom error page and/or a caching duration.
getQuantity() - Method in class com.amazonaws.services.cloudfront.model.CustomHeaders
The number of custom headers, if any, for this distribution.
getQuantity() - Method in class com.amazonaws.services.cloudfront.model.DistributionList
The number of distributions that were created by the current AWS account.
getQuantity() - Method in class com.amazonaws.services.cloudfront.model.GeoRestriction
When geo restriction is enabled, this is the number of countries in your whitelist or blacklist.
getQuantity() - Method in class com.amazonaws.services.cloudfront.model.Headers
The number of different headers that you want CloudFront to forward to the origin for this cache behavior.
getQuantity() - Method in class com.amazonaws.services.cloudfront.model.InvalidationList
The number of invalidation batches that were created by the current AWS account.
getQuantity() - Method in class com.amazonaws.services.cloudfront.model.KeyPairIds
The number of active CloudFront key pairs for AwsAccountNumber.
getQuantity() - Method in class com.amazonaws.services.cloudfront.model.LambdaFunctionAssociations
The number of Lambda function associations for this cache behavior.
getQuantity() - Method in class com.amazonaws.services.cloudfront.model.Origins
The number of origins for this distribution.
getQuantity() - Method in class com.amazonaws.services.cloudfront.model.OriginSslProtocols
The number of SSL/TLS protocols that you want to allow CloudFront to use when establishing an HTTPS connection with this origin.
getQuantity() - Method in class com.amazonaws.services.cloudfront.model.Paths
The number of objects that you want to invalidate.
getQuantity() - Method in class com.amazonaws.services.cloudfront.model.QueryStringCacheKeys
The number of whitelisted query string parameters for this cache behavior.
getQuantity() - Method in class com.amazonaws.services.cloudfront.model.StreamingDistributionList
The number of streaming distributions that were created by the current AWS account.
getQuantity() - Method in class com.amazonaws.services.cloudfront.model.TrustedSigners
The number of trusted signers for this cache behavior.
getQueryString() - Method in class com.amazonaws.services.cloudfront.model.ForwardedValues
Indicates whether you want CloudFront to forward query strings to the origin that is associated with this cache behavior and cache based on the query string parameters.
getQueryStringCacheKeys() - Method in class com.amazonaws.services.cloudfront.model.ForwardedValues
A complex type that contains information about the query string parameters that you want CloudFront to use for caching for this cache behavior.
getResource() - Method in class com.amazonaws.services.cloudfront.model.ListTagsForResourceRequest
An ARN of a CloudFront resource.
getResource() - Method in class com.amazonaws.services.cloudfront.model.TagResourceRequest
An ARN of a CloudFront resource.
getResource() - Method in class com.amazonaws.services.cloudfront.model.UntagResourceRequest
An ARN of a CloudFront resource.
getResponseCode() - Method in class com.amazonaws.services.cloudfront.model.CustomErrorResponse
The HTTP status code that you want CloudFront to return to the viewer along with the custom error page.
getResponsePagePath() - Method in class com.amazonaws.services.cloudfront.model.CustomErrorResponse
The path to the custom error page that you want CloudFront to return to a viewer when your origin returns the HTTP status code specified by ErrorCode, for example, /4xx-errors/403-forbidden.html.
getRestrictions() - Method in class com.amazonaws.services.cloudfront.model.DistributionConfig
 
getRestrictions() - Method in class com.amazonaws.services.cloudfront.model.DistributionSummary
 
getRestrictionType() - Method in class com.amazonaws.services.cloudfront.model.GeoRestriction
The method that you want to use to restrict distribution of your content by country:
getS3CanonicalUserId() - Method in class com.amazonaws.services.cloudfront.model.CloudFrontOriginAccessIdentity
The Amazon S3 canonical user ID for the origin access identity, used when giving the origin access identity read permission to an object in Amazon S3.
getS3CanonicalUserId() - Method in class com.amazonaws.services.cloudfront.model.CloudFrontOriginAccessIdentitySummary
The Amazon S3 canonical user ID for the origin access identity, which you use when giving the origin access identity read permission to an object in Amazon S3.
getS3Origin() - Method in class com.amazonaws.services.cloudfront.model.StreamingDistributionConfig
A complex type that contains information about the Amazon S3 bucket from which you want CloudFront to get your media files for distribution.
getS3Origin() - Method in class com.amazonaws.services.cloudfront.model.StreamingDistributionSummary
A complex type that contains information about the Amazon S3 bucket from which you want CloudFront to get your media files for distribution.
getS3OriginConfig() - Method in class com.amazonaws.services.cloudfront.model.Origin
A complex type that contains information about the Amazon S3 origin.
getSignature() - Method in class com.amazonaws.services.cloudfront.CloudFrontCookieSigner.SignedCookies
 
getSignedURLWithCannedPolicy(SignerUtils.Protocol, String, File, String, String, Date) - Static method in enum com.amazonaws.services.cloudfront.CloudFrontUrlSigner
Returns a signed URL with a canned policy that grants universal access to private content until a given date.
getSignedURLWithCannedPolicy(String, String, PrivateKey, Date) - Static method in enum com.amazonaws.services.cloudfront.CloudFrontUrlSigner
Generate a signed URL that allows access to a specific distribution and S3 object by applying a access restrictions from a "canned" (simplified) policy document.
getSignedURLWithCustomPolicy(SignerUtils.Protocol, String, File, String, String, Date, Date, String) - Static method in enum com.amazonaws.services.cloudfront.CloudFrontUrlSigner
Returns a signed URL that provides tailored access to private content based on an access time window and an ip range.
getSignedURLWithCustomPolicy(String, String, PrivateKey, String) - Static method in enum com.amazonaws.services.cloudfront.CloudFrontUrlSigner
Generate a signed URL that allows access to distribution and S3 objects by applying access restrictions specified in a custom policy document.
getSmoothStreaming() - Method in class com.amazonaws.services.cloudfront.model.CacheBehavior
Indicates whether you want to distribute media files in the Microsoft Smooth Streaming format using the origin that is associated with this cache behavior.
getSmoothStreaming() - Method in class com.amazonaws.services.cloudfront.model.DefaultCacheBehavior
Indicates whether you want to distribute media files in the Microsoft Smooth Streaming format using the origin that is associated with this cache behavior.
getSSLSupportMethod() - Method in class com.amazonaws.services.cloudfront.model.ViewerCertificate
If you specify a value for ACMCertificateArn or for IAMCertificateId, you must also specify how you want CloudFront to serve HTTPS requests: using a method that works for all clients or one that works for most clients:
getStatus() - Method in class com.amazonaws.services.cloudfront.model.Distribution
This response element indicates the current status of the distribution.
getStatus() - Method in class com.amazonaws.services.cloudfront.model.DistributionSummary
The current status of the distribution.
getStatus() - Method in class com.amazonaws.services.cloudfront.model.Invalidation
The status of the invalidation request.
getStatus() - Method in class com.amazonaws.services.cloudfront.model.InvalidationSummary
The status of an invalidation request.
getStatus() - Method in class com.amazonaws.services.cloudfront.model.StreamingDistribution
The current status of the RTMP distribution.
getStatus() - Method in class com.amazonaws.services.cloudfront.model.StreamingDistributionSummary
Indicates the current status of the distribution.
getStreamingDistribution(GetStreamingDistributionRequest) - Method in class com.amazonaws.services.cloudfront.AbstractAmazonCloudFront
 
getStreamingDistribution(GetStreamingDistributionRequest) - Method in interface com.amazonaws.services.cloudfront.AmazonCloudFront
Gets information about a specified RTMP distribution, including the distribution configuration.
getStreamingDistribution(GetStreamingDistributionRequest) - Method in class com.amazonaws.services.cloudfront.AmazonCloudFrontClient
Gets information about a specified RTMP distribution, including the distribution configuration.
getStreamingDistribution() - Method in class com.amazonaws.services.cloudfront.model.CreateStreamingDistributionResult
The streaming distribution's information.
getStreamingDistribution() - Method in class com.amazonaws.services.cloudfront.model.CreateStreamingDistributionWithTagsResult
The streaming distribution's information.
getStreamingDistribution() - Method in class com.amazonaws.services.cloudfront.model.GetStreamingDistributionResult
The streaming distribution's information.
getStreamingDistribution() - Method in class com.amazonaws.services.cloudfront.model.UpdateStreamingDistributionResult
The streaming distribution's information.
getStreamingDistributionAsync(GetStreamingDistributionRequest) - Method in class com.amazonaws.services.cloudfront.AbstractAmazonCloudFrontAsync
 
getStreamingDistributionAsync(GetStreamingDistributionRequest, AsyncHandler<GetStreamingDistributionRequest, GetStreamingDistributionResult>) - Method in class com.amazonaws.services.cloudfront.AbstractAmazonCloudFrontAsync
 
getStreamingDistributionAsync(GetStreamingDistributionRequest) - Method in interface com.amazonaws.services.cloudfront.AmazonCloudFrontAsync
Gets information about a specified RTMP distribution, including the distribution configuration.
getStreamingDistributionAsync(GetStreamingDistributionRequest, AsyncHandler<GetStreamingDistributionRequest, GetStreamingDistributionResult>) - Method in interface com.amazonaws.services.cloudfront.AmazonCloudFrontAsync
Gets information about a specified RTMP distribution, including the distribution configuration.
getStreamingDistributionAsync(GetStreamingDistributionRequest) - Method in class com.amazonaws.services.cloudfront.AmazonCloudFrontAsyncClient
 
getStreamingDistributionAsync(GetStreamingDistributionRequest, AsyncHandler<GetStreamingDistributionRequest, GetStreamingDistributionResult>) - Method in class com.amazonaws.services.cloudfront.AmazonCloudFrontAsyncClient
 
getStreamingDistributionConfig(GetStreamingDistributionConfigRequest) - Method in class com.amazonaws.services.cloudfront.AbstractAmazonCloudFront
 
getStreamingDistributionConfig(GetStreamingDistributionConfigRequest) - Method in interface com.amazonaws.services.cloudfront.AmazonCloudFront
Get the configuration information about a streaming distribution.
getStreamingDistributionConfig(GetStreamingDistributionConfigRequest) - Method in class com.amazonaws.services.cloudfront.AmazonCloudFrontClient
Get the configuration information about a streaming distribution.
getStreamingDistributionConfig() - Method in class com.amazonaws.services.cloudfront.model.CreateStreamingDistributionRequest
The streaming distribution's configuration information.
getStreamingDistributionConfig() - Method in class com.amazonaws.services.cloudfront.model.GetStreamingDistributionConfigResult
The streaming distribution's configuration information.
getStreamingDistributionConfig() - Method in class com.amazonaws.services.cloudfront.model.StreamingDistribution
The current configuration information for the RTMP distribution.
getStreamingDistributionConfig() - Method in class com.amazonaws.services.cloudfront.model.StreamingDistributionConfigWithTags
A streaming distribution Configuration.
getStreamingDistributionConfig() - Method in class com.amazonaws.services.cloudfront.model.UpdateStreamingDistributionRequest
The streaming distribution's configuration information.
getStreamingDistributionConfigAsync(GetStreamingDistributionConfigRequest) - Method in class com.amazonaws.services.cloudfront.AbstractAmazonCloudFrontAsync
 
getStreamingDistributionConfigAsync(GetStreamingDistributionConfigRequest, AsyncHandler<GetStreamingDistributionConfigRequest, GetStreamingDistributionConfigResult>) - Method in class com.amazonaws.services.cloudfront.AbstractAmazonCloudFrontAsync
 
getStreamingDistributionConfigAsync(GetStreamingDistributionConfigRequest) - Method in interface com.amazonaws.services.cloudfront.AmazonCloudFrontAsync
Get the configuration information about a streaming distribution.
getStreamingDistributionConfigAsync(GetStreamingDistributionConfigRequest, AsyncHandler<GetStreamingDistributionConfigRequest, GetStreamingDistributionConfigResult>) - Method in interface com.amazonaws.services.cloudfront.AmazonCloudFrontAsync
Get the configuration information about a streaming distribution.
getStreamingDistributionConfigAsync(GetStreamingDistributionConfigRequest) - Method in class com.amazonaws.services.cloudfront.AmazonCloudFrontAsyncClient
 
getStreamingDistributionConfigAsync(GetStreamingDistributionConfigRequest, AsyncHandler<GetStreamingDistributionConfigRequest, GetStreamingDistributionConfigResult>) - Method in class com.amazonaws.services.cloudfront.AmazonCloudFrontAsyncClient
 
GetStreamingDistributionConfigRequest - Class in com.amazonaws.services.cloudfront.model
To request to get a streaming distribution configuration.
GetStreamingDistributionConfigRequest() - Constructor for class com.amazonaws.services.cloudfront.model.GetStreamingDistributionConfigRequest
Default constructor for GetStreamingDistributionConfigRequest object.
GetStreamingDistributionConfigRequest(String) - Constructor for class com.amazonaws.services.cloudfront.model.GetStreamingDistributionConfigRequest
Constructs a new GetStreamingDistributionConfigRequest object.
GetStreamingDistributionConfigResult - Class in com.amazonaws.services.cloudfront.model
The returned result of the corresponding request.
GetStreamingDistributionConfigResult() - Constructor for class com.amazonaws.services.cloudfront.model.GetStreamingDistributionConfigResult
 
getStreamingDistributionConfigWithTags() - Method in class com.amazonaws.services.cloudfront.model.CreateStreamingDistributionWithTagsRequest
The streaming distribution's configuration information.
GetStreamingDistributionFunction - Class in com.amazonaws.services.cloudfront.waiters
 
GetStreamingDistributionFunction(AmazonCloudFront) - Constructor for class com.amazonaws.services.cloudfront.waiters.GetStreamingDistributionFunction
Constructs a new GetStreamingDistributionFunction with the given client
getStreamingDistributionList() - Method in class com.amazonaws.services.cloudfront.model.ListStreamingDistributionsResult
The StreamingDistributionList type.
GetStreamingDistributionRequest - Class in com.amazonaws.services.cloudfront.model
The request to get a streaming distribution's information.
GetStreamingDistributionRequest() - Constructor for class com.amazonaws.services.cloudfront.model.GetStreamingDistributionRequest
Default constructor for GetStreamingDistributionRequest object.
GetStreamingDistributionRequest(String) - Constructor for class com.amazonaws.services.cloudfront.model.GetStreamingDistributionRequest
Constructs a new GetStreamingDistributionRequest object.
GetStreamingDistributionResult - Class in com.amazonaws.services.cloudfront.model
The returned result of the corresponding request.
GetStreamingDistributionResult() - Constructor for class com.amazonaws.services.cloudfront.model.GetStreamingDistributionResult
 
getTagKeys() - Method in class com.amazonaws.services.cloudfront.model.UntagResourceRequest
A complex type that contains zero or more Tag key elements.
getTags() - Method in class com.amazonaws.services.cloudfront.model.DistributionConfigWithTags
A complex type that contains zero or more Tag elements.
getTags() - Method in class com.amazonaws.services.cloudfront.model.ListTagsForResourceResult
A complex type that contains zero or more Tag elements.
getTags() - Method in class com.amazonaws.services.cloudfront.model.StreamingDistributionConfigWithTags
A complex type that contains zero or more Tag elements.
getTags() - Method in class com.amazonaws.services.cloudfront.model.TagResourceRequest
A complex type that contains zero or more Tag elements.
getTargetOriginId() - Method in class com.amazonaws.services.cloudfront.model.CacheBehavior
The value of ID for the origin that you want CloudFront to route requests to when a request matches the path pattern either for a cache behavior or for the default cache behavior.
getTargetOriginId() - Method in class com.amazonaws.services.cloudfront.model.DefaultCacheBehavior
The value of ID for the origin that you want CloudFront to route requests to when a request matches the path pattern either for a cache behavior or for the default cache behavior.
getTrustedSigners() - Method in class com.amazonaws.services.cloudfront.model.CacheBehavior
A complex type that specifies the AWS accounts, if any, that you want to allow to create signed URLs for private content.
getTrustedSigners() - Method in class com.amazonaws.services.cloudfront.model.DefaultCacheBehavior
A complex type that specifies the AWS accounts, if any, that you want to allow to create signed URLs for private content.
getTrustedSigners() - Method in class com.amazonaws.services.cloudfront.model.StreamingDistributionConfig
A complex type that specifies any AWS accounts that you want to permit to create signed URLs for private content.
getTrustedSigners() - Method in class com.amazonaws.services.cloudfront.model.StreamingDistributionSummary
A complex type that specifies the AWS accounts, if any, that you want to allow to create signed URLs for private content.
getValue() - Method in class com.amazonaws.services.cloudfront.CloudFrontCookieSigner.SignedCookies.CookieKeyValuePair
 
getValue() - Method in class com.amazonaws.services.cloudfront.model.Tag
A string that contains an optional Tag value.
getViewerCertificate() - Method in class com.amazonaws.services.cloudfront.model.DistributionConfig
 
getViewerCertificate() - Method in class com.amazonaws.services.cloudfront.model.DistributionSummary
 
getViewerProtocolPolicy() - Method in class com.amazonaws.services.cloudfront.model.CacheBehavior
The protocol that viewers can use to access the files in the origin specified by TargetOriginId when a request matches the path pattern in PathPattern.
getViewerProtocolPolicy() - Method in class com.amazonaws.services.cloudfront.model.DefaultCacheBehavior
The protocol that viewers can use to access the files in the origin specified by TargetOriginId when a request matches the path pattern in PathPattern.
getWebACLId() - Method in class com.amazonaws.services.cloudfront.model.DistributionConfig
A unique identifier that specifies the AWS WAF web ACL, if any, to associate with this distribution.
getWebACLId() - Method in class com.amazonaws.services.cloudfront.model.DistributionSummary
The Web ACL Id (if any) associated with the distribution.
getWebACLId() - Method in class com.amazonaws.services.cloudfront.model.ListDistributionsByWebACLIdRequest
The ID of the AWS WAF web ACL that you want to list the associated distributions.
getWhitelistedNames() - Method in class com.amazonaws.services.cloudfront.model.CookiePreference
Required if you specify whitelist for the value of Forward:.

H

hashCode() - Method in class com.amazonaws.services.cloudfront.model.ActiveTrustedSigners
 
hashCode() - Method in class com.amazonaws.services.cloudfront.model.Aliases
 
hashCode() - Method in class com.amazonaws.services.cloudfront.model.AllowedMethods
 
hashCode() - Method in class com.amazonaws.services.cloudfront.model.CacheBehavior
 
hashCode() - Method in class com.amazonaws.services.cloudfront.model.CacheBehaviors
 
hashCode() - Method in class com.amazonaws.services.cloudfront.model.CachedMethods
 
hashCode() - Method in class com.amazonaws.services.cloudfront.model.CloudFrontOriginAccessIdentity
 
hashCode() - Method in class com.amazonaws.services.cloudfront.model.CloudFrontOriginAccessIdentityConfig
 
hashCode() - Method in class com.amazonaws.services.cloudfront.model.CloudFrontOriginAccessIdentityList
 
hashCode() - Method in class com.amazonaws.services.cloudfront.model.CloudFrontOriginAccessIdentitySummary
 
hashCode() - Method in class com.amazonaws.services.cloudfront.model.CookieNames
 
hashCode() - Method in class com.amazonaws.services.cloudfront.model.CookiePreference
 
hashCode() - Method in class com.amazonaws.services.cloudfront.model.CreateCloudFrontOriginAccessIdentityRequest
 
hashCode() - Method in class com.amazonaws.services.cloudfront.model.CreateCloudFrontOriginAccessIdentityResult
 
hashCode() - Method in class com.amazonaws.services.cloudfront.model.CreateDistributionRequest
 
hashCode() - Method in class com.amazonaws.services.cloudfront.model.CreateDistributionResult
 
hashCode() - Method in class com.amazonaws.services.cloudfront.model.CreateDistributionWithTagsRequest
 
hashCode() - Method in class com.amazonaws.services.cloudfront.model.CreateDistributionWithTagsResult
 
hashCode() - Method in class com.amazonaws.services.cloudfront.model.CreateInvalidationRequest
 
hashCode() - Method in class com.amazonaws.services.cloudfront.model.CreateInvalidationResult
 
hashCode() - Method in class com.amazonaws.services.cloudfront.model.CreateStreamingDistributionRequest
 
hashCode() - Method in class com.amazonaws.services.cloudfront.model.CreateStreamingDistributionResult
 
hashCode() - Method in class com.amazonaws.services.cloudfront.model.CreateStreamingDistributionWithTagsRequest
 
hashCode() - Method in class com.amazonaws.services.cloudfront.model.CreateStreamingDistributionWithTagsResult
 
hashCode() - Method in class com.amazonaws.services.cloudfront.model.CustomErrorResponse
 
hashCode() - Method in class com.amazonaws.services.cloudfront.model.CustomErrorResponses
 
hashCode() - Method in class com.amazonaws.services.cloudfront.model.CustomHeaders
 
hashCode() - Method in class com.amazonaws.services.cloudfront.model.CustomOriginConfig
 
hashCode() - Method in class com.amazonaws.services.cloudfront.model.DefaultCacheBehavior
 
hashCode() - Method in class com.amazonaws.services.cloudfront.model.DeleteCloudFrontOriginAccessIdentityRequest
 
hashCode() - Method in class com.amazonaws.services.cloudfront.model.DeleteCloudFrontOriginAccessIdentityResult
 
hashCode() - Method in class com.amazonaws.services.cloudfront.model.DeleteDistributionRequest
 
hashCode() - Method in class com.amazonaws.services.cloudfront.model.DeleteDistributionResult
 
hashCode() - Method in class com.amazonaws.services.cloudfront.model.DeleteStreamingDistributionRequest
 
hashCode() - Method in class com.amazonaws.services.cloudfront.model.DeleteStreamingDistributionResult
 
hashCode() - Method in class com.amazonaws.services.cloudfront.model.Distribution
 
hashCode() - Method in class com.amazonaws.services.cloudfront.model.DistributionConfig
 
hashCode() - Method in class com.amazonaws.services.cloudfront.model.DistributionConfigWithTags
 
hashCode() - Method in class com.amazonaws.services.cloudfront.model.DistributionList
 
hashCode() - Method in class com.amazonaws.services.cloudfront.model.DistributionSummary
 
hashCode() - Method in class com.amazonaws.services.cloudfront.model.ForwardedValues
 
hashCode() - Method in class com.amazonaws.services.cloudfront.model.GeoRestriction
 
hashCode() - Method in class com.amazonaws.services.cloudfront.model.GetCloudFrontOriginAccessIdentityConfigRequest
 
hashCode() - Method in class com.amazonaws.services.cloudfront.model.GetCloudFrontOriginAccessIdentityConfigResult
 
hashCode() - Method in class com.amazonaws.services.cloudfront.model.GetCloudFrontOriginAccessIdentityRequest
 
hashCode() - Method in class com.amazonaws.services.cloudfront.model.GetCloudFrontOriginAccessIdentityResult
 
hashCode() - Method in class com.amazonaws.services.cloudfront.model.GetDistributionConfigRequest
 
hashCode() - Method in class com.amazonaws.services.cloudfront.model.GetDistributionConfigResult
 
hashCode() - Method in class com.amazonaws.services.cloudfront.model.GetDistributionRequest
 
hashCode() - Method in class com.amazonaws.services.cloudfront.model.GetDistributionResult
 
hashCode() - Method in class com.amazonaws.services.cloudfront.model.GetInvalidationRequest
 
hashCode() - Method in class com.amazonaws.services.cloudfront.model.GetInvalidationResult
 
hashCode() - Method in class com.amazonaws.services.cloudfront.model.GetStreamingDistributionConfigRequest
 
hashCode() - Method in class com.amazonaws.services.cloudfront.model.GetStreamingDistributionConfigResult
 
hashCode() - Method in class com.amazonaws.services.cloudfront.model.GetStreamingDistributionRequest
 
hashCode() - Method in class com.amazonaws.services.cloudfront.model.GetStreamingDistributionResult
 
hashCode() - Method in class com.amazonaws.services.cloudfront.model.Headers
 
hashCode() - Method in class com.amazonaws.services.cloudfront.model.Invalidation
 
hashCode() - Method in class com.amazonaws.services.cloudfront.model.InvalidationBatch
 
hashCode() - Method in class com.amazonaws.services.cloudfront.model.InvalidationList
 
hashCode() - Method in class com.amazonaws.services.cloudfront.model.InvalidationSummary
 
hashCode() - Method in class com.amazonaws.services.cloudfront.model.KeyPairIds
 
hashCode() - Method in class com.amazonaws.services.cloudfront.model.LambdaFunctionAssociation
 
hashCode() - Method in class com.amazonaws.services.cloudfront.model.LambdaFunctionAssociations
 
hashCode() - Method in class com.amazonaws.services.cloudfront.model.ListCloudFrontOriginAccessIdentitiesRequest
 
hashCode() - Method in class com.amazonaws.services.cloudfront.model.ListCloudFrontOriginAccessIdentitiesResult
 
hashCode() - Method in class com.amazonaws.services.cloudfront.model.ListDistributionsByWebACLIdRequest
 
hashCode() - Method in class com.amazonaws.services.cloudfront.model.ListDistributionsByWebACLIdResult
 
hashCode() - Method in class com.amazonaws.services.cloudfront.model.ListDistributionsRequest
 
hashCode() - Method in class com.amazonaws.services.cloudfront.model.ListDistributionsResult
 
hashCode() - Method in class com.amazonaws.services.cloudfront.model.ListInvalidationsRequest
 
hashCode() - Method in class com.amazonaws.services.cloudfront.model.ListInvalidationsResult
 
hashCode() - Method in class com.amazonaws.services.cloudfront.model.ListStreamingDistributionsRequest
 
hashCode() - Method in class com.amazonaws.services.cloudfront.model.ListStreamingDistributionsResult
 
hashCode() - Method in class com.amazonaws.services.cloudfront.model.ListTagsForResourceRequest
 
hashCode() - Method in class com.amazonaws.services.cloudfront.model.ListTagsForResourceResult
 
hashCode() - Method in class com.amazonaws.services.cloudfront.model.LoggingConfig
 
hashCode() - Method in class com.amazonaws.services.cloudfront.model.Origin
 
hashCode() - Method in class com.amazonaws.services.cloudfront.model.OriginCustomHeader
 
hashCode() - Method in class com.amazonaws.services.cloudfront.model.Origins
 
hashCode() - Method in class com.amazonaws.services.cloudfront.model.OriginSslProtocols
 
hashCode() - Method in class com.amazonaws.services.cloudfront.model.Paths
 
hashCode() - Method in class com.amazonaws.services.cloudfront.model.QueryStringCacheKeys
 
hashCode() - Method in class com.amazonaws.services.cloudfront.model.Restrictions
 
hashCode() - Method in class com.amazonaws.services.cloudfront.model.S3Origin
 
hashCode() - Method in class com.amazonaws.services.cloudfront.model.S3OriginConfig
 
hashCode() - Method in class com.amazonaws.services.cloudfront.model.Signer
 
hashCode() - Method in class com.amazonaws.services.cloudfront.model.StreamingDistribution
 
hashCode() - Method in class com.amazonaws.services.cloudfront.model.StreamingDistributionConfig
 
hashCode() - Method in class com.amazonaws.services.cloudfront.model.StreamingDistributionConfigWithTags
 
hashCode() - Method in class com.amazonaws.services.cloudfront.model.StreamingDistributionList
 
hashCode() - Method in class com.amazonaws.services.cloudfront.model.StreamingDistributionSummary
 
hashCode() - Method in class com.amazonaws.services.cloudfront.model.StreamingLoggingConfig
 
hashCode() - Method in class com.amazonaws.services.cloudfront.model.Tag
 
hashCode() - Method in class com.amazonaws.services.cloudfront.model.TagKeys
 
hashCode() - Method in class com.amazonaws.services.cloudfront.model.TagResourceRequest
 
hashCode() - Method in class com.amazonaws.services.cloudfront.model.TagResourceResult
 
hashCode() - Method in class com.amazonaws.services.cloudfront.model.Tags
 
hashCode() - Method in class com.amazonaws.services.cloudfront.model.TrustedSigners
 
hashCode() - Method in class com.amazonaws.services.cloudfront.model.UntagResourceRequest
 
hashCode() - Method in class com.amazonaws.services.cloudfront.model.UntagResourceResult
 
hashCode() - Method in class com.amazonaws.services.cloudfront.model.UpdateCloudFrontOriginAccessIdentityRequest
 
hashCode() - Method in class com.amazonaws.services.cloudfront.model.UpdateCloudFrontOriginAccessIdentityResult
 
hashCode() - Method in class com.amazonaws.services.cloudfront.model.UpdateDistributionRequest
 
hashCode() - Method in class com.amazonaws.services.cloudfront.model.UpdateDistributionResult
 
hashCode() - Method in class com.amazonaws.services.cloudfront.model.UpdateStreamingDistributionRequest
 
hashCode() - Method in class com.amazonaws.services.cloudfront.model.UpdateStreamingDistributionResult
 
hashCode() - Method in class com.amazonaws.services.cloudfront.model.ViewerCertificate
 
Headers - Class in com.amazonaws.services.cloudfront.model
A complex type that specifies the headers that you want CloudFront to forward to the origin for this cache behavior.
Headers() - Constructor for class com.amazonaws.services.cloudfront.model.Headers
 
HttpVersion - Enum in com.amazonaws.services.cloudfront.model
 

I

IllegalUpdateException - Exception in com.amazonaws.services.cloudfront.model
Origin and CallerReference cannot be updated.
IllegalUpdateException(String) - Constructor for exception com.amazonaws.services.cloudfront.model.IllegalUpdateException
Constructs a new IllegalUpdateException with the specified error message.
InconsistentQuantitiesException - Exception in com.amazonaws.services.cloudfront.model
The value of Quantity and the size of Items do not match.
InconsistentQuantitiesException(String) - Constructor for exception com.amazonaws.services.cloudfront.model.InconsistentQuantitiesException
Constructs a new InconsistentQuantitiesException with the specified error message.
InvalidArgumentException - Exception in com.amazonaws.services.cloudfront.model
The argument is invalid.
InvalidArgumentException(String) - Constructor for exception com.amazonaws.services.cloudfront.model.InvalidArgumentException
Constructs a new InvalidArgumentException with the specified error message.
Invalidation - Class in com.amazonaws.services.cloudfront.model
An invalidation.
Invalidation() - Constructor for class com.amazonaws.services.cloudfront.model.Invalidation
 
InvalidationBatch - Class in com.amazonaws.services.cloudfront.model
An invalidation batch.
InvalidationBatch() - Constructor for class com.amazonaws.services.cloudfront.model.InvalidationBatch
Default constructor for InvalidationBatch object.
InvalidationBatch(Paths, String) - Constructor for class com.amazonaws.services.cloudfront.model.InvalidationBatch
Constructs a new InvalidationBatch object.
InvalidationBatch(String) - Constructor for class com.amazonaws.services.cloudfront.model.InvalidationBatch
Constructs a new InvalidationBatch object.
invalidationCompleted() - Method in class com.amazonaws.services.cloudfront.waiters.AmazonCloudFrontWaiters
Builds a InvalidationCompleted waiter by using custom parameters waiterParameters and other parameters defined in the waiters specification, and then polls until it determines whether the resource entered the desired state or not, where polling criteria is bound by either default polling strategy or custom polling strategy.
InvalidationList - Class in com.amazonaws.services.cloudfront.model
The InvalidationList complex type describes the list of invalidation objects.
InvalidationList() - Constructor for class com.amazonaws.services.cloudfront.model.InvalidationList
 
InvalidationSummary - Class in com.amazonaws.services.cloudfront.model
A summary of an invalidation request.
InvalidationSummary() - Constructor for class com.amazonaws.services.cloudfront.model.InvalidationSummary
 
InvalidDefaultRootObjectException - Exception in com.amazonaws.services.cloudfront.model
The default root object file name is too big or contains an invalid character.
InvalidDefaultRootObjectException(String) - Constructor for exception com.amazonaws.services.cloudfront.model.InvalidDefaultRootObjectException
Constructs a new InvalidDefaultRootObjectException with the specified error message.
InvalidErrorCodeException - Exception in com.amazonaws.services.cloudfront.model
 
InvalidErrorCodeException(String) - Constructor for exception com.amazonaws.services.cloudfront.model.InvalidErrorCodeException
Constructs a new InvalidErrorCodeException with the specified error message.
InvalidForwardCookiesException - Exception in com.amazonaws.services.cloudfront.model
Your request contains forward cookies option which doesn't match with the expectation for the whitelisted list of cookie names.
InvalidForwardCookiesException(String) - Constructor for exception com.amazonaws.services.cloudfront.model.InvalidForwardCookiesException
Constructs a new InvalidForwardCookiesException with the specified error message.
InvalidGeoRestrictionParameterException - Exception in com.amazonaws.services.cloudfront.model
 
InvalidGeoRestrictionParameterException(String) - Constructor for exception com.amazonaws.services.cloudfront.model.InvalidGeoRestrictionParameterException
Constructs a new InvalidGeoRestrictionParameterException with the specified error message.
InvalidHeadersForS3OriginException - Exception in com.amazonaws.services.cloudfront.model
 
InvalidHeadersForS3OriginException(String) - Constructor for exception com.amazonaws.services.cloudfront.model.InvalidHeadersForS3OriginException
Constructs a new InvalidHeadersForS3OriginException with the specified error message.
InvalidIfMatchVersionException - Exception in com.amazonaws.services.cloudfront.model
The If-Match version is missing or not valid for the distribution.
InvalidIfMatchVersionException(String) - Constructor for exception com.amazonaws.services.cloudfront.model.InvalidIfMatchVersionException
Constructs a new InvalidIfMatchVersionException with the specified error message.
InvalidLambdaFunctionAssociationException - Exception in com.amazonaws.services.cloudfront.model
The specified Lambda function association is invalid.
InvalidLambdaFunctionAssociationException(String) - Constructor for exception com.amazonaws.services.cloudfront.model.InvalidLambdaFunctionAssociationException
Constructs a new InvalidLambdaFunctionAssociationException with the specified error message.
InvalidLocationCodeException - Exception in com.amazonaws.services.cloudfront.model
 
InvalidLocationCodeException(String) - Constructor for exception com.amazonaws.services.cloudfront.model.InvalidLocationCodeException
Constructs a new InvalidLocationCodeException with the specified error message.
InvalidMinimumProtocolVersionException - Exception in com.amazonaws.services.cloudfront.model
 
InvalidMinimumProtocolVersionException(String) - Constructor for exception com.amazonaws.services.cloudfront.model.InvalidMinimumProtocolVersionException
Constructs a new InvalidMinimumProtocolVersionException with the specified error message.
InvalidOriginAccessIdentityException - Exception in com.amazonaws.services.cloudfront.model
The origin access identity is not valid or doesn't exist.
InvalidOriginAccessIdentityException(String) - Constructor for exception com.amazonaws.services.cloudfront.model.InvalidOriginAccessIdentityException
Constructs a new InvalidOriginAccessIdentityException with the specified error message.
InvalidOriginException - Exception in com.amazonaws.services.cloudfront.model
The Amazon S3 origin server specified does not refer to a valid Amazon S3 bucket.
InvalidOriginException(String) - Constructor for exception com.amazonaws.services.cloudfront.model.InvalidOriginException
Constructs a new InvalidOriginException with the specified error message.
InvalidOriginKeepaliveTimeoutException - Exception in com.amazonaws.services.cloudfront.model
 
InvalidOriginKeepaliveTimeoutException(String) - Constructor for exception com.amazonaws.services.cloudfront.model.InvalidOriginKeepaliveTimeoutException
Constructs a new InvalidOriginKeepaliveTimeoutException with the specified error message.
InvalidOriginReadTimeoutException - Exception in com.amazonaws.services.cloudfront.model
 
InvalidOriginReadTimeoutException(String) - Constructor for exception com.amazonaws.services.cloudfront.model.InvalidOriginReadTimeoutException
Constructs a new InvalidOriginReadTimeoutException with the specified error message.
InvalidProtocolSettingsException - Exception in com.amazonaws.services.cloudfront.model
You cannot specify SSLv3 as the minimum protocol version if you only want to support only clients that support Server Name Indication (SNI).
InvalidProtocolSettingsException(String) - Constructor for exception com.amazonaws.services.cloudfront.model.InvalidProtocolSettingsException
Constructs a new InvalidProtocolSettingsException with the specified error message.
InvalidQueryStringParametersException - Exception in com.amazonaws.services.cloudfront.model
 
InvalidQueryStringParametersException(String) - Constructor for exception com.amazonaws.services.cloudfront.model.InvalidQueryStringParametersException
Constructs a new InvalidQueryStringParametersException with the specified error message.
InvalidRelativePathException - Exception in com.amazonaws.services.cloudfront.model
The relative path is too big, is not URL-encoded, or does not begin with a slash (/).
InvalidRelativePathException(String) - Constructor for exception com.amazonaws.services.cloudfront.model.InvalidRelativePathException
Constructs a new InvalidRelativePathException with the specified error message.
InvalidRequiredProtocolException - Exception in com.amazonaws.services.cloudfront.model
This operation requires the HTTPS protocol.
InvalidRequiredProtocolException(String) - Constructor for exception com.amazonaws.services.cloudfront.model.InvalidRequiredProtocolException
Constructs a new InvalidRequiredProtocolException with the specified error message.
InvalidResponseCodeException - Exception in com.amazonaws.services.cloudfront.model
 
InvalidResponseCodeException(String) - Constructor for exception com.amazonaws.services.cloudfront.model.InvalidResponseCodeException
Constructs a new InvalidResponseCodeException with the specified error message.
InvalidTaggingException - Exception in com.amazonaws.services.cloudfront.model
 
InvalidTaggingException(String) - Constructor for exception com.amazonaws.services.cloudfront.model.InvalidTaggingException
Constructs a new InvalidTaggingException with the specified error message.
InvalidTTLOrderException - Exception in com.amazonaws.services.cloudfront.model
 
InvalidTTLOrderException(String) - Constructor for exception com.amazonaws.services.cloudfront.model.InvalidTTLOrderException
Constructs a new InvalidTTLOrderException with the specified error message.
InvalidViewerCertificateException - Exception in com.amazonaws.services.cloudfront.model
 
InvalidViewerCertificateException(String) - Constructor for exception com.amazonaws.services.cloudfront.model.InvalidViewerCertificateException
Constructs a new InvalidViewerCertificateException with the specified error message.
InvalidWebACLIdException - Exception in com.amazonaws.services.cloudfront.model
 
InvalidWebACLIdException(String) - Constructor for exception com.amazonaws.services.cloudfront.model.InvalidWebACLIdException
Constructs a new InvalidWebACLIdException with the specified error message.
isCloudFrontDefaultCertificate() - Method in class com.amazonaws.services.cloudfront.model.ViewerCertificate
 
isCompress() - Method in class com.amazonaws.services.cloudfront.model.CacheBehavior
Whether you want CloudFront to automatically compress certain files for this cache behavior.
isCompress() - Method in class com.amazonaws.services.cloudfront.model.DefaultCacheBehavior
Whether you want CloudFront to automatically compress certain files for this cache behavior.
isEnabled() - Method in class com.amazonaws.services.cloudfront.model.ActiveTrustedSigners
Enabled is true if any of the AWS accounts listed in the TrustedSigners complex type for this RTMP distribution have active CloudFront key pairs.
isEnabled() - Method in class com.amazonaws.services.cloudfront.model.DistributionConfig
From this field, you can enable or disable the selected distribution.
isEnabled() - Method in class com.amazonaws.services.cloudfront.model.DistributionSummary
Whether the distribution is enabled to accept user requests for content.
isEnabled() - Method in class com.amazonaws.services.cloudfront.model.LoggingConfig
Specifies whether you want CloudFront to save access logs to an Amazon S3 bucket.
isEnabled() - Method in class com.amazonaws.services.cloudfront.model.StreamingDistributionConfig
Whether the streaming distribution is enabled to accept user requests for content.
isEnabled() - Method in class com.amazonaws.services.cloudfront.model.StreamingDistributionSummary
Whether the distribution is enabled to accept end user requests for content.
isEnabled() - Method in class com.amazonaws.services.cloudfront.model.StreamingLoggingConfig
Specifies whether you want CloudFront to save access logs to an Amazon S3 bucket.
isEnabled() - Method in class com.amazonaws.services.cloudfront.model.TrustedSigners
Specifies whether you want to require viewers to use signed URLs to access the files specified by PathPattern and TargetOriginId.
isIncludeCookies() - Method in class com.amazonaws.services.cloudfront.model.LoggingConfig
Specifies whether you want CloudFront to include cookies in access logs, specify true for IncludeCookies.
isIPV6Enabled() - Method in class com.amazonaws.services.cloudfront.model.DistributionConfig
If you want CloudFront to respond to IPv6 DNS requests with an IPv6 address for your distribution, specify true.
isIPV6Enabled() - Method in class com.amazonaws.services.cloudfront.model.DistributionSummary
Whether CloudFront responds to IPv6 DNS requests with an IPv6 address for your distribution.
isQueryString() - Method in class com.amazonaws.services.cloudfront.model.ForwardedValues
Indicates whether you want CloudFront to forward query strings to the origin that is associated with this cache behavior and cache based on the query string parameters.
isSmoothStreaming() - Method in class com.amazonaws.services.cloudfront.model.CacheBehavior
Indicates whether you want to distribute media files in the Microsoft Smooth Streaming format using the origin that is associated with this cache behavior.
isSmoothStreaming() - Method in class com.amazonaws.services.cloudfront.model.DefaultCacheBehavior
Indicates whether you want to distribute media files in the Microsoft Smooth Streaming format using the origin that is associated with this cache behavior.
isTruncated() - Method in class com.amazonaws.services.cloudfront.model.CloudFrontOriginAccessIdentityList
A flag that indicates whether more origin access identities remain to be listed.
isTruncated() - Method in class com.amazonaws.services.cloudfront.model.DistributionList
A flag that indicates whether more distributions remain to be listed.
isTruncated() - Method in class com.amazonaws.services.cloudfront.model.InvalidationList
A flag that indicates whether more invalidation batch requests remain to be listed.
isTruncated() - Method in class com.amazonaws.services.cloudfront.model.StreamingDistributionList
A flag that indicates whether more streaming distributions remain to be listed.
ItemSelection - Enum in com.amazonaws.services.cloudfront.model
 

K

keyPairId - Variable in class com.amazonaws.services.cloudfront.CloudFrontCookieSigner.SignedCookies
The active CloudFront key pair Id for the key pair (Trusted Signer) that you are using to generate the signature.
KeyPairIds - Class in com.amazonaws.services.cloudfront.model
A complex type that lists the active CloudFront key pairs, if any, that are associated with AwsAccountNumber.
KeyPairIds() - Constructor for class com.amazonaws.services.cloudfront.model.KeyPairIds
 

L

LambdaFunctionAssociation - Class in com.amazonaws.services.cloudfront.model
A complex type that contains a Lambda function association.
LambdaFunctionAssociation() - Constructor for class com.amazonaws.services.cloudfront.model.LambdaFunctionAssociation
 
LambdaFunctionAssociations - Class in com.amazonaws.services.cloudfront.model
A complex type that specifies a list of Lambda functions associations for a cache behavior.
LambdaFunctionAssociations() - Constructor for class com.amazonaws.services.cloudfront.model.LambdaFunctionAssociations
 
listCloudFrontOriginAccessIdentities(ListCloudFrontOriginAccessIdentitiesRequest) - Method in class com.amazonaws.services.cloudfront.AbstractAmazonCloudFront
 
listCloudFrontOriginAccessIdentities(ListCloudFrontOriginAccessIdentitiesRequest) - Method in interface com.amazonaws.services.cloudfront.AmazonCloudFront
Lists origin access identities.
listCloudFrontOriginAccessIdentities(ListCloudFrontOriginAccessIdentitiesRequest) - Method in class com.amazonaws.services.cloudfront.AmazonCloudFrontClient
Lists origin access identities.
listCloudFrontOriginAccessIdentitiesAsync(ListCloudFrontOriginAccessIdentitiesRequest) - Method in class com.amazonaws.services.cloudfront.AbstractAmazonCloudFrontAsync
 
listCloudFrontOriginAccessIdentitiesAsync(ListCloudFrontOriginAccessIdentitiesRequest, AsyncHandler<ListCloudFrontOriginAccessIdentitiesRequest, ListCloudFrontOriginAccessIdentitiesResult>) - Method in class com.amazonaws.services.cloudfront.AbstractAmazonCloudFrontAsync
 
listCloudFrontOriginAccessIdentitiesAsync(ListCloudFrontOriginAccessIdentitiesRequest) - Method in interface com.amazonaws.services.cloudfront.AmazonCloudFrontAsync
Lists origin access identities.
listCloudFrontOriginAccessIdentitiesAsync(ListCloudFrontOriginAccessIdentitiesRequest, AsyncHandler<ListCloudFrontOriginAccessIdentitiesRequest, ListCloudFrontOriginAccessIdentitiesResult>) - Method in interface com.amazonaws.services.cloudfront.AmazonCloudFrontAsync
Lists origin access identities.
listCloudFrontOriginAccessIdentitiesAsync(ListCloudFrontOriginAccessIdentitiesRequest) - Method in class com.amazonaws.services.cloudfront.AmazonCloudFrontAsyncClient
 
listCloudFrontOriginAccessIdentitiesAsync(ListCloudFrontOriginAccessIdentitiesRequest, AsyncHandler<ListCloudFrontOriginAccessIdentitiesRequest, ListCloudFrontOriginAccessIdentitiesResult>) - Method in class com.amazonaws.services.cloudfront.AmazonCloudFrontAsyncClient
 
ListCloudFrontOriginAccessIdentitiesRequest - Class in com.amazonaws.services.cloudfront.model
The request to list origin access identities.
ListCloudFrontOriginAccessIdentitiesRequest() - Constructor for class com.amazonaws.services.cloudfront.model.ListCloudFrontOriginAccessIdentitiesRequest
 
ListCloudFrontOriginAccessIdentitiesResult - Class in com.amazonaws.services.cloudfront.model
The returned result of the corresponding request.
ListCloudFrontOriginAccessIdentitiesResult() - Constructor for class com.amazonaws.services.cloudfront.model.ListCloudFrontOriginAccessIdentitiesResult
 
listDistributions(ListDistributionsRequest) - Method in class com.amazonaws.services.cloudfront.AbstractAmazonCloudFront
 
listDistributions(ListDistributionsRequest) - Method in interface com.amazonaws.services.cloudfront.AmazonCloudFront
List distributions.
listDistributions(ListDistributionsRequest) - Method in class com.amazonaws.services.cloudfront.AmazonCloudFrontClient
List distributions.
listDistributionsAsync(ListDistributionsRequest) - Method in class com.amazonaws.services.cloudfront.AbstractAmazonCloudFrontAsync
 
listDistributionsAsync(ListDistributionsRequest, AsyncHandler<ListDistributionsRequest, ListDistributionsResult>) - Method in class com.amazonaws.services.cloudfront.AbstractAmazonCloudFrontAsync
 
listDistributionsAsync(ListDistributionsRequest) - Method in interface com.amazonaws.services.cloudfront.AmazonCloudFrontAsync
List distributions.
listDistributionsAsync(ListDistributionsRequest, AsyncHandler<ListDistributionsRequest, ListDistributionsResult>) - Method in interface com.amazonaws.services.cloudfront.AmazonCloudFrontAsync
List distributions.
listDistributionsAsync(ListDistributionsRequest) - Method in class com.amazonaws.services.cloudfront.AmazonCloudFrontAsyncClient
 
listDistributionsAsync(ListDistributionsRequest, AsyncHandler<ListDistributionsRequest, ListDistributionsResult>) - Method in class com.amazonaws.services.cloudfront.AmazonCloudFrontAsyncClient
 
listDistributionsByWebACLId(ListDistributionsByWebACLIdRequest) - Method in class com.amazonaws.services.cloudfront.AbstractAmazonCloudFront
 
listDistributionsByWebACLId(ListDistributionsByWebACLIdRequest) - Method in interface com.amazonaws.services.cloudfront.AmazonCloudFront
List the distributions that are associated with a specified AWS WAF web ACL.
listDistributionsByWebACLId(ListDistributionsByWebACLIdRequest) - Method in class com.amazonaws.services.cloudfront.AmazonCloudFrontClient
List the distributions that are associated with a specified AWS WAF web ACL.
listDistributionsByWebACLIdAsync(ListDistributionsByWebACLIdRequest) - Method in class com.amazonaws.services.cloudfront.AbstractAmazonCloudFrontAsync
 
listDistributionsByWebACLIdAsync(ListDistributionsByWebACLIdRequest, AsyncHandler<ListDistributionsByWebACLIdRequest, ListDistributionsByWebACLIdResult>) - Method in class com.amazonaws.services.cloudfront.AbstractAmazonCloudFrontAsync
 
listDistributionsByWebACLIdAsync(ListDistributionsByWebACLIdRequest) - Method in interface com.amazonaws.services.cloudfront.AmazonCloudFrontAsync
List the distributions that are associated with a specified AWS WAF web ACL.
listDistributionsByWebACLIdAsync(ListDistributionsByWebACLIdRequest, AsyncHandler<ListDistributionsByWebACLIdRequest, ListDistributionsByWebACLIdResult>) - Method in interface com.amazonaws.services.cloudfront.AmazonCloudFrontAsync
List the distributions that are associated with a specified AWS WAF web ACL.
listDistributionsByWebACLIdAsync(ListDistributionsByWebACLIdRequest) - Method in class com.amazonaws.services.cloudfront.AmazonCloudFrontAsyncClient
 
listDistributionsByWebACLIdAsync(ListDistributionsByWebACLIdRequest, AsyncHandler<ListDistributionsByWebACLIdRequest, ListDistributionsByWebACLIdResult>) - Method in class com.amazonaws.services.cloudfront.AmazonCloudFrontAsyncClient
 
ListDistributionsByWebACLIdRequest - Class in com.amazonaws.services.cloudfront.model
The request to list distributions that are associated with a specified AWS WAF web ACL.
ListDistributionsByWebACLIdRequest() - Constructor for class com.amazonaws.services.cloudfront.model.ListDistributionsByWebACLIdRequest
 
ListDistributionsByWebACLIdResult - Class in com.amazonaws.services.cloudfront.model
The response to a request to list the distributions that are associated with a specified AWS WAF web ACL.
ListDistributionsByWebACLIdResult() - Constructor for class com.amazonaws.services.cloudfront.model.ListDistributionsByWebACLIdResult
 
ListDistributionsRequest - Class in com.amazonaws.services.cloudfront.model
The request to list your distributions.
ListDistributionsRequest() - Constructor for class com.amazonaws.services.cloudfront.model.ListDistributionsRequest
 
ListDistributionsResult - Class in com.amazonaws.services.cloudfront.model
The returned result of the corresponding request.
ListDistributionsResult() - Constructor for class com.amazonaws.services.cloudfront.model.ListDistributionsResult
 
listInvalidations(ListInvalidationsRequest) - Method in class com.amazonaws.services.cloudfront.AbstractAmazonCloudFront
 
listInvalidations(ListInvalidationsRequest) - Method in interface com.amazonaws.services.cloudfront.AmazonCloudFront
Lists invalidation batches.
listInvalidations(ListInvalidationsRequest) - Method in class com.amazonaws.services.cloudfront.AmazonCloudFrontClient
Lists invalidation batches.
listInvalidationsAsync(ListInvalidationsRequest) - Method in class com.amazonaws.services.cloudfront.AbstractAmazonCloudFrontAsync
 
listInvalidationsAsync(ListInvalidationsRequest, AsyncHandler<ListInvalidationsRequest, ListInvalidationsResult>) - Method in class com.amazonaws.services.cloudfront.AbstractAmazonCloudFrontAsync
 
listInvalidationsAsync(ListInvalidationsRequest) - Method in interface com.amazonaws.services.cloudfront.AmazonCloudFrontAsync
Lists invalidation batches.
listInvalidationsAsync(ListInvalidationsRequest, AsyncHandler<ListInvalidationsRequest, ListInvalidationsResult>) - Method in interface com.amazonaws.services.cloudfront.AmazonCloudFrontAsync
Lists invalidation batches.
listInvalidationsAsync(ListInvalidationsRequest) - Method in class com.amazonaws.services.cloudfront.AmazonCloudFrontAsyncClient
 
listInvalidationsAsync(ListInvalidationsRequest, AsyncHandler<ListInvalidationsRequest, ListInvalidationsResult>) - Method in class com.amazonaws.services.cloudfront.AmazonCloudFrontAsyncClient
 
ListInvalidationsRequest - Class in com.amazonaws.services.cloudfront.model
The request to list invalidations.
ListInvalidationsRequest() - Constructor for class com.amazonaws.services.cloudfront.model.ListInvalidationsRequest
Default constructor for ListInvalidationsRequest object.
ListInvalidationsRequest(String) - Constructor for class com.amazonaws.services.cloudfront.model.ListInvalidationsRequest
Constructs a new ListInvalidationsRequest object.
ListInvalidationsResult - Class in com.amazonaws.services.cloudfront.model
The returned result of the corresponding request.
ListInvalidationsResult() - Constructor for class com.amazonaws.services.cloudfront.model.ListInvalidationsResult
 
listStreamingDistributions(ListStreamingDistributionsRequest) - Method in class com.amazonaws.services.cloudfront.AbstractAmazonCloudFront
 
listStreamingDistributions(ListStreamingDistributionsRequest) - Method in interface com.amazonaws.services.cloudfront.AmazonCloudFront
List streaming distributions.
listStreamingDistributions(ListStreamingDistributionsRequest) - Method in class com.amazonaws.services.cloudfront.AmazonCloudFrontClient
List streaming distributions.
listStreamingDistributionsAsync(ListStreamingDistributionsRequest) - Method in class com.amazonaws.services.cloudfront.AbstractAmazonCloudFrontAsync
 
listStreamingDistributionsAsync(ListStreamingDistributionsRequest, AsyncHandler<ListStreamingDistributionsRequest, ListStreamingDistributionsResult>) - Method in class com.amazonaws.services.cloudfront.AbstractAmazonCloudFrontAsync
 
listStreamingDistributionsAsync(ListStreamingDistributionsRequest) - Method in interface com.amazonaws.services.cloudfront.AmazonCloudFrontAsync
List streaming distributions.
listStreamingDistributionsAsync(ListStreamingDistributionsRequest, AsyncHandler<ListStreamingDistributionsRequest, ListStreamingDistributionsResult>) - Method in interface com.amazonaws.services.cloudfront.AmazonCloudFrontAsync
List streaming distributions.
listStreamingDistributionsAsync(ListStreamingDistributionsRequest) - Method in class com.amazonaws.services.cloudfront.AmazonCloudFrontAsyncClient
 
listStreamingDistributionsAsync(ListStreamingDistributionsRequest, AsyncHandler<ListStreamingDistributionsRequest, ListStreamingDistributionsResult>) - Method in class com.amazonaws.services.cloudfront.AmazonCloudFrontAsyncClient
 
ListStreamingDistributionsRequest - Class in com.amazonaws.services.cloudfront.model
The request to list your streaming distributions.
ListStreamingDistributionsRequest() - Constructor for class com.amazonaws.services.cloudfront.model.ListStreamingDistributionsRequest
 
ListStreamingDistributionsResult - Class in com.amazonaws.services.cloudfront.model
The returned result of the corresponding request.
ListStreamingDistributionsResult() - Constructor for class com.amazonaws.services.cloudfront.model.ListStreamingDistributionsResult
 
listTagsForResource(ListTagsForResourceRequest) - Method in class com.amazonaws.services.cloudfront.AbstractAmazonCloudFront
 
listTagsForResource(ListTagsForResourceRequest) - Method in interface com.amazonaws.services.cloudfront.AmazonCloudFront
List tags for a CloudFront resource.
listTagsForResource(ListTagsForResourceRequest) - Method in class com.amazonaws.services.cloudfront.AmazonCloudFrontClient
List tags for a CloudFront resource.
listTagsForResourceAsync(ListTagsForResourceRequest) - Method in class com.amazonaws.services.cloudfront.AbstractAmazonCloudFrontAsync
 
listTagsForResourceAsync(ListTagsForResourceRequest, AsyncHandler<ListTagsForResourceRequest, ListTagsForResourceResult>) - Method in class com.amazonaws.services.cloudfront.AbstractAmazonCloudFrontAsync
 
listTagsForResourceAsync(ListTagsForResourceRequest) - Method in interface com.amazonaws.services.cloudfront.AmazonCloudFrontAsync
List tags for a CloudFront resource.
listTagsForResourceAsync(ListTagsForResourceRequest, AsyncHandler<ListTagsForResourceRequest, ListTagsForResourceResult>) - Method in interface com.amazonaws.services.cloudfront.AmazonCloudFrontAsync
List tags for a CloudFront resource.
listTagsForResourceAsync(ListTagsForResourceRequest) - Method in class com.amazonaws.services.cloudfront.AmazonCloudFrontAsyncClient
 
listTagsForResourceAsync(ListTagsForResourceRequest, AsyncHandler<ListTagsForResourceRequest, ListTagsForResourceResult>) - Method in class com.amazonaws.services.cloudfront.AmazonCloudFrontAsyncClient
 
ListTagsForResourceRequest - Class in com.amazonaws.services.cloudfront.model
The request to list tags for a CloudFront resource.
ListTagsForResourceRequest() - Constructor for class com.amazonaws.services.cloudfront.model.ListTagsForResourceRequest
 
ListTagsForResourceResult - Class in com.amazonaws.services.cloudfront.model
The returned result of the corresponding request.
ListTagsForResourceResult() - Constructor for class com.amazonaws.services.cloudfront.model.ListTagsForResourceResult
 
loadPrivateKey(File) - Static method in class com.amazonaws.services.cloudfront.util.SignerUtils
Creates a private key from the file given, either in RSA private key (.pem) or pkcs8 (.der) format.
loadPrivateKey(String) - Static method in class com.amazonaws.services.cloudfront.util.SignerUtils
 
LoggingConfig - Class in com.amazonaws.services.cloudfront.model
A complex type that controls whether access logs are written for the distribution.
LoggingConfig() - Constructor for class com.amazonaws.services.cloudfront.model.LoggingConfig
Default constructor for LoggingConfig object.
LoggingConfig(String, String) - Constructor for class com.amazonaws.services.cloudfront.model.LoggingConfig
Constructs a new LoggingConfig object.

M

makeBytesUrlSafe(byte[]) - Static method in class com.amazonaws.services.cloudfront.util.SignerUtils
Converts the given data to be safe for use in signed URLs for a private distribution by using specialized Base64 encoding.
makeStringUrlSafe(String) - Static method in class com.amazonaws.services.cloudfront.util.SignerUtils
Converts the given string to be safe for use in signed URLs for a private distribution.
Method - Enum in com.amazonaws.services.cloudfront.model
 
MinimumProtocolVersion - Enum in com.amazonaws.services.cloudfront.model
 
MissingBodyException - Exception in com.amazonaws.services.cloudfront.model
This operation requires a body.
MissingBodyException(String) - Constructor for exception com.amazonaws.services.cloudfront.model.MissingBodyException
Constructs a new MissingBodyException with the specified error message.

N

NoSuchCloudFrontOriginAccessIdentityException - Exception in com.amazonaws.services.cloudfront.model
The specified origin access identity does not exist.
NoSuchCloudFrontOriginAccessIdentityException(String) - Constructor for exception com.amazonaws.services.cloudfront.model.NoSuchCloudFrontOriginAccessIdentityException
Constructs a new NoSuchCloudFrontOriginAccessIdentityException with the specified error message.
NoSuchDistributionException - Exception in com.amazonaws.services.cloudfront.model
The specified distribution does not exist.
NoSuchDistributionException(String) - Constructor for exception com.amazonaws.services.cloudfront.model.NoSuchDistributionException
Constructs a new NoSuchDistributionException with the specified error message.
NoSuchInvalidationException - Exception in com.amazonaws.services.cloudfront.model
The specified invalidation does not exist.
NoSuchInvalidationException(String) - Constructor for exception com.amazonaws.services.cloudfront.model.NoSuchInvalidationException
Constructs a new NoSuchInvalidationException with the specified error message.
NoSuchOriginException - Exception in com.amazonaws.services.cloudfront.model
No origin exists with the specified Origin Id.
NoSuchOriginException(String) - Constructor for exception com.amazonaws.services.cloudfront.model.NoSuchOriginException
Constructs a new NoSuchOriginException with the specified error message.
NoSuchResourceException - Exception in com.amazonaws.services.cloudfront.model
 
NoSuchResourceException(String) - Constructor for exception com.amazonaws.services.cloudfront.model.NoSuchResourceException
Constructs a new NoSuchResourceException with the specified error message.
NoSuchStreamingDistributionException - Exception in com.amazonaws.services.cloudfront.model
The specified streaming distribution does not exist.
NoSuchStreamingDistributionException(String) - Constructor for exception com.amazonaws.services.cloudfront.model.NoSuchStreamingDistributionException
Constructs a new NoSuchStreamingDistributionException with the specified error message.

O

Origin - Class in com.amazonaws.services.cloudfront.model
A complex type that describes the Amazon S3 bucket or the HTTP server (for example, a web server) from which CloudFront gets your files.
Origin() - Constructor for class com.amazonaws.services.cloudfront.model.Origin
 
OriginCustomHeader - Class in com.amazonaws.services.cloudfront.model
A complex type that contains HeaderName and HeaderValue elements, if any, for this distribution.
OriginCustomHeader() - Constructor for class com.amazonaws.services.cloudfront.model.OriginCustomHeader
 
OriginProtocolPolicy - Enum in com.amazonaws.services.cloudfront.model
 
Origins - Class in com.amazonaws.services.cloudfront.model
A complex type that contains information about origins for this distribution.
Origins() - Constructor for class com.amazonaws.services.cloudfront.model.Origins
 
OriginSslProtocols - Class in com.amazonaws.services.cloudfront.model
A complex type that contains information about the SSL/TLS protocols that CloudFront can use when establishing an HTTPS connection with your origin.
OriginSslProtocols() - Constructor for class com.amazonaws.services.cloudfront.model.OriginSslProtocols
 

P

Paths - Class in com.amazonaws.services.cloudfront.model
A complex type that contains information about the objects that you want to invalidate.
Paths() - Constructor for class com.amazonaws.services.cloudfront.model.Paths
 
PEM - Enum in com.amazonaws.auth
A PEM utility that can be used to read keys from PEM.
PEMObject - Class in com.amazonaws.auth
A PEM object in a PEM file.
PEMObject(String, byte[]) - Constructor for class com.amazonaws.auth.PEMObject
 
PEMObjectType - Enum in com.amazonaws.auth
The type of a specific PEM object in a PEM file.
policy - Variable in class com.amazonaws.services.cloudfront.CloudFrontCookieSigner.CookiesForCustomPolicy
 
PreconditionFailedException - Exception in com.amazonaws.services.cloudfront.model
The precondition given in one or more of the request-header fields evaluated to false.
PreconditionFailedException(String) - Constructor for exception com.amazonaws.services.cloudfront.model.PreconditionFailedException
Constructs a new PreconditionFailedException with the specified error message.
PriceClass - Enum in com.amazonaws.services.cloudfront.model
 
privateKeyFromPKCS1(byte[]) - Static method in enum com.amazonaws.auth.RSA
Returns a private key constructed from the given DER bytes in PKCS#1 format.
privateKeyFromPKCS8(byte[]) - Static method in enum com.amazonaws.auth.RSA
Returns a private key constructed from the given DER bytes in PKCS#8 format.
publicKeyFrom(byte[]) - Static method in enum com.amazonaws.auth.RSA
Returns a public key constructed from the given DER bytes.

Q

QueryStringCacheKeys - Class in com.amazonaws.services.cloudfront.model
 
QueryStringCacheKeys() - Constructor for class com.amazonaws.services.cloudfront.model.QueryStringCacheKeys
 

R

readPEMObjects(InputStream) - Static method in enum com.amazonaws.auth.PEM
A lower level API used to returns all PEM objects that can be read off from the input stream of a PEM file.
readPrivateKey(InputStream) - Static method in enum com.amazonaws.auth.PEM
Returns the first private key that is found from the input stream of a PEM file.
readPublicKey(InputStream) - Static method in enum com.amazonaws.auth.PEM
Returns the first public key that is found from the input stream of a PEM file.
Restrictions - Class in com.amazonaws.services.cloudfront.model
A complex type that identifies ways in which you want to restrict distribution of your content.
Restrictions() - Constructor for class com.amazonaws.services.cloudfront.model.Restrictions
Default constructor for Restrictions object.
Restrictions(GeoRestriction) - Constructor for class com.amazonaws.services.cloudfront.model.Restrictions
Constructs a new Restrictions object.
RSA - Enum in com.amazonaws.auth
Utility for RSA keys.

S

S3Origin - Class in com.amazonaws.services.cloudfront.model
A complex type that contains information about the Amazon S3 bucket from which you want CloudFront to get your media files for distribution.
S3Origin() - Constructor for class com.amazonaws.services.cloudfront.model.S3Origin
Default constructor for S3Origin object.
S3Origin(String) - Constructor for class com.amazonaws.services.cloudfront.model.S3Origin
Constructs a new S3Origin object.
S3Origin(String, String) - Constructor for class com.amazonaws.services.cloudfront.model.S3Origin
Constructs a new S3Origin object.
S3OriginConfig - Class in com.amazonaws.services.cloudfront.model
A complex type that contains information about the Amazon S3 origin.
S3OriginConfig() - Constructor for class com.amazonaws.services.cloudfront.model.S3OriginConfig
 
setACMCertificateArn(String) - Method in class com.amazonaws.services.cloudfront.model.ViewerCertificate
 
setActiveTrustedSigners(ActiveTrustedSigners) - Method in class com.amazonaws.services.cloudfront.model.Distribution
CloudFront automatically adds this element to the response only if you've set up the distribution to serve private content with signed URLs.
setActiveTrustedSigners(ActiveTrustedSigners) - Method in class com.amazonaws.services.cloudfront.model.StreamingDistribution
A complex type that lists the AWS accounts, if any, that you included in the TrustedSigners complex type for this distribution.
setAliases(Aliases) - Method in class com.amazonaws.services.cloudfront.model.DistributionConfig
A complex type that contains information about CNAMEs (alternate domain names), if any, for this distribution.
setAliases(Aliases) - Method in class com.amazonaws.services.cloudfront.model.DistributionSummary
A complex type that contains information about CNAMEs (alternate domain names), if any, for this distribution.
setAliases(Aliases) - Method in class com.amazonaws.services.cloudfront.model.StreamingDistributionConfig
A complex type that contains information about CNAMEs (alternate domain names), if any, for this streaming distribution.
setAliases(Aliases) - Method in class com.amazonaws.services.cloudfront.model.StreamingDistributionSummary
A complex type that contains information about CNAMEs (alternate domain names), if any, for this streaming distribution.
setAllowedMethods(AllowedMethods) - Method in class com.amazonaws.services.cloudfront.model.CacheBehavior
 
setAllowedMethods(AllowedMethods) - Method in class com.amazonaws.services.cloudfront.model.DefaultCacheBehavior
 
setARN(String) - Method in class com.amazonaws.services.cloudfront.model.Distribution
The ARN (Amazon Resource Name) for the distribution.
setARN(String) - Method in class com.amazonaws.services.cloudfront.model.DistributionSummary
The ARN (Amazon Resource Name) for the distribution.
setARN(String) - Method in class com.amazonaws.services.cloudfront.model.StreamingDistribution
 
setARN(String) - Method in class com.amazonaws.services.cloudfront.model.StreamingDistributionSummary
The ARN (Amazon Resource Name) for the streaming distribution.
setAwsAccountNumber(String) - Method in class com.amazonaws.services.cloudfront.model.Signer
An AWS account that is included in the TrustedSigners complex type for this RTMP distribution.
setBucket(String) - Method in class com.amazonaws.services.cloudfront.model.LoggingConfig
The Amazon S3 bucket to store the access logs in, for example, myawslogbucket.s3.amazonaws.com.
setBucket(String) - Method in class com.amazonaws.services.cloudfront.model.StreamingLoggingConfig
The Amazon S3 bucket to store the access logs in, for example, myawslogbucket.s3.amazonaws.com.
setCacheBehaviors(CacheBehaviors) - Method in class com.amazonaws.services.cloudfront.model.DistributionConfig
A complex type that contains zero or more CacheBehavior elements.
setCacheBehaviors(CacheBehaviors) - Method in class com.amazonaws.services.cloudfront.model.DistributionSummary
A complex type that contains zero or more CacheBehavior elements.
setCachedMethods(CachedMethods) - Method in class com.amazonaws.services.cloudfront.model.AllowedMethods
 
setCallerReference(String) - Method in class com.amazonaws.services.cloudfront.model.CloudFrontOriginAccessIdentityConfig
A unique number that ensures the request can't be replayed.
setCallerReference(String) - Method in class com.amazonaws.services.cloudfront.model.DistributionConfig
A unique value (for example, a date-time stamp) that ensures that the request can't be replayed.
setCallerReference(String) - Method in class com.amazonaws.services.cloudfront.model.InvalidationBatch
A value that you specify to uniquely identify an invalidation request.
setCallerReference(String) - Method in class com.amazonaws.services.cloudfront.model.StreamingDistributionConfig
A unique number that ensures that the request can't be replayed.
setCertificate(String) - Method in class com.amazonaws.services.cloudfront.model.ViewerCertificate
Deprecated.
setCertificateSource(String) - Method in class com.amazonaws.services.cloudfront.model.ViewerCertificate
Deprecated.
setCertificateSource(CertificateSource) - Method in class com.amazonaws.services.cloudfront.model.ViewerCertificate
Deprecated.
setCloudFrontDefaultCertificate(Boolean) - Method in class com.amazonaws.services.cloudfront.model.ViewerCertificate
 
setCloudFrontOriginAccessIdentity(CloudFrontOriginAccessIdentity) - Method in class com.amazonaws.services.cloudfront.model.CreateCloudFrontOriginAccessIdentityResult
The origin access identity's information.
setCloudFrontOriginAccessIdentity(CloudFrontOriginAccessIdentity) - Method in class com.amazonaws.services.cloudfront.model.GetCloudFrontOriginAccessIdentityResult
The origin access identity's information.
setCloudFrontOriginAccessIdentity(CloudFrontOriginAccessIdentity) - Method in class com.amazonaws.services.cloudfront.model.UpdateCloudFrontOriginAccessIdentityResult
The origin access identity's information.
setCloudFrontOriginAccessIdentityConfig(CloudFrontOriginAccessIdentityConfig) - Method in class com.amazonaws.services.cloudfront.model.CloudFrontOriginAccessIdentity
The current configuration information for the identity.
setCloudFrontOriginAccessIdentityConfig(CloudFrontOriginAccessIdentityConfig) - Method in class com.amazonaws.services.cloudfront.model.CreateCloudFrontOriginAccessIdentityRequest
The current configuration information for the identity.
setCloudFrontOriginAccessIdentityConfig(CloudFrontOriginAccessIdentityConfig) - Method in class com.amazonaws.services.cloudfront.model.GetCloudFrontOriginAccessIdentityConfigResult
The origin access identity's configuration information.
setCloudFrontOriginAccessIdentityConfig(CloudFrontOriginAccessIdentityConfig) - Method in class com.amazonaws.services.cloudfront.model.UpdateCloudFrontOriginAccessIdentityRequest
The identity's configuration information.
setCloudFrontOriginAccessIdentityList(CloudFrontOriginAccessIdentityList) - Method in class com.amazonaws.services.cloudfront.model.ListCloudFrontOriginAccessIdentitiesResult
The CloudFrontOriginAccessIdentityList type.
setComment(String) - Method in class com.amazonaws.services.cloudfront.model.CloudFrontOriginAccessIdentityConfig
Any comments you want to include about the origin access identity.
setComment(String) - Method in class com.amazonaws.services.cloudfront.model.CloudFrontOriginAccessIdentitySummary
The comment for this origin access identity, as originally specified when created.
setComment(String) - Method in class com.amazonaws.services.cloudfront.model.DistributionConfig
Any comments you want to include about the distribution.
setComment(String) - Method in class com.amazonaws.services.cloudfront.model.DistributionSummary
The comment originally specified when this distribution was created.
setComment(String) - Method in class com.amazonaws.services.cloudfront.model.StreamingDistributionConfig
Any comments you want to include about the streaming distribution.
setComment(String) - Method in class com.amazonaws.services.cloudfront.model.StreamingDistributionSummary
The comment originally specified when this distribution was created.
setCompress(Boolean) - Method in class com.amazonaws.services.cloudfront.model.CacheBehavior
Whether you want CloudFront to automatically compress certain files for this cache behavior.
setCompress(Boolean) - Method in class com.amazonaws.services.cloudfront.model.DefaultCacheBehavior
Whether you want CloudFront to automatically compress certain files for this cache behavior.
setCookies(CookiePreference) - Method in class com.amazonaws.services.cloudfront.model.ForwardedValues
A complex type that specifies whether you want CloudFront to forward cookies to the origin and, if so, which ones.
setCreateTime(Date) - Method in class com.amazonaws.services.cloudfront.model.Invalidation
The date and time the invalidation request was first made.
setCreateTime(Date) - Method in class com.amazonaws.services.cloudfront.model.InvalidationSummary
 
setCustomErrorResponses(CustomErrorResponses) - Method in class com.amazonaws.services.cloudfront.model.DistributionConfig
A complex type that controls the following:
setCustomErrorResponses(CustomErrorResponses) - Method in class com.amazonaws.services.cloudfront.model.DistributionSummary
A complex type that contains zero or more CustomErrorResponses elements.
setCustomHeaders(CustomHeaders) - Method in class com.amazonaws.services.cloudfront.model.Origin
A complex type that contains names and values for the custom headers that you want.
setCustomOriginConfig(CustomOriginConfig) - Method in class com.amazonaws.services.cloudfront.model.Origin
A complex type that contains information about a custom origin.
setDefaultCacheBehavior(DefaultCacheBehavior) - Method in class com.amazonaws.services.cloudfront.model.DistributionConfig
A complex type that describes the default cache behavior if you do not specify a CacheBehavior element or if files don't match any of the values of PathPattern in CacheBehavior elements.
setDefaultCacheBehavior(DefaultCacheBehavior) - Method in class com.amazonaws.services.cloudfront.model.DistributionSummary
A complex type that describes the default cache behavior if you do not specify a CacheBehavior element or if files don't match any of the values of PathPattern in CacheBehavior elements.
setDefaultRootObject(String) - Method in class com.amazonaws.services.cloudfront.model.DistributionConfig
The object that you want CloudFront to request from your origin (for example, index.html) when a viewer requests the root URL for your distribution (http://www.example.com) instead of an object in your distribution (http://www.example.com/product-description.html).
setDefaultTTL(Long) - Method in class com.amazonaws.services.cloudfront.model.CacheBehavior
The default amount of time that you want objects to stay in CloudFront caches before CloudFront forwards another request to your origin to determine whether the object has been updated.
setDefaultTTL(Long) - Method in class com.amazonaws.services.cloudfront.model.DefaultCacheBehavior
The default amount of time that you want objects to stay in CloudFront caches before CloudFront forwards another request to your origin to determine whether the object has been updated.
setDistribution(Distribution) - Method in class com.amazonaws.services.cloudfront.model.CreateDistributionResult
The distribution's information.
setDistribution(Distribution) - Method in class com.amazonaws.services.cloudfront.model.CreateDistributionWithTagsResult
The distribution's information.
setDistribution(Distribution) - Method in class com.amazonaws.services.cloudfront.model.GetDistributionResult
The distribution's information.
setDistribution(Distribution) - Method in class com.amazonaws.services.cloudfront.model.UpdateDistributionResult
The distribution's information.
setDistributionConfig(DistributionConfig) - Method in class com.amazonaws.services.cloudfront.model.CreateDistributionRequest
The distribution's configuration information.
setDistributionConfig(DistributionConfig) - Method in class com.amazonaws.services.cloudfront.model.Distribution
The current configuration information for the distribution.
setDistributionConfig(DistributionConfig) - Method in class com.amazonaws.services.cloudfront.model.DistributionConfigWithTags
A distribution configuration.
setDistributionConfig(DistributionConfig) - Method in class com.amazonaws.services.cloudfront.model.GetDistributionConfigResult
The distribution's configuration information.
setDistributionConfig(DistributionConfig) - Method in class com.amazonaws.services.cloudfront.model.UpdateDistributionRequest
The distribution's configuration information.
setDistributionConfigWithTags(DistributionConfigWithTags) - Method in class com.amazonaws.services.cloudfront.model.CreateDistributionWithTagsRequest
The distribution's configuration information.
setDistributionId(String) - Method in class com.amazonaws.services.cloudfront.model.CreateInvalidationRequest
The distribution's id.
setDistributionId(String) - Method in class com.amazonaws.services.cloudfront.model.GetInvalidationRequest
The distribution's ID.
setDistributionId(String) - Method in class com.amazonaws.services.cloudfront.model.ListInvalidationsRequest
The distribution's ID.
setDistributionList(DistributionList) - Method in class com.amazonaws.services.cloudfront.model.ListDistributionsByWebACLIdResult
The DistributionList type.
setDistributionList(DistributionList) - Method in class com.amazonaws.services.cloudfront.model.ListDistributionsResult
The DistributionList type.
setDomainName(String) - Method in class com.amazonaws.services.cloudfront.model.Distribution
The domain name corresponding to the distribution.
setDomainName(String) - Method in class com.amazonaws.services.cloudfront.model.DistributionSummary
The domain name that corresponds to the distribution.
setDomainName(String) - Method in class com.amazonaws.services.cloudfront.model.Origin
Amazon S3 origins: The DNS name of the Amazon S3 bucket from which you want CloudFront to get objects for this origin, for example, myawsbucket.s3.amazonaws.com.
setDomainName(String) - Method in class com.amazonaws.services.cloudfront.model.S3Origin
The DNS name of the Amazon S3 origin.
setDomainName(String) - Method in class com.amazonaws.services.cloudfront.model.StreamingDistribution
The domain name that corresponds to the streaming distribution.
setDomainName(String) - Method in class com.amazonaws.services.cloudfront.model.StreamingDistributionSummary
The domain name corresponding to the distribution.
setEnabled(Boolean) - Method in class com.amazonaws.services.cloudfront.model.ActiveTrustedSigners
Enabled is true if any of the AWS accounts listed in the TrustedSigners complex type for this RTMP distribution have active CloudFront key pairs.
setEnabled(Boolean) - Method in class com.amazonaws.services.cloudfront.model.DistributionConfig
From this field, you can enable or disable the selected distribution.
setEnabled(Boolean) - Method in class com.amazonaws.services.cloudfront.model.DistributionSummary
Whether the distribution is enabled to accept user requests for content.
setEnabled(Boolean) - Method in class com.amazonaws.services.cloudfront.model.LoggingConfig
Specifies whether you want CloudFront to save access logs to an Amazon S3 bucket.
setEnabled(Boolean) - Method in class com.amazonaws.services.cloudfront.model.StreamingDistributionConfig
Whether the streaming distribution is enabled to accept user requests for content.
setEnabled(Boolean) - Method in class com.amazonaws.services.cloudfront.model.StreamingDistributionSummary
Whether the distribution is enabled to accept end user requests for content.
setEnabled(Boolean) - Method in class com.amazonaws.services.cloudfront.model.StreamingLoggingConfig
Specifies whether you want CloudFront to save access logs to an Amazon S3 bucket.
setEnabled(Boolean) - Method in class com.amazonaws.services.cloudfront.model.TrustedSigners
Specifies whether you want to require viewers to use signed URLs to access the files specified by PathPattern and TargetOriginId.
setEndpoint(String) - Method in class com.amazonaws.services.cloudfront.AbstractAmazonCloudFront
 
setEndpoint(String) - Method in interface com.amazonaws.services.cloudfront.AmazonCloudFront
Deprecated.
use AwsClientBuilder#setEndpointConfiguration(AwsClientBuilder.EndpointConfiguration) for example: builder.setEndpointConfiguration(new EndpointConfiguration(endpoint, signingRegion));
setErrorCachingMinTTL(Long) - Method in class com.amazonaws.services.cloudfront.model.CustomErrorResponse
The minimum amount of time, in seconds, that you want CloudFront to cache the HTTP status code specified in ErrorCode.
setErrorCode(Integer) - Method in class com.amazonaws.services.cloudfront.model.CustomErrorResponse
The HTTP status code for which you want to specify a custom error page and/or a caching duration.
setETag(String) - Method in class com.amazonaws.services.cloudfront.model.CreateCloudFrontOriginAccessIdentityResult
The current version of the origin access identity created.
setETag(String) - Method in class com.amazonaws.services.cloudfront.model.CreateDistributionResult
The current version of the distribution created.
setETag(String) - Method in class com.amazonaws.services.cloudfront.model.CreateDistributionWithTagsResult
The current version of the distribution created.
setETag(String) - Method in class com.amazonaws.services.cloudfront.model.CreateStreamingDistributionResult
The current version of the streaming distribution created.
setETag(String) - Method in class com.amazonaws.services.cloudfront.model.CreateStreamingDistributionWithTagsResult
 
setETag(String) - Method in class com.amazonaws.services.cloudfront.model.GetCloudFrontOriginAccessIdentityConfigResult
The current version of the configuration.
setETag(String) - Method in class com.amazonaws.services.cloudfront.model.GetCloudFrontOriginAccessIdentityResult
The current version of the origin access identity's information.
setETag(String) - Method in class com.amazonaws.services.cloudfront.model.GetDistributionConfigResult
The current version of the configuration.
setETag(String) - Method in class com.amazonaws.services.cloudfront.model.GetDistributionResult
The current version of the distribution's information.
setETag(String) - Method in class com.amazonaws.services.cloudfront.model.GetStreamingDistributionConfigResult
The current version of the configuration.
setETag(String) - Method in class com.amazonaws.services.cloudfront.model.GetStreamingDistributionResult
The current version of the streaming distribution's information.
setETag(String) - Method in class com.amazonaws.services.cloudfront.model.UpdateCloudFrontOriginAccessIdentityResult
The current version of the configuration.
setETag(String) - Method in class com.amazonaws.services.cloudfront.model.UpdateDistributionResult
The current version of the configuration.
setETag(String) - Method in class com.amazonaws.services.cloudfront.model.UpdateStreamingDistributionResult
The current version of the configuration.
setEventType(String) - Method in class com.amazonaws.services.cloudfront.model.LambdaFunctionAssociation
Specifies the event type that triggers a Lambda function invocation.
setEventType(EventType) - Method in class com.amazonaws.services.cloudfront.model.LambdaFunctionAssociation
Specifies the event type that triggers a Lambda function invocation.
setExpires(String) - Method in class com.amazonaws.services.cloudfront.CloudFrontCookieSigner.CookiesForCannedPolicy
 
setForward(String) - Method in class com.amazonaws.services.cloudfront.model.CookiePreference
Specifies which cookies to forward to the origin for this cache behavior: all, none, or the list of cookies specified in the WhitelistedNames complex type.
setForward(ItemSelection) - Method in class com.amazonaws.services.cloudfront.model.CookiePreference
Specifies which cookies to forward to the origin for this cache behavior: all, none, or the list of cookies specified in the WhitelistedNames complex type.
setForwardedValues(ForwardedValues) - Method in class com.amazonaws.services.cloudfront.model.CacheBehavior
A complex type that specifies how CloudFront handles query strings and cookies.
setForwardedValues(ForwardedValues) - Method in class com.amazonaws.services.cloudfront.model.DefaultCacheBehavior
A complex type that specifies how CloudFront handles query strings and cookies.
setGeoRestriction(GeoRestriction) - Method in class com.amazonaws.services.cloudfront.model.Restrictions
 
setHeaderName(String) - Method in class com.amazonaws.services.cloudfront.model.OriginCustomHeader
The name of a header that you want CloudFront to forward to your origin.
setHeaders(Headers) - Method in class com.amazonaws.services.cloudfront.model.ForwardedValues
A complex type that specifies the Headers, if any, that you want CloudFront to vary upon for this cache behavior.
setHeaderValue(String) - Method in class com.amazonaws.services.cloudfront.model.OriginCustomHeader
The value for the header that you specified in the HeaderName field.
setHTTPPort(Integer) - Method in class com.amazonaws.services.cloudfront.model.CustomOriginConfig
The HTTP port the custom origin listens on.
setHTTPSPort(Integer) - Method in class com.amazonaws.services.cloudfront.model.CustomOriginConfig
The HTTPS port the custom origin listens on.
setHttpVersion(String) - Method in class com.amazonaws.services.cloudfront.model.DistributionConfig
(Optional) Specify the maximum HTTP version that you want viewers to use to communicate with CloudFront.
setHttpVersion(HttpVersion) - Method in class com.amazonaws.services.cloudfront.model.DistributionConfig
(Optional) Specify the maximum HTTP version that you want viewers to use to communicate with CloudFront.
setHttpVersion(String) - Method in class com.amazonaws.services.cloudfront.model.DistributionSummary
Specify the maximum HTTP version that you want viewers to use to communicate with CloudFront.
setHttpVersion(HttpVersion) - Method in class com.amazonaws.services.cloudfront.model.DistributionSummary
Specify the maximum HTTP version that you want viewers to use to communicate with CloudFront.
setIAMCertificateId(String) - Method in class com.amazonaws.services.cloudfront.model.ViewerCertificate
 
setId(String) - Method in class com.amazonaws.services.cloudfront.model.CloudFrontOriginAccessIdentity
The ID for the origin access identity.
setId(String) - Method in class com.amazonaws.services.cloudfront.model.CloudFrontOriginAccessIdentitySummary
The ID for the origin access identity.
setId(String) - Method in class com.amazonaws.services.cloudfront.model.DeleteCloudFrontOriginAccessIdentityRequest
The origin access identity's ID.
setId(String) - Method in class com.amazonaws.services.cloudfront.model.DeleteDistributionRequest
The distribution ID.
setId(String) - Method in class com.amazonaws.services.cloudfront.model.DeleteStreamingDistributionRequest
The distribution ID.
setId(String) - Method in class com.amazonaws.services.cloudfront.model.Distribution
The identifier for the distribution.
setId(String) - Method in class com.amazonaws.services.cloudfront.model.DistributionSummary
The identifier for the distribution.
setId(String) - Method in class com.amazonaws.services.cloudfront.model.GetCloudFrontOriginAccessIdentityConfigRequest
The identity's ID.
setId(String) - Method in class com.amazonaws.services.cloudfront.model.GetCloudFrontOriginAccessIdentityRequest
The identity's ID.
setId(String) - Method in class com.amazonaws.services.cloudfront.model.GetDistributionConfigRequest
The distribution's ID.
setId(String) - Method in class com.amazonaws.services.cloudfront.model.GetDistributionRequest
The distribution's ID.
setId(String) - Method in class com.amazonaws.services.cloudfront.model.GetInvalidationRequest
The identifier for the invalidation request, for example, IDFDVBD632BHDS5.
setId(String) - Method in class com.amazonaws.services.cloudfront.model.GetStreamingDistributionConfigRequest
The streaming distribution's ID.
setId(String) - Method in class com.amazonaws.services.cloudfront.model.GetStreamingDistributionRequest
The streaming distribution's ID.
setId(String) - Method in class com.amazonaws.services.cloudfront.model.Invalidation
The identifier for the invalidation request.
setId(String) - Method in class com.amazonaws.services.cloudfront.model.InvalidationSummary
The unique ID for an invalidation request.
setId(String) - Method in class com.amazonaws.services.cloudfront.model.Origin
A unique identifier for the origin.
setId(String) - Method in class com.amazonaws.services.cloudfront.model.StreamingDistribution
The identifier for the RTMP distribution.
setId(String) - Method in class com.amazonaws.services.cloudfront.model.StreamingDistributionSummary
The identifier for the distribution.
setId(String) - Method in class com.amazonaws.services.cloudfront.model.UpdateCloudFrontOriginAccessIdentityRequest
The identity's id.
setId(String) - Method in class com.amazonaws.services.cloudfront.model.UpdateDistributionRequest
The distribution's id.
setId(String) - Method in class com.amazonaws.services.cloudfront.model.UpdateStreamingDistributionRequest
The streaming distribution's id.
setIfMatch(String) - Method in class com.amazonaws.services.cloudfront.model.DeleteCloudFrontOriginAccessIdentityRequest
The value of the ETag header you received from a previous GET or PUT request.
setIfMatch(String) - Method in class com.amazonaws.services.cloudfront.model.DeleteDistributionRequest
The value of the ETag header that you received when you disabled the distribution.
setIfMatch(String) - Method in class com.amazonaws.services.cloudfront.model.DeleteStreamingDistributionRequest
The value of the ETag header that you received when you disabled the streaming distribution.
setIfMatch(String) - Method in class com.amazonaws.services.cloudfront.model.UpdateCloudFrontOriginAccessIdentityRequest
The value of the ETag header that you received when retrieving the identity's configuration.
setIfMatch(String) - Method in class com.amazonaws.services.cloudfront.model.UpdateDistributionRequest
The value of the ETag header that you received when retrieving the distribution's configuration.
setIfMatch(String) - Method in class com.amazonaws.services.cloudfront.model.UpdateStreamingDistributionRequest
The value of the ETag header that you received when retrieving the streaming distribution's configuration.
setIncludeCookies(Boolean) - Method in class com.amazonaws.services.cloudfront.model.LoggingConfig
Specifies whether you want CloudFront to include cookies in access logs, specify true for IncludeCookies.
setInProgressInvalidationBatches(Integer) - Method in class com.amazonaws.services.cloudfront.model.Distribution
The number of invalidation batches currently in progress.
setInvalidation(Invalidation) - Method in class com.amazonaws.services.cloudfront.model.CreateInvalidationResult
The invalidation's information.
setInvalidation(Invalidation) - Method in class com.amazonaws.services.cloudfront.model.GetInvalidationResult
The invalidation's information.
setInvalidationBatch(InvalidationBatch) - Method in class com.amazonaws.services.cloudfront.model.CreateInvalidationRequest
The batch information for the invalidation.
setInvalidationBatch(InvalidationBatch) - Method in class com.amazonaws.services.cloudfront.model.Invalidation
The current invalidation information for the batch request.
setInvalidationList(InvalidationList) - Method in class com.amazonaws.services.cloudfront.model.ListInvalidationsResult
Information about invalidation batches.
setIsIPV6Enabled(Boolean) - Method in class com.amazonaws.services.cloudfront.model.DistributionConfig
If you want CloudFront to respond to IPv6 DNS requests with an IPv6 address for your distribution, specify true.
setIsIPV6Enabled(Boolean) - Method in class com.amazonaws.services.cloudfront.model.DistributionSummary
Whether CloudFront responds to IPv6 DNS requests with an IPv6 address for your distribution.
setIsTruncated(Boolean) - Method in class com.amazonaws.services.cloudfront.model.CloudFrontOriginAccessIdentityList
A flag that indicates whether more origin access identities remain to be listed.
setIsTruncated(Boolean) - Method in class com.amazonaws.services.cloudfront.model.DistributionList
A flag that indicates whether more distributions remain to be listed.
setIsTruncated(Boolean) - Method in class com.amazonaws.services.cloudfront.model.InvalidationList
A flag that indicates whether more invalidation batch requests remain to be listed.
setIsTruncated(Boolean) - Method in class com.amazonaws.services.cloudfront.model.StreamingDistributionList
A flag that indicates whether more streaming distributions remain to be listed.
setItems(Collection<Signer>) - Method in class com.amazonaws.services.cloudfront.model.ActiveTrustedSigners
A complex type that contains one Signer complex type for each trusted signer that is specified in the TrustedSigners complex type.
setItems(Collection<String>) - Method in class com.amazonaws.services.cloudfront.model.Aliases
A complex type that contains the CNAME aliases, if any, that you want to associate with this distribution.
setItems(Collection<String>) - Method in class com.amazonaws.services.cloudfront.model.AllowedMethods
A complex type that contains the HTTP methods that you want CloudFront to process and forward to your origin.
setItems(Collection<CacheBehavior>) - Method in class com.amazonaws.services.cloudfront.model.CacheBehaviors
Optional: A complex type that contains cache behaviors for this distribution.
setItems(Collection<String>) - Method in class com.amazonaws.services.cloudfront.model.CachedMethods
A complex type that contains the HTTP methods that you want CloudFront to cache responses to.
setItems(Collection<CloudFrontOriginAccessIdentitySummary>) - Method in class com.amazonaws.services.cloudfront.model.CloudFrontOriginAccessIdentityList
A complex type that contains one CloudFrontOriginAccessIdentitySummary element for each origin access identity that was created by the current AWS account.
setItems(Collection<String>) - Method in class com.amazonaws.services.cloudfront.model.CookieNames
A complex type that contains one Name element for each cookie that you want CloudFront to forward to the origin for this cache behavior.
setItems(Collection<CustomErrorResponse>) - Method in class com.amazonaws.services.cloudfront.model.CustomErrorResponses
A complex type that contains a CustomErrorResponse element for each HTTP status code for which you want to specify a custom error page and/or a caching duration.
setItems(Collection<OriginCustomHeader>) - Method in class com.amazonaws.services.cloudfront.model.CustomHeaders
Optional: A list that contains one OriginCustomHeader element for each custom header that you want CloudFront to forward to the origin.
setItems(Collection<DistributionSummary>) - Method in class com.amazonaws.services.cloudfront.model.DistributionList
A complex type that contains one DistributionSummary element for each distribution that was created by the current AWS account.
setItems(Collection<String>) - Method in class com.amazonaws.services.cloudfront.model.GeoRestriction
A complex type that contains a Location element for each country in which you want CloudFront either to distribute your content (whitelist) or not distribute your content (blacklist).
setItems(Collection<String>) - Method in class com.amazonaws.services.cloudfront.model.Headers
A complex type that contains one Name element for each header that you want CloudFront to forward to the origin and to vary on for this cache behavior.
setItems(Collection<InvalidationSummary>) - Method in class com.amazonaws.services.cloudfront.model.InvalidationList
A complex type that contains one InvalidationSummary element for each invalidation batch created by the current AWS account.
setItems(Collection<String>) - Method in class com.amazonaws.services.cloudfront.model.KeyPairIds
A complex type that lists the active CloudFront key pairs, if any, that are associated with AwsAccountNumber.
setItems(Collection<LambdaFunctionAssociation>) - Method in class com.amazonaws.services.cloudfront.model.LambdaFunctionAssociations
Optional: A complex type that contains LambdaFunctionAssociation items for this cache behavior.
setItems(Collection<Origin>) - Method in class com.amazonaws.services.cloudfront.model.Origins
A complex type that contains origins for this distribution.
setItems(Collection<String>) - Method in class com.amazonaws.services.cloudfront.model.OriginSslProtocols
A list that contains allowed SSL/TLS protocols for this distribution.
setItems(Collection<String>) - Method in class com.amazonaws.services.cloudfront.model.Paths
A complex type that contains a list of the paths that you want to invalidate.
setItems(Collection<String>) - Method in class com.amazonaws.services.cloudfront.model.QueryStringCacheKeys
(Optional) A list that contains the query string parameters that you want CloudFront to use as a basis for caching for this cache behavior.
setItems(Collection<StreamingDistributionSummary>) - Method in class com.amazonaws.services.cloudfront.model.StreamingDistributionList
A complex type that contains one StreamingDistributionSummary element for each distribution that was created by the current AWS account.
setItems(Collection<String>) - Method in class com.amazonaws.services.cloudfront.model.TagKeys
A complex type that contains Tag key elements.
setItems(Collection<Tag>) - Method in class com.amazonaws.services.cloudfront.model.Tags
A complex type that contains Tag elements.
setItems(Collection<String>) - Method in class com.amazonaws.services.cloudfront.model.TrustedSigners
Optional: A complex type that contains trusted signers for this cache behavior.
setKey(String) - Method in class com.amazonaws.services.cloudfront.model.Tag
A string that contains Tag key.
setKeyPairId(String) - Method in class com.amazonaws.services.cloudfront.CloudFrontCookieSigner.SignedCookies
 
setKeyPairIds(KeyPairIds) - Method in class com.amazonaws.services.cloudfront.model.Signer
A complex type that lists the active CloudFront key pairs, if any, that are associated with AwsAccountNumber.
setLambdaFunctionARN(String) - Method in class com.amazonaws.services.cloudfront.model.LambdaFunctionAssociation
The ARN of the Lambda function.
setLambdaFunctionAssociations(LambdaFunctionAssociations) - Method in class com.amazonaws.services.cloudfront.model.CacheBehavior
A complex type that contains zero or more Lambda function associations for a cache behavior.
setLambdaFunctionAssociations(LambdaFunctionAssociations) - Method in class com.amazonaws.services.cloudfront.model.DefaultCacheBehavior
A complex type that contains zero or more Lambda function associations for a cache behavior.
setLastModifiedTime(Date) - Method in class com.amazonaws.services.cloudfront.model.Distribution
The date and time the distribution was last modified.
setLastModifiedTime(Date) - Method in class com.amazonaws.services.cloudfront.model.DistributionSummary
The date and time the distribution was last modified.
setLastModifiedTime(Date) - Method in class com.amazonaws.services.cloudfront.model.StreamingDistribution
The date and time that the distribution was last modified.
setLastModifiedTime(Date) - Method in class com.amazonaws.services.cloudfront.model.StreamingDistributionSummary
The date and time the distribution was last modified.
setLocation(String) - Method in class com.amazonaws.services.cloudfront.model.CreateCloudFrontOriginAccessIdentityResult
The fully qualified URI of the new origin access identity just created.
setLocation(String) - Method in class com.amazonaws.services.cloudfront.model.CreateDistributionResult
The fully qualified URI of the new distribution resource just created.
setLocation(String) - Method in class com.amazonaws.services.cloudfront.model.CreateDistributionWithTagsResult
The fully qualified URI of the new distribution resource just created.
setLocation(String) - Method in class com.amazonaws.services.cloudfront.model.CreateInvalidationResult
The fully qualified URI of the distribution and invalidation batch request, including the Invalidation ID.
setLocation(String) - Method in class com.amazonaws.services.cloudfront.model.CreateStreamingDistributionResult
The fully qualified URI of the new streaming distribution resource just created.
setLocation(String) - Method in class com.amazonaws.services.cloudfront.model.CreateStreamingDistributionWithTagsResult
The fully qualified URI of the new streaming distribution resource just created.
setLogging(LoggingConfig) - Method in class com.amazonaws.services.cloudfront.model.DistributionConfig
A complex type that controls whether access logs are written for the distribution.
setLogging(StreamingLoggingConfig) - Method in class com.amazonaws.services.cloudfront.model.StreamingDistributionConfig
A complex type that controls whether access logs are written for the streaming distribution.
setMarker(String) - Method in class com.amazonaws.services.cloudfront.model.CloudFrontOriginAccessIdentityList
Use this when paginating results to indicate where to begin in your list of origin access identities.
setMarker(String) - Method in class com.amazonaws.services.cloudfront.model.DistributionList
The value you provided for the Marker request parameter.
setMarker(String) - Method in class com.amazonaws.services.cloudfront.model.InvalidationList
The value that you provided for the Marker request parameter.
setMarker(String) - Method in class com.amazonaws.services.cloudfront.model.ListCloudFrontOriginAccessIdentitiesRequest
Use this when paginating results to indicate where to begin in your list of origin access identities.
setMarker(String) - Method in class com.amazonaws.services.cloudfront.model.ListDistributionsByWebACLIdRequest
Use Marker and MaxItems to control pagination of results.
setMarker(String) - Method in class com.amazonaws.services.cloudfront.model.ListDistributionsRequest
Use this when paginating results to indicate where to begin in your list of distributions.
setMarker(String) - Method in class com.amazonaws.services.cloudfront.model.ListInvalidationsRequest
Use this parameter when paginating results to indicate where to begin in your list of invalidation batches.
setMarker(String) - Method in class com.amazonaws.services.cloudfront.model.ListStreamingDistributionsRequest
The value that you provided for the Marker request parameter.
setMarker(String) - Method in class com.amazonaws.services.cloudfront.model.StreamingDistributionList
The value you provided for the Marker request parameter.
setMaxItems(Integer) - Method in class com.amazonaws.services.cloudfront.model.CloudFrontOriginAccessIdentityList
The maximum number of origin access identities you want in the response body.
setMaxItems(Integer) - Method in class com.amazonaws.services.cloudfront.model.DistributionList
The value you provided for the MaxItems request parameter.
setMaxItems(Integer) - Method in class com.amazonaws.services.cloudfront.model.InvalidationList
The value that you provided for the MaxItems request parameter.
setMaxItems(String) - Method in class com.amazonaws.services.cloudfront.model.ListCloudFrontOriginAccessIdentitiesRequest
The maximum number of origin access identities you want in the response body.
setMaxItems(String) - Method in class com.amazonaws.services.cloudfront.model.ListDistributionsByWebACLIdRequest
The maximum number of distributions that you want CloudFront to return in the response body.
setMaxItems(String) - Method in class com.amazonaws.services.cloudfront.model.ListDistributionsRequest
The maximum number of distributions you want in the response body.
setMaxItems(String) - Method in class com.amazonaws.services.cloudfront.model.ListInvalidationsRequest
The maximum number of invalidation batches that you want in the response body.
setMaxItems(String) - Method in class com.amazonaws.services.cloudfront.model.ListStreamingDistributionsRequest
The value that you provided for the MaxItems request parameter.
setMaxItems(Integer) - Method in class com.amazonaws.services.cloudfront.model.StreamingDistributionList
The value you provided for the MaxItems request parameter.
setMaxTTL(Long) - Method in class com.amazonaws.services.cloudfront.model.CacheBehavior
The maximum amount of time that you want objects to stay in CloudFront caches before CloudFront forwards another request to your origin to determine whether the object has been updated.
setMaxTTL(Long) - Method in class com.amazonaws.services.cloudfront.model.DefaultCacheBehavior
 
setMinimumProtocolVersion(String) - Method in class com.amazonaws.services.cloudfront.model.ViewerCertificate
Specify the minimum version of the SSL/TLS protocol that you want CloudFront to use for HTTPS connections between viewers and CloudFront: SSLv3 or TLSv1.
setMinimumProtocolVersion(MinimumProtocolVersion) - Method in class com.amazonaws.services.cloudfront.model.ViewerCertificate
Specify the minimum version of the SSL/TLS protocol that you want CloudFront to use for HTTPS connections between viewers and CloudFront: SSLv3 or TLSv1.
setMinTTL(Long) - Method in class com.amazonaws.services.cloudfront.model.CacheBehavior
The minimum amount of time that you want objects to stay in CloudFront caches before CloudFront forwards another request to your origin to determine whether the object has been updated.
setMinTTL(Long) - Method in class com.amazonaws.services.cloudfront.model.DefaultCacheBehavior
The minimum amount of time that you want objects to stay in CloudFront caches before CloudFront forwards another request to your origin to determine whether the object has been updated.
setNextMarker(String) - Method in class com.amazonaws.services.cloudfront.model.CloudFrontOriginAccessIdentityList
If IsTruncated is true, this element is present and contains the value you can use for the Marker request parameter to continue listing your origin access identities where they left off.
setNextMarker(String) - Method in class com.amazonaws.services.cloudfront.model.DistributionList
If IsTruncated is true, this element is present and contains the value you can use for the Marker request parameter to continue listing your distributions where they left off.
setNextMarker(String) - Method in class com.amazonaws.services.cloudfront.model.InvalidationList
If IsTruncated is true, this element is present and contains the value that you can use for the Marker request parameter to continue listing your invalidation batches where they left off.
setNextMarker(String) - Method in class com.amazonaws.services.cloudfront.model.StreamingDistributionList
If IsTruncated is true, this element is present and contains the value you can use for the Marker request parameter to continue listing your RTMP distributions where they left off.
setOriginAccessIdentity(String) - Method in class com.amazonaws.services.cloudfront.model.S3Origin
The CloudFront origin access identity to associate with the RTMP distribution.
setOriginAccessIdentity(String) - Method in class com.amazonaws.services.cloudfront.model.S3OriginConfig
The CloudFront origin access identity to associate with the origin.
setOriginKeepaliveTimeout(Integer) - Method in class com.amazonaws.services.cloudfront.model.CustomOriginConfig
You can create a custom keep-alive timeout.
setOriginPath(String) - Method in class com.amazonaws.services.cloudfront.model.Origin
An optional element that causes CloudFront to request your content from a directory in your Amazon S3 bucket or your custom origin.
setOriginProtocolPolicy(String) - Method in class com.amazonaws.services.cloudfront.model.CustomOriginConfig
The origin protocol policy to apply to your origin.
setOriginProtocolPolicy(OriginProtocolPolicy) - Method in class com.amazonaws.services.cloudfront.model.CustomOriginConfig
The origin protocol policy to apply to your origin.
setOriginReadTimeout(Integer) - Method in class com.amazonaws.services.cloudfront.model.CustomOriginConfig
You can create a custom origin read timeout.
setOrigins(Origins) - Method in class com.amazonaws.services.cloudfront.model.DistributionConfig
A complex type that contains information about origins for this distribution.
setOrigins(Origins) - Method in class com.amazonaws.services.cloudfront.model.DistributionSummary
A complex type that contains information about origins for this distribution.
setOriginSslProtocols(OriginSslProtocols) - Method in class com.amazonaws.services.cloudfront.model.CustomOriginConfig
The SSL/TLS protocols that you want CloudFront to use when communicating with your origin over HTTPS.
setPathPattern(String) - Method in class com.amazonaws.services.cloudfront.model.CacheBehavior
The pattern (for example, images/*.jpg) that specifies which requests to apply the behavior to.
setPaths(Paths) - Method in class com.amazonaws.services.cloudfront.model.InvalidationBatch
A complex type that contains information about the objects that you want to invalidate.
setPolicy(String) - Method in class com.amazonaws.services.cloudfront.CloudFrontCookieSigner.CookiesForCustomPolicy
 
setPrefix(String) - Method in class com.amazonaws.services.cloudfront.model.LoggingConfig
An optional string that you want CloudFront to prefix to the access log filenames for this distribution, for example, myprefix/.
setPrefix(String) - Method in class com.amazonaws.services.cloudfront.model.StreamingLoggingConfig
An optional string that you want CloudFront to prefix to the access log filenames for this streaming distribution, for example, myprefix/.
setPriceClass(String) - Method in class com.amazonaws.services.cloudfront.model.DistributionConfig
The price class that corresponds with the maximum price that you want to pay for CloudFront service.
setPriceClass(PriceClass) - Method in class com.amazonaws.services.cloudfront.model.DistributionConfig
The price class that corresponds with the maximum price that you want to pay for CloudFront service.
setPriceClass(String) - Method in class com.amazonaws.services.cloudfront.model.DistributionSummary
 
setPriceClass(PriceClass) - Method in class com.amazonaws.services.cloudfront.model.DistributionSummary
 
setPriceClass(String) - Method in class com.amazonaws.services.cloudfront.model.StreamingDistributionConfig
A complex type that contains information about price class for this streaming distribution.
setPriceClass(PriceClass) - Method in class com.amazonaws.services.cloudfront.model.StreamingDistributionConfig
A complex type that contains information about price class for this streaming distribution.
setPriceClass(String) - Method in class com.amazonaws.services.cloudfront.model.StreamingDistributionSummary
 
setPriceClass(PriceClass) - Method in class com.amazonaws.services.cloudfront.model.StreamingDistributionSummary
 
setQuantity(Integer) - Method in class com.amazonaws.services.cloudfront.model.ActiveTrustedSigners
A complex type that contains one Signer complex type for each trusted signer specified in the TrustedSigners complex type.
setQuantity(Integer) - Method in class com.amazonaws.services.cloudfront.model.Aliases
The number of CNAME aliases, if any, that you want to associate with this distribution.
setQuantity(Integer) - Method in class com.amazonaws.services.cloudfront.model.AllowedMethods
The number of HTTP methods that you want CloudFront to forward to your origin.
setQuantity(Integer) - Method in class com.amazonaws.services.cloudfront.model.CacheBehaviors
The number of cache behaviors for this distribution.
setQuantity(Integer) - Method in class com.amazonaws.services.cloudfront.model.CachedMethods
The number of HTTP methods for which you want CloudFront to cache responses.
setQuantity(Integer) - Method in class com.amazonaws.services.cloudfront.model.CloudFrontOriginAccessIdentityList
The number of CloudFront origin access identities that were created by the current AWS account.
setQuantity(Integer) - Method in class com.amazonaws.services.cloudfront.model.CookieNames
The number of different cookies that you want CloudFront to forward to the origin for this cache behavior.
setQuantity(Integer) - Method in class com.amazonaws.services.cloudfront.model.CustomErrorResponses
The number of HTTP status codes for which you want to specify a custom error page and/or a caching duration.
setQuantity(Integer) - Method in class com.amazonaws.services.cloudfront.model.CustomHeaders
The number of custom headers, if any, for this distribution.
setQuantity(Integer) - Method in class com.amazonaws.services.cloudfront.model.DistributionList
The number of distributions that were created by the current AWS account.
setQuantity(Integer) - Method in class com.amazonaws.services.cloudfront.model.GeoRestriction
When geo restriction is enabled, this is the number of countries in your whitelist or blacklist.
setQuantity(Integer) - Method in class com.amazonaws.services.cloudfront.model.Headers
The number of different headers that you want CloudFront to forward to the origin for this cache behavior.
setQuantity(Integer) - Method in class com.amazonaws.services.cloudfront.model.InvalidationList
The number of invalidation batches that were created by the current AWS account.
setQuantity(Integer) - Method in class com.amazonaws.services.cloudfront.model.KeyPairIds
The number of active CloudFront key pairs for AwsAccountNumber.
setQuantity(Integer) - Method in class com.amazonaws.services.cloudfront.model.LambdaFunctionAssociations
The number of Lambda function associations for this cache behavior.
setQuantity(Integer) - Method in class com.amazonaws.services.cloudfront.model.Origins
The number of origins for this distribution.
setQuantity(Integer) - Method in class com.amazonaws.services.cloudfront.model.OriginSslProtocols
The number of SSL/TLS protocols that you want to allow CloudFront to use when establishing an HTTPS connection with this origin.
setQuantity(Integer) - Method in class com.amazonaws.services.cloudfront.model.Paths
The number of objects that you want to invalidate.
setQuantity(Integer) - Method in class com.amazonaws.services.cloudfront.model.QueryStringCacheKeys
The number of whitelisted query string parameters for this cache behavior.
setQuantity(Integer) - Method in class com.amazonaws.services.cloudfront.model.StreamingDistributionList
The number of streaming distributions that were created by the current AWS account.
setQuantity(Integer) - Method in class com.amazonaws.services.cloudfront.model.TrustedSigners
The number of trusted signers for this cache behavior.
setQueryString(Boolean) - Method in class com.amazonaws.services.cloudfront.model.ForwardedValues
Indicates whether you want CloudFront to forward query strings to the origin that is associated with this cache behavior and cache based on the query string parameters.
setQueryStringCacheKeys(QueryStringCacheKeys) - Method in class com.amazonaws.services.cloudfront.model.ForwardedValues
A complex type that contains information about the query string parameters that you want CloudFront to use for caching for this cache behavior.
setRegion(Region) - Method in class com.amazonaws.services.cloudfront.AbstractAmazonCloudFront
 
setRegion(Region) - Method in interface com.amazonaws.services.cloudfront.AmazonCloudFront
Deprecated.
use AwsClientBuilder#setRegion(String)
setResource(String) - Method in class com.amazonaws.services.cloudfront.model.ListTagsForResourceRequest
An ARN of a CloudFront resource.
setResource(String) - Method in class com.amazonaws.services.cloudfront.model.TagResourceRequest
An ARN of a CloudFront resource.
setResource(String) - Method in class com.amazonaws.services.cloudfront.model.UntagResourceRequest
An ARN of a CloudFront resource.
setResponseCode(String) - Method in class com.amazonaws.services.cloudfront.model.CustomErrorResponse
The HTTP status code that you want CloudFront to return to the viewer along with the custom error page.
setResponsePagePath(String) - Method in class com.amazonaws.services.cloudfront.model.CustomErrorResponse
The path to the custom error page that you want CloudFront to return to a viewer when your origin returns the HTTP status code specified by ErrorCode, for example, /4xx-errors/403-forbidden.html.
setRestrictions(Restrictions) - Method in class com.amazonaws.services.cloudfront.model.DistributionConfig
 
setRestrictions(Restrictions) - Method in class com.amazonaws.services.cloudfront.model.DistributionSummary
 
setRestrictionType(String) - Method in class com.amazonaws.services.cloudfront.model.GeoRestriction
The method that you want to use to restrict distribution of your content by country:
setRestrictionType(GeoRestrictionType) - Method in class com.amazonaws.services.cloudfront.model.GeoRestriction
The method that you want to use to restrict distribution of your content by country:
setS3CanonicalUserId(String) - Method in class com.amazonaws.services.cloudfront.model.CloudFrontOriginAccessIdentity
The Amazon S3 canonical user ID for the origin access identity, used when giving the origin access identity read permission to an object in Amazon S3.
setS3CanonicalUserId(String) - Method in class com.amazonaws.services.cloudfront.model.CloudFrontOriginAccessIdentitySummary
The Amazon S3 canonical user ID for the origin access identity, which you use when giving the origin access identity read permission to an object in Amazon S3.
setS3Origin(S3Origin) - Method in class com.amazonaws.services.cloudfront.model.StreamingDistributionConfig
A complex type that contains information about the Amazon S3 bucket from which you want CloudFront to get your media files for distribution.
setS3Origin(S3Origin) - Method in class com.amazonaws.services.cloudfront.model.StreamingDistributionSummary
A complex type that contains information about the Amazon S3 bucket from which you want CloudFront to get your media files for distribution.
setS3OriginConfig(S3OriginConfig) - Method in class com.amazonaws.services.cloudfront.model.Origin
A complex type that contains information about the Amazon S3 origin.
setSignature(String) - Method in class com.amazonaws.services.cloudfront.CloudFrontCookieSigner.SignedCookies
 
setSmoothStreaming(Boolean) - Method in class com.amazonaws.services.cloudfront.model.CacheBehavior
Indicates whether you want to distribute media files in the Microsoft Smooth Streaming format using the origin that is associated with this cache behavior.
setSmoothStreaming(Boolean) - Method in class com.amazonaws.services.cloudfront.model.DefaultCacheBehavior
Indicates whether you want to distribute media files in the Microsoft Smooth Streaming format using the origin that is associated with this cache behavior.
setSSLSupportMethod(String) - Method in class com.amazonaws.services.cloudfront.model.ViewerCertificate
If you specify a value for ACMCertificateArn or for IAMCertificateId, you must also specify how you want CloudFront to serve HTTPS requests: using a method that works for all clients or one that works for most clients:
setSSLSupportMethod(SSLSupportMethod) - Method in class com.amazonaws.services.cloudfront.model.ViewerCertificate
If you specify a value for ACMCertificateArn or for IAMCertificateId, you must also specify how you want CloudFront to serve HTTPS requests: using a method that works for all clients or one that works for most clients:
setStatus(String) - Method in class com.amazonaws.services.cloudfront.model.Distribution
This response element indicates the current status of the distribution.
setStatus(String) - Method in class com.amazonaws.services.cloudfront.model.DistributionSummary
The current status of the distribution.
setStatus(String) - Method in class com.amazonaws.services.cloudfront.model.Invalidation
The status of the invalidation request.
setStatus(String) - Method in class com.amazonaws.services.cloudfront.model.InvalidationSummary
The status of an invalidation request.
setStatus(String) - Method in class com.amazonaws.services.cloudfront.model.StreamingDistribution
The current status of the RTMP distribution.
setStatus(String) - Method in class com.amazonaws.services.cloudfront.model.StreamingDistributionSummary
Indicates the current status of the distribution.
setStreamingDistribution(StreamingDistribution) - Method in class com.amazonaws.services.cloudfront.model.CreateStreamingDistributionResult
The streaming distribution's information.
setStreamingDistribution(StreamingDistribution) - Method in class com.amazonaws.services.cloudfront.model.CreateStreamingDistributionWithTagsResult
The streaming distribution's information.
setStreamingDistribution(StreamingDistribution) - Method in class com.amazonaws.services.cloudfront.model.GetStreamingDistributionResult
The streaming distribution's information.
setStreamingDistribution(StreamingDistribution) - Method in class com.amazonaws.services.cloudfront.model.UpdateStreamingDistributionResult
The streaming distribution's information.
setStreamingDistributionConfig(StreamingDistributionConfig) - Method in class com.amazonaws.services.cloudfront.model.CreateStreamingDistributionRequest
The streaming distribution's configuration information.
setStreamingDistributionConfig(StreamingDistributionConfig) - Method in class com.amazonaws.services.cloudfront.model.GetStreamingDistributionConfigResult
The streaming distribution's configuration information.
setStreamingDistributionConfig(StreamingDistributionConfig) - Method in class com.amazonaws.services.cloudfront.model.StreamingDistribution
The current configuration information for the RTMP distribution.
setStreamingDistributionConfig(StreamingDistributionConfig) - Method in class com.amazonaws.services.cloudfront.model.StreamingDistributionConfigWithTags
A streaming distribution Configuration.
setStreamingDistributionConfig(StreamingDistributionConfig) - Method in class com.amazonaws.services.cloudfront.model.UpdateStreamingDistributionRequest
The streaming distribution's configuration information.
setStreamingDistributionConfigWithTags(StreamingDistributionConfigWithTags) - Method in class com.amazonaws.services.cloudfront.model.CreateStreamingDistributionWithTagsRequest
The streaming distribution's configuration information.
setStreamingDistributionList(StreamingDistributionList) - Method in class com.amazonaws.services.cloudfront.model.ListStreamingDistributionsResult
The StreamingDistributionList type.
setTagKeys(TagKeys) - Method in class com.amazonaws.services.cloudfront.model.UntagResourceRequest
A complex type that contains zero or more Tag key elements.
setTags(Tags) - Method in class com.amazonaws.services.cloudfront.model.DistributionConfigWithTags
A complex type that contains zero or more Tag elements.
setTags(Tags) - Method in class com.amazonaws.services.cloudfront.model.ListTagsForResourceResult
A complex type that contains zero or more Tag elements.
setTags(Tags) - Method in class com.amazonaws.services.cloudfront.model.StreamingDistributionConfigWithTags
A complex type that contains zero or more Tag elements.
setTags(Tags) - Method in class com.amazonaws.services.cloudfront.model.TagResourceRequest
A complex type that contains zero or more Tag elements.
setTargetOriginId(String) - Method in class com.amazonaws.services.cloudfront.model.CacheBehavior
The value of ID for the origin that you want CloudFront to route requests to when a request matches the path pattern either for a cache behavior or for the default cache behavior.
setTargetOriginId(String) - Method in class com.amazonaws.services.cloudfront.model.DefaultCacheBehavior
The value of ID for the origin that you want CloudFront to route requests to when a request matches the path pattern either for a cache behavior or for the default cache behavior.
setTrustedSigners(TrustedSigners) - Method in class com.amazonaws.services.cloudfront.model.CacheBehavior
A complex type that specifies the AWS accounts, if any, that you want to allow to create signed URLs for private content.
setTrustedSigners(TrustedSigners) - Method in class com.amazonaws.services.cloudfront.model.DefaultCacheBehavior
A complex type that specifies the AWS accounts, if any, that you want to allow to create signed URLs for private content.
setTrustedSigners(TrustedSigners) - Method in class com.amazonaws.services.cloudfront.model.StreamingDistributionConfig
A complex type that specifies any AWS accounts that you want to permit to create signed URLs for private content.
setTrustedSigners(TrustedSigners) - Method in class com.amazonaws.services.cloudfront.model.StreamingDistributionSummary
A complex type that specifies the AWS accounts, if any, that you want to allow to create signed URLs for private content.
setValue(String) - Method in class com.amazonaws.services.cloudfront.CloudFrontCookieSigner.SignedCookies.CookieKeyValuePair
 
setValue(String) - Method in class com.amazonaws.services.cloudfront.model.Tag
A string that contains an optional Tag value.
setViewerCertificate(ViewerCertificate) - Method in class com.amazonaws.services.cloudfront.model.DistributionConfig
 
setViewerCertificate(ViewerCertificate) - Method in class com.amazonaws.services.cloudfront.model.DistributionSummary
 
setViewerProtocolPolicy(String) - Method in class com.amazonaws.services.cloudfront.model.CacheBehavior
The protocol that viewers can use to access the files in the origin specified by TargetOriginId when a request matches the path pattern in PathPattern.
setViewerProtocolPolicy(ViewerProtocolPolicy) - Method in class com.amazonaws.services.cloudfront.model.CacheBehavior
The protocol that viewers can use to access the files in the origin specified by TargetOriginId when a request matches the path pattern in PathPattern.
setViewerProtocolPolicy(String) - Method in class com.amazonaws.services.cloudfront.model.DefaultCacheBehavior
The protocol that viewers can use to access the files in the origin specified by TargetOriginId when a request matches the path pattern in PathPattern.
setViewerProtocolPolicy(ViewerProtocolPolicy) - Method in class com.amazonaws.services.cloudfront.model.DefaultCacheBehavior
The protocol that viewers can use to access the files in the origin specified by TargetOriginId when a request matches the path pattern in PathPattern.
setWebACLId(String) - Method in class com.amazonaws.services.cloudfront.model.DistributionConfig
A unique identifier that specifies the AWS WAF web ACL, if any, to associate with this distribution.
setWebACLId(String) - Method in class com.amazonaws.services.cloudfront.model.DistributionSummary
The Web ACL Id (if any) associated with the distribution.
setWebACLId(String) - Method in class com.amazonaws.services.cloudfront.model.ListDistributionsByWebACLIdRequest
The ID of the AWS WAF web ACL that you want to list the associated distributions.
setWhitelistedNames(CookieNames) - Method in class com.amazonaws.services.cloudfront.model.CookiePreference
Required if you specify whitelist for the value of Forward:.
shutdown() - Method in class com.amazonaws.services.cloudfront.AbstractAmazonCloudFront
 
shutdown() - Method in interface com.amazonaws.services.cloudfront.AmazonCloudFront
Shuts down this client object, releasing any resources that might be held open.
shutdown() - Method in class com.amazonaws.services.cloudfront.AmazonCloudFrontAsyncClient
Shuts down the client, releasing all managed resources.
shutdown() - Method in class com.amazonaws.services.cloudfront.AmazonCloudFrontClient
 
shutdown() - Method in class com.amazonaws.services.cloudfront.waiters.AmazonCloudFrontWaiters
 
signature - Variable in class com.amazonaws.services.cloudfront.CloudFrontCookieSigner.SignedCookies
The hashed and signed version of the policy.
SignedCookies() - Constructor for class com.amazonaws.services.cloudfront.CloudFrontCookieSigner.SignedCookies
 
Signer - Class in com.amazonaws.services.cloudfront.model
A complex type that lists the AWS accounts that were included in the TrustedSigners complex type, as well as their active CloudFront key pair IDs, if any.
Signer() - Constructor for class com.amazonaws.services.cloudfront.model.Signer
 
SignerUtils - Class in com.amazonaws.services.cloudfront.util
 
SignerUtils() - Constructor for class com.amazonaws.services.cloudfront.util.SignerUtils
 
SignerUtils.Protocol - Enum in com.amazonaws.services.cloudfront.util
Enumeration of protocols for presigned URLs
signWithSha1RSA(byte[], PrivateKey) - Static method in class com.amazonaws.services.cloudfront.util.SignerUtils
Signs the data given with the private key given, using the SHA1withRSA algorithm provided by bouncy castle.
SslProtocol - Enum in com.amazonaws.services.cloudfront.model
 
SSLSupportMethod - Enum in com.amazonaws.services.cloudfront.model
 
standard() - Static method in class com.amazonaws.services.cloudfront.AmazonCloudFrontAsyncClientBuilder
 
standard() - Static method in class com.amazonaws.services.cloudfront.AmazonCloudFrontClientBuilder
 
StreamingDistribution - Class in com.amazonaws.services.cloudfront.model
A streaming distribution.
StreamingDistribution() - Constructor for class com.amazonaws.services.cloudfront.model.StreamingDistribution
 
StreamingDistributionAlreadyExistsException - Exception in com.amazonaws.services.cloudfront.model
 
StreamingDistributionAlreadyExistsException(String) - Constructor for exception com.amazonaws.services.cloudfront.model.StreamingDistributionAlreadyExistsException
Constructs a new StreamingDistributionAlreadyExistsException with the specified error message.
StreamingDistributionConfig - Class in com.amazonaws.services.cloudfront.model
The RTMP distribution's configuration information.
StreamingDistributionConfig() - Constructor for class com.amazonaws.services.cloudfront.model.StreamingDistributionConfig
Default constructor for StreamingDistributionConfig object.
StreamingDistributionConfig(String, S3Origin, Boolean) - Constructor for class com.amazonaws.services.cloudfront.model.StreamingDistributionConfig
Constructs a new StreamingDistributionConfig object.
StreamingDistributionConfigWithTags - Class in com.amazonaws.services.cloudfront.model
A streaming distribution Configuration and a list of tags to be associated with the streaming distribution.
StreamingDistributionConfigWithTags() - Constructor for class com.amazonaws.services.cloudfront.model.StreamingDistributionConfigWithTags
 
streamingDistributionDeployed() - Method in class com.amazonaws.services.cloudfront.waiters.AmazonCloudFrontWaiters
Builds a StreamingDistributionDeployed waiter by using custom parameters waiterParameters and other parameters defined in the waiters specification, and then polls until it determines whether the resource entered the desired state or not, where polling criteria is bound by either default polling strategy or custom polling strategy.
StreamingDistributionList - Class in com.amazonaws.services.cloudfront.model
A streaming distribution list.
StreamingDistributionList() - Constructor for class com.amazonaws.services.cloudfront.model.StreamingDistributionList
 
StreamingDistributionNotDisabledException - Exception in com.amazonaws.services.cloudfront.model
 
StreamingDistributionNotDisabledException(String) - Constructor for exception com.amazonaws.services.cloudfront.model.StreamingDistributionNotDisabledException
Constructs a new StreamingDistributionNotDisabledException with the specified error message.
StreamingDistributionSummary - Class in com.amazonaws.services.cloudfront.model
A summary of the information for an Amazon CloudFront streaming distribution.
StreamingDistributionSummary() - Constructor for class com.amazonaws.services.cloudfront.model.StreamingDistributionSummary
 
StreamingLoggingConfig - Class in com.amazonaws.services.cloudfront.model
A complex type that controls whether access logs are written for this streaming distribution.
StreamingLoggingConfig() - Constructor for class com.amazonaws.services.cloudfront.model.StreamingLoggingConfig
 

T

Tag - Class in com.amazonaws.services.cloudfront.model
A complex type that contains Tag key and Tag value.
Tag() - Constructor for class com.amazonaws.services.cloudfront.model.Tag
 
TagKeys - Class in com.amazonaws.services.cloudfront.model
A complex type that contains zero or more Tag elements.
TagKeys() - Constructor for class com.amazonaws.services.cloudfront.model.TagKeys
 
tagResource(TagResourceRequest) - Method in class com.amazonaws.services.cloudfront.AbstractAmazonCloudFront
 
tagResource(TagResourceRequest) - Method in interface com.amazonaws.services.cloudfront.AmazonCloudFront
Add tags to a CloudFront resource.
tagResource(TagResourceRequest) - Method in class com.amazonaws.services.cloudfront.AmazonCloudFrontClient
Add tags to a CloudFront resource.
tagResourceAsync(TagResourceRequest) - Method in class com.amazonaws.services.cloudfront.AbstractAmazonCloudFrontAsync
 
tagResourceAsync(TagResourceRequest, AsyncHandler<TagResourceRequest, TagResourceResult>) - Method in class com.amazonaws.services.cloudfront.AbstractAmazonCloudFrontAsync
 
tagResourceAsync(TagResourceRequest) - Method in interface com.amazonaws.services.cloudfront.AmazonCloudFrontAsync
Add tags to a CloudFront resource.
tagResourceAsync(TagResourceRequest, AsyncHandler<TagResourceRequest, TagResourceResult>) - Method in interface com.amazonaws.services.cloudfront.AmazonCloudFrontAsync
Add tags to a CloudFront resource.
tagResourceAsync(TagResourceRequest) - Method in class com.amazonaws.services.cloudfront.AmazonCloudFrontAsyncClient
 
tagResourceAsync(TagResourceRequest, AsyncHandler<TagResourceRequest, TagResourceResult>) - Method in class com.amazonaws.services.cloudfront.AmazonCloudFrontAsyncClient
 
TagResourceRequest - Class in com.amazonaws.services.cloudfront.model
The request to add tags to a CloudFront resource.
TagResourceRequest() - Constructor for class com.amazonaws.services.cloudfront.model.TagResourceRequest
 
TagResourceResult - Class in com.amazonaws.services.cloudfront.model
 
TagResourceResult() - Constructor for class com.amazonaws.services.cloudfront.model.TagResourceResult
 
Tags - Class in com.amazonaws.services.cloudfront.model
A complex type that contains zero or more Tag elements.
Tags() - Constructor for class com.amazonaws.services.cloudfront.model.Tags
 
TooManyCacheBehaviorsException - Exception in com.amazonaws.services.cloudfront.model
You cannot create more cache behaviors for the distribution.
TooManyCacheBehaviorsException(String) - Constructor for exception com.amazonaws.services.cloudfront.model.TooManyCacheBehaviorsException
Constructs a new TooManyCacheBehaviorsException with the specified error message.
TooManyCertificatesException - Exception in com.amazonaws.services.cloudfront.model
You cannot create anymore custom SSL/TLS certificates.
TooManyCertificatesException(String) - Constructor for exception com.amazonaws.services.cloudfront.model.TooManyCertificatesException
Constructs a new TooManyCertificatesException with the specified error message.
TooManyCloudFrontOriginAccessIdentitiesException - Exception in com.amazonaws.services.cloudfront.model
Processing your request would cause you to exceed the maximum number of origin access identities allowed.
TooManyCloudFrontOriginAccessIdentitiesException(String) - Constructor for exception com.amazonaws.services.cloudfront.model.TooManyCloudFrontOriginAccessIdentitiesException
Constructs a new TooManyCloudFrontOriginAccessIdentitiesException with the specified error message.
TooManyCookieNamesInWhiteListException - Exception in com.amazonaws.services.cloudfront.model
Your request contains more cookie names in the whitelist than are allowed per cache behavior.
TooManyCookieNamesInWhiteListException(String) - Constructor for exception com.amazonaws.services.cloudfront.model.TooManyCookieNamesInWhiteListException
Constructs a new TooManyCookieNamesInWhiteListException with the specified error message.
TooManyDistributionCNAMEsException - Exception in com.amazonaws.services.cloudfront.model
Your request contains more CNAMEs than are allowed per distribution.
TooManyDistributionCNAMEsException(String) - Constructor for exception com.amazonaws.services.cloudfront.model.TooManyDistributionCNAMEsException
Constructs a new TooManyDistributionCNAMEsException with the specified error message.
TooManyDistributionsException - Exception in com.amazonaws.services.cloudfront.model
Processing your request would cause you to exceed the maximum number of distributions allowed.
TooManyDistributionsException(String) - Constructor for exception com.amazonaws.services.cloudfront.model.TooManyDistributionsException
Constructs a new TooManyDistributionsException with the specified error message.
TooManyDistributionsWithLambdaAssociationsException - Exception in com.amazonaws.services.cloudfront.model
Processing your request would cause the maximum number of distributions with Lambda function associations per owner to be exceeded.
TooManyDistributionsWithLambdaAssociationsException(String) - Constructor for exception com.amazonaws.services.cloudfront.model.TooManyDistributionsWithLambdaAssociationsException
Constructs a new TooManyDistributionsWithLambdaAssociationsException with the specified error message.
TooManyHeadersInForwardedValuesException - Exception in com.amazonaws.services.cloudfront.model
 
TooManyHeadersInForwardedValuesException(String) - Constructor for exception com.amazonaws.services.cloudfront.model.TooManyHeadersInForwardedValuesException
Constructs a new TooManyHeadersInForwardedValuesException with the specified error message.
TooManyInvalidationsInProgressException - Exception in com.amazonaws.services.cloudfront.model
You have exceeded the maximum number of allowable InProgress invalidation batch requests, or invalidation objects.
TooManyInvalidationsInProgressException(String) - Constructor for exception com.amazonaws.services.cloudfront.model.TooManyInvalidationsInProgressException
Constructs a new TooManyInvalidationsInProgressException with the specified error message.
TooManyLambdaFunctionAssociationsException - Exception in com.amazonaws.services.cloudfront.model
Your request contains more Lambda function associations than are allowed per distribution.
TooManyLambdaFunctionAssociationsException(String) - Constructor for exception com.amazonaws.services.cloudfront.model.TooManyLambdaFunctionAssociationsException
Constructs a new TooManyLambdaFunctionAssociationsException with the specified error message.
TooManyOriginCustomHeadersException - Exception in com.amazonaws.services.cloudfront.model
 
TooManyOriginCustomHeadersException(String) - Constructor for exception com.amazonaws.services.cloudfront.model.TooManyOriginCustomHeadersException
Constructs a new TooManyOriginCustomHeadersException with the specified error message.
TooManyOriginsException - Exception in com.amazonaws.services.cloudfront.model
You cannot create more origins for the distribution.
TooManyOriginsException(String) - Constructor for exception com.amazonaws.services.cloudfront.model.TooManyOriginsException
Constructs a new TooManyOriginsException with the specified error message.
TooManyQueryStringParametersException - Exception in com.amazonaws.services.cloudfront.model
 
TooManyQueryStringParametersException(String) - Constructor for exception com.amazonaws.services.cloudfront.model.TooManyQueryStringParametersException
Constructs a new TooManyQueryStringParametersException with the specified error message.
TooManyStreamingDistributionCNAMEsException - Exception in com.amazonaws.services.cloudfront.model
 
TooManyStreamingDistributionCNAMEsException(String) - Constructor for exception com.amazonaws.services.cloudfront.model.TooManyStreamingDistributionCNAMEsException
Constructs a new TooManyStreamingDistributionCNAMEsException with the specified error message.
TooManyStreamingDistributionsException - Exception in com.amazonaws.services.cloudfront.model
Processing your request would cause you to exceed the maximum number of streaming distributions allowed.
TooManyStreamingDistributionsException(String) - Constructor for exception com.amazonaws.services.cloudfront.model.TooManyStreamingDistributionsException
Constructs a new TooManyStreamingDistributionsException with the specified error message.
TooManyTrustedSignersException - Exception in com.amazonaws.services.cloudfront.model
Your request contains more trusted signers than are allowed per distribution.
TooManyTrustedSignersException(String) - Constructor for exception com.amazonaws.services.cloudfront.model.TooManyTrustedSignersException
Constructs a new TooManyTrustedSignersException with the specified error message.
toString() - Method in class com.amazonaws.services.cloudfront.model.ActiveTrustedSigners
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.cloudfront.model.Aliases
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.cloudfront.model.AllowedMethods
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.cloudfront.model.CacheBehavior
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.cloudfront.model.CacheBehaviors
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.cloudfront.model.CachedMethods
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in enum com.amazonaws.services.cloudfront.model.CertificateSource
 
toString() - Method in class com.amazonaws.services.cloudfront.model.CloudFrontOriginAccessIdentity
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.cloudfront.model.CloudFrontOriginAccessIdentityConfig
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.cloudfront.model.CloudFrontOriginAccessIdentityList
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.cloudfront.model.CloudFrontOriginAccessIdentitySummary
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.cloudfront.model.CookieNames
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.cloudfront.model.CookiePreference
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.cloudfront.model.CreateCloudFrontOriginAccessIdentityRequest
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.cloudfront.model.CreateCloudFrontOriginAccessIdentityResult
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.cloudfront.model.CreateDistributionRequest
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.cloudfront.model.CreateDistributionResult
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.cloudfront.model.CreateDistributionWithTagsRequest
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.cloudfront.model.CreateDistributionWithTagsResult
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.cloudfront.model.CreateInvalidationRequest
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.cloudfront.model.CreateInvalidationResult
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.cloudfront.model.CreateStreamingDistributionRequest
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.cloudfront.model.CreateStreamingDistributionResult
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.cloudfront.model.CreateStreamingDistributionWithTagsRequest
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.cloudfront.model.CreateStreamingDistributionWithTagsResult
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.cloudfront.model.CustomErrorResponse
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.cloudfront.model.CustomErrorResponses
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.cloudfront.model.CustomHeaders
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.cloudfront.model.CustomOriginConfig
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.cloudfront.model.DefaultCacheBehavior
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.cloudfront.model.DeleteCloudFrontOriginAccessIdentityRequest
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.cloudfront.model.DeleteCloudFrontOriginAccessIdentityResult
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.cloudfront.model.DeleteDistributionRequest
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.cloudfront.model.DeleteDistributionResult
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.cloudfront.model.DeleteStreamingDistributionRequest
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.cloudfront.model.DeleteStreamingDistributionResult
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.cloudfront.model.Distribution
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.cloudfront.model.DistributionConfig
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.cloudfront.model.DistributionConfigWithTags
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.cloudfront.model.DistributionList
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.cloudfront.model.DistributionSummary
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in enum com.amazonaws.services.cloudfront.model.EventType
 
toString() - Method in class com.amazonaws.services.cloudfront.model.ForwardedValues
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.cloudfront.model.GeoRestriction
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in enum com.amazonaws.services.cloudfront.model.GeoRestrictionType
 
toString() - Method in class com.amazonaws.services.cloudfront.model.GetCloudFrontOriginAccessIdentityConfigRequest
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.cloudfront.model.GetCloudFrontOriginAccessIdentityConfigResult
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.cloudfront.model.GetCloudFrontOriginAccessIdentityRequest
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.cloudfront.model.GetCloudFrontOriginAccessIdentityResult
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.cloudfront.model.GetDistributionConfigRequest
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.cloudfront.model.GetDistributionConfigResult
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.cloudfront.model.GetDistributionRequest
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.cloudfront.model.GetDistributionResult
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.cloudfront.model.GetInvalidationRequest
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.cloudfront.model.GetInvalidationResult
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.cloudfront.model.GetStreamingDistributionConfigRequest
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.cloudfront.model.GetStreamingDistributionConfigResult
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.cloudfront.model.GetStreamingDistributionRequest
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.cloudfront.model.GetStreamingDistributionResult
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.cloudfront.model.Headers
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in enum com.amazonaws.services.cloudfront.model.HttpVersion
 
toString() - Method in class com.amazonaws.services.cloudfront.model.Invalidation
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.cloudfront.model.InvalidationBatch
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.cloudfront.model.InvalidationList
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.cloudfront.model.InvalidationSummary
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in enum com.amazonaws.services.cloudfront.model.ItemSelection
 
toString() - Method in class com.amazonaws.services.cloudfront.model.KeyPairIds
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.cloudfront.model.LambdaFunctionAssociation
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.cloudfront.model.LambdaFunctionAssociations
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.cloudfront.model.ListCloudFrontOriginAccessIdentitiesRequest
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.cloudfront.model.ListCloudFrontOriginAccessIdentitiesResult
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.cloudfront.model.ListDistributionsByWebACLIdRequest
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.cloudfront.model.ListDistributionsByWebACLIdResult
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.cloudfront.model.ListDistributionsRequest
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.cloudfront.model.ListDistributionsResult
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.cloudfront.model.ListInvalidationsRequest
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.cloudfront.model.ListInvalidationsResult
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.cloudfront.model.ListStreamingDistributionsRequest
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.cloudfront.model.ListStreamingDistributionsResult
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.cloudfront.model.ListTagsForResourceRequest
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.cloudfront.model.ListTagsForResourceResult
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.cloudfront.model.LoggingConfig
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in enum com.amazonaws.services.cloudfront.model.Method
 
toString() - Method in enum com.amazonaws.services.cloudfront.model.MinimumProtocolVersion
 
toString() - Method in class com.amazonaws.services.cloudfront.model.Origin
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.cloudfront.model.OriginCustomHeader
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in enum com.amazonaws.services.cloudfront.model.OriginProtocolPolicy
 
toString() - Method in class com.amazonaws.services.cloudfront.model.Origins
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.cloudfront.model.OriginSslProtocols
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.cloudfront.model.Paths
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in enum com.amazonaws.services.cloudfront.model.PriceClass
 
toString() - Method in class com.amazonaws.services.cloudfront.model.QueryStringCacheKeys
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.cloudfront.model.Restrictions
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.cloudfront.model.S3Origin
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.cloudfront.model.S3OriginConfig
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.cloudfront.model.Signer
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in enum com.amazonaws.services.cloudfront.model.SslProtocol
 
toString() - Method in enum com.amazonaws.services.cloudfront.model.SSLSupportMethod
 
toString() - Method in class com.amazonaws.services.cloudfront.model.StreamingDistribution
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.cloudfront.model.StreamingDistributionConfig
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.cloudfront.model.StreamingDistributionConfigWithTags
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.cloudfront.model.StreamingDistributionList
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.cloudfront.model.StreamingDistributionSummary
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.cloudfront.model.StreamingLoggingConfig
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.cloudfront.model.Tag
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.cloudfront.model.TagKeys
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.cloudfront.model.TagResourceRequest
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.cloudfront.model.TagResourceResult
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.cloudfront.model.Tags
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.cloudfront.model.TrustedSigners
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.cloudfront.model.UntagResourceRequest
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.cloudfront.model.UntagResourceResult
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.cloudfront.model.UpdateCloudFrontOriginAccessIdentityRequest
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.cloudfront.model.UpdateCloudFrontOriginAccessIdentityResult
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.cloudfront.model.UpdateDistributionRequest
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.cloudfront.model.UpdateDistributionResult
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.cloudfront.model.UpdateStreamingDistributionRequest
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.cloudfront.model.UpdateStreamingDistributionResult
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.cloudfront.model.ViewerCertificate
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in enum com.amazonaws.services.cloudfront.model.ViewerProtocolPolicy
 
TrustedSignerDoesNotExistException - Exception in com.amazonaws.services.cloudfront.model
One or more of your trusted signers do not exist.
TrustedSignerDoesNotExistException(String) - Constructor for exception com.amazonaws.services.cloudfront.model.TrustedSignerDoesNotExistException
Constructs a new TrustedSignerDoesNotExistException with the specified error message.
TrustedSigners - Class in com.amazonaws.services.cloudfront.model
A complex type that specifies the AWS accounts, if any, that you want to allow to create signed URLs for private content.
TrustedSigners() - Constructor for class com.amazonaws.services.cloudfront.model.TrustedSigners
Default constructor for TrustedSigners object.
TrustedSigners(List<String>) - Constructor for class com.amazonaws.services.cloudfront.model.TrustedSigners
Constructs a new TrustedSigners object.

U

untagResource(UntagResourceRequest) - Method in class com.amazonaws.services.cloudfront.AbstractAmazonCloudFront
 
untagResource(UntagResourceRequest) - Method in interface com.amazonaws.services.cloudfront.AmazonCloudFront
Remove tags from a CloudFront resource.
untagResource(UntagResourceRequest) - Method in class com.amazonaws.services.cloudfront.AmazonCloudFrontClient
Remove tags from a CloudFront resource.
untagResourceAsync(UntagResourceRequest) - Method in class com.amazonaws.services.cloudfront.AbstractAmazonCloudFrontAsync
 
untagResourceAsync(UntagResourceRequest, AsyncHandler<UntagResourceRequest, UntagResourceResult>) - Method in class com.amazonaws.services.cloudfront.AbstractAmazonCloudFrontAsync
 
untagResourceAsync(UntagResourceRequest) - Method in interface com.amazonaws.services.cloudfront.AmazonCloudFrontAsync
Remove tags from a CloudFront resource.
untagResourceAsync(UntagResourceRequest, AsyncHandler<UntagResourceRequest, UntagResourceResult>) - Method in interface com.amazonaws.services.cloudfront.AmazonCloudFrontAsync
Remove tags from a CloudFront resource.
untagResourceAsync(UntagResourceRequest) - Method in class com.amazonaws.services.cloudfront.AmazonCloudFrontAsyncClient
 
untagResourceAsync(UntagResourceRequest, AsyncHandler<UntagResourceRequest, UntagResourceResult>) - Method in class com.amazonaws.services.cloudfront.AmazonCloudFrontAsyncClient
 
UntagResourceRequest - Class in com.amazonaws.services.cloudfront.model
The request to remove tags from a CloudFront resource.
UntagResourceRequest() - Constructor for class com.amazonaws.services.cloudfront.model.UntagResourceRequest
 
UntagResourceResult - Class in com.amazonaws.services.cloudfront.model
 
UntagResourceResult() - Constructor for class com.amazonaws.services.cloudfront.model.UntagResourceResult
 
updateCloudFrontOriginAccessIdentity(UpdateCloudFrontOriginAccessIdentityRequest) - Method in class com.amazonaws.services.cloudfront.AbstractAmazonCloudFront
 
updateCloudFrontOriginAccessIdentity(UpdateCloudFrontOriginAccessIdentityRequest) - Method in interface com.amazonaws.services.cloudfront.AmazonCloudFront
Update an origin access identity.
updateCloudFrontOriginAccessIdentity(UpdateCloudFrontOriginAccessIdentityRequest) - Method in class com.amazonaws.services.cloudfront.AmazonCloudFrontClient
Update an origin access identity.
updateCloudFrontOriginAccessIdentityAsync(UpdateCloudFrontOriginAccessIdentityRequest) - Method in class com.amazonaws.services.cloudfront.AbstractAmazonCloudFrontAsync
 
updateCloudFrontOriginAccessIdentityAsync(UpdateCloudFrontOriginAccessIdentityRequest, AsyncHandler<UpdateCloudFrontOriginAccessIdentityRequest, UpdateCloudFrontOriginAccessIdentityResult>) - Method in class com.amazonaws.services.cloudfront.AbstractAmazonCloudFrontAsync
 
updateCloudFrontOriginAccessIdentityAsync(UpdateCloudFrontOriginAccessIdentityRequest) - Method in interface com.amazonaws.services.cloudfront.AmazonCloudFrontAsync
Update an origin access identity.
updateCloudFrontOriginAccessIdentityAsync(UpdateCloudFrontOriginAccessIdentityRequest, AsyncHandler<UpdateCloudFrontOriginAccessIdentityRequest, UpdateCloudFrontOriginAccessIdentityResult>) - Method in interface com.amazonaws.services.cloudfront.AmazonCloudFrontAsync
Update an origin access identity.
updateCloudFrontOriginAccessIdentityAsync(UpdateCloudFrontOriginAccessIdentityRequest) - Method in class com.amazonaws.services.cloudfront.AmazonCloudFrontAsyncClient
 
updateCloudFrontOriginAccessIdentityAsync(UpdateCloudFrontOriginAccessIdentityRequest, AsyncHandler<UpdateCloudFrontOriginAccessIdentityRequest, UpdateCloudFrontOriginAccessIdentityResult>) - Method in class com.amazonaws.services.cloudfront.AmazonCloudFrontAsyncClient
 
UpdateCloudFrontOriginAccessIdentityRequest - Class in com.amazonaws.services.cloudfront.model
The request to update an origin access identity.
UpdateCloudFrontOriginAccessIdentityRequest() - Constructor for class com.amazonaws.services.cloudfront.model.UpdateCloudFrontOriginAccessIdentityRequest
Default constructor for UpdateCloudFrontOriginAccessIdentityRequest object.
UpdateCloudFrontOriginAccessIdentityRequest(CloudFrontOriginAccessIdentityConfig, String, String) - Constructor for class com.amazonaws.services.cloudfront.model.UpdateCloudFrontOriginAccessIdentityRequest
Constructs a new UpdateCloudFrontOriginAccessIdentityRequest object.
UpdateCloudFrontOriginAccessIdentityResult - Class in com.amazonaws.services.cloudfront.model
The returned result of the corresponding request.
UpdateCloudFrontOriginAccessIdentityResult() - Constructor for class com.amazonaws.services.cloudfront.model.UpdateCloudFrontOriginAccessIdentityResult
 
updateDistribution(UpdateDistributionRequest) - Method in class com.amazonaws.services.cloudfront.AbstractAmazonCloudFront
 
updateDistribution(UpdateDistributionRequest) - Method in interface com.amazonaws.services.cloudfront.AmazonCloudFront
Updates the configuration for a web distribution.
updateDistribution(UpdateDistributionRequest) - Method in class com.amazonaws.services.cloudfront.AmazonCloudFrontClient
Updates the configuration for a web distribution.
updateDistributionAsync(UpdateDistributionRequest) - Method in class com.amazonaws.services.cloudfront.AbstractAmazonCloudFrontAsync
 
updateDistributionAsync(UpdateDistributionRequest, AsyncHandler<UpdateDistributionRequest, UpdateDistributionResult>) - Method in class com.amazonaws.services.cloudfront.AbstractAmazonCloudFrontAsync
 
updateDistributionAsync(UpdateDistributionRequest) - Method in interface com.amazonaws.services.cloudfront.AmazonCloudFrontAsync
Updates the configuration for a web distribution.
updateDistributionAsync(UpdateDistributionRequest, AsyncHandler<UpdateDistributionRequest, UpdateDistributionResult>) - Method in interface com.amazonaws.services.cloudfront.AmazonCloudFrontAsync
Updates the configuration for a web distribution.
updateDistributionAsync(UpdateDistributionRequest) - Method in class com.amazonaws.services.cloudfront.AmazonCloudFrontAsyncClient
 
updateDistributionAsync(UpdateDistributionRequest, AsyncHandler<UpdateDistributionRequest, UpdateDistributionResult>) - Method in class com.amazonaws.services.cloudfront.AmazonCloudFrontAsyncClient
 
UpdateDistributionRequest - Class in com.amazonaws.services.cloudfront.model
The request to update a distribution.
UpdateDistributionRequest() - Constructor for class com.amazonaws.services.cloudfront.model.UpdateDistributionRequest
Default constructor for UpdateDistributionRequest object.
UpdateDistributionRequest(DistributionConfig, String, String) - Constructor for class com.amazonaws.services.cloudfront.model.UpdateDistributionRequest
Constructs a new UpdateDistributionRequest object.
UpdateDistributionResult - Class in com.amazonaws.services.cloudfront.model
The returned result of the corresponding request.
UpdateDistributionResult() - Constructor for class com.amazonaws.services.cloudfront.model.UpdateDistributionResult
 
updateStreamingDistribution(UpdateStreamingDistributionRequest) - Method in class com.amazonaws.services.cloudfront.AbstractAmazonCloudFront
 
updateStreamingDistribution(UpdateStreamingDistributionRequest) - Method in interface com.amazonaws.services.cloudfront.AmazonCloudFront
Update a streaming distribution.
updateStreamingDistribution(UpdateStreamingDistributionRequest) - Method in class com.amazonaws.services.cloudfront.AmazonCloudFrontClient
Update a streaming distribution.
updateStreamingDistributionAsync(UpdateStreamingDistributionRequest) - Method in class com.amazonaws.services.cloudfront.AbstractAmazonCloudFrontAsync
 
updateStreamingDistributionAsync(UpdateStreamingDistributionRequest, AsyncHandler<UpdateStreamingDistributionRequest, UpdateStreamingDistributionResult>) - Method in class com.amazonaws.services.cloudfront.AbstractAmazonCloudFrontAsync
 
updateStreamingDistributionAsync(UpdateStreamingDistributionRequest) - Method in interface com.amazonaws.services.cloudfront.AmazonCloudFrontAsync
Update a streaming distribution.
updateStreamingDistributionAsync(UpdateStreamingDistributionRequest, AsyncHandler<UpdateStreamingDistributionRequest, UpdateStreamingDistributionResult>) - Method in interface com.amazonaws.services.cloudfront.AmazonCloudFrontAsync
Update a streaming distribution.
updateStreamingDistributionAsync(UpdateStreamingDistributionRequest) - Method in class com.amazonaws.services.cloudfront.AmazonCloudFrontAsyncClient
 
updateStreamingDistributionAsync(UpdateStreamingDistributionRequest, AsyncHandler<UpdateStreamingDistributionRequest, UpdateStreamingDistributionResult>) - Method in class com.amazonaws.services.cloudfront.AmazonCloudFrontAsyncClient
 
UpdateStreamingDistributionRequest - Class in com.amazonaws.services.cloudfront.model
The request to update a streaming distribution.
UpdateStreamingDistributionRequest() - Constructor for class com.amazonaws.services.cloudfront.model.UpdateStreamingDistributionRequest
Default constructor for UpdateStreamingDistributionRequest object.
UpdateStreamingDistributionRequest(StreamingDistributionConfig, String, String) - Constructor for class com.amazonaws.services.cloudfront.model.UpdateStreamingDistributionRequest
Constructs a new UpdateStreamingDistributionRequest object.
UpdateStreamingDistributionResult - Class in com.amazonaws.services.cloudfront.model
The returned result of the corresponding request.
UpdateStreamingDistributionResult() - Constructor for class com.amazonaws.services.cloudfront.model.UpdateStreamingDistributionResult
 

V

valueOf(String) - Static method in enum com.amazonaws.auth.PEM
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.amazonaws.auth.PEMObjectType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.amazonaws.auth.policy.actions.CloudFrontActions
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.amazonaws.auth.RSA
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.amazonaws.services.cloudfront.CloudFrontCookieSigner
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.amazonaws.services.cloudfront.CloudFrontUrlSigner
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.amazonaws.services.cloudfront.model.CertificateSource
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.amazonaws.services.cloudfront.model.EventType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.amazonaws.services.cloudfront.model.GeoRestrictionType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.amazonaws.services.cloudfront.model.HttpVersion
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.amazonaws.services.cloudfront.model.ItemSelection
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.amazonaws.services.cloudfront.model.Method
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.amazonaws.services.cloudfront.model.MinimumProtocolVersion
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.amazonaws.services.cloudfront.model.OriginProtocolPolicy
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.amazonaws.services.cloudfront.model.PriceClass
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.amazonaws.services.cloudfront.model.SslProtocol
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.amazonaws.services.cloudfront.model.SSLSupportMethod
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.amazonaws.services.cloudfront.model.ViewerProtocolPolicy
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.amazonaws.services.cloudfront.util.SignerUtils.Protocol
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.amazonaws.auth.PEM
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.amazonaws.auth.PEMObjectType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.amazonaws.auth.policy.actions.CloudFrontActions
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.amazonaws.auth.RSA
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.amazonaws.services.cloudfront.CloudFrontCookieSigner
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.amazonaws.services.cloudfront.CloudFrontUrlSigner
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.amazonaws.services.cloudfront.model.CertificateSource
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.amazonaws.services.cloudfront.model.EventType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.amazonaws.services.cloudfront.model.GeoRestrictionType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.amazonaws.services.cloudfront.model.HttpVersion
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.amazonaws.services.cloudfront.model.ItemSelection
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.amazonaws.services.cloudfront.model.Method
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.amazonaws.services.cloudfront.model.MinimumProtocolVersion
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.amazonaws.services.cloudfront.model.OriginProtocolPolicy
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.amazonaws.services.cloudfront.model.PriceClass
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.amazonaws.services.cloudfront.model.SslProtocol
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.amazonaws.services.cloudfront.model.SSLSupportMethod
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.amazonaws.services.cloudfront.model.ViewerProtocolPolicy
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.amazonaws.services.cloudfront.util.SignerUtils.Protocol
Returns an array containing the constants of this enum type, in the order they are declared.
ViewerCertificate - Class in com.amazonaws.services.cloudfront.model
A complex type that specifies the following:
ViewerCertificate() - Constructor for class com.amazonaws.services.cloudfront.model.ViewerCertificate
 
ViewerProtocolPolicy - Enum in com.amazonaws.services.cloudfront.model
 

W

waiters() - Method in class com.amazonaws.services.cloudfront.AbstractAmazonCloudFront
 
waiters() - Method in interface com.amazonaws.services.cloudfront.AmazonCloudFront
 
waiters() - Method in class com.amazonaws.services.cloudfront.AmazonCloudFrontClient
 
withACMCertificateArn(String) - Method in class com.amazonaws.services.cloudfront.model.ViewerCertificate
 
withActiveTrustedSigners(ActiveTrustedSigners) - Method in class com.amazonaws.services.cloudfront.model.Distribution
CloudFront automatically adds this element to the response only if you've set up the distribution to serve private content with signed URLs.
withActiveTrustedSigners(ActiveTrustedSigners) - Method in class com.amazonaws.services.cloudfront.model.StreamingDistribution
A complex type that lists the AWS accounts, if any, that you included in the TrustedSigners complex type for this distribution.
withAliases(Aliases) - Method in class com.amazonaws.services.cloudfront.model.DistributionConfig
A complex type that contains information about CNAMEs (alternate domain names), if any, for this distribution.
withAliases(Aliases) - Method in class com.amazonaws.services.cloudfront.model.DistributionSummary
A complex type that contains information about CNAMEs (alternate domain names), if any, for this distribution.
withAliases(Aliases) - Method in class com.amazonaws.services.cloudfront.model.StreamingDistributionConfig
A complex type that contains information about CNAMEs (alternate domain names), if any, for this streaming distribution.
withAliases(Aliases) - Method in class com.amazonaws.services.cloudfront.model.StreamingDistributionSummary
A complex type that contains information about CNAMEs (alternate domain names), if any, for this streaming distribution.
withAllowedMethods(AllowedMethods) - Method in class com.amazonaws.services.cloudfront.model.CacheBehavior
 
withAllowedMethods(AllowedMethods) - Method in class com.amazonaws.services.cloudfront.model.DefaultCacheBehavior
 
withARN(String) - Method in class com.amazonaws.services.cloudfront.model.Distribution
The ARN (Amazon Resource Name) for the distribution.
withARN(String) - Method in class com.amazonaws.services.cloudfront.model.DistributionSummary
The ARN (Amazon Resource Name) for the distribution.
withARN(String) - Method in class com.amazonaws.services.cloudfront.model.StreamingDistribution
 
withARN(String) - Method in class com.amazonaws.services.cloudfront.model.StreamingDistributionSummary
The ARN (Amazon Resource Name) for the streaming distribution.
withAwsAccountNumber(String) - Method in class com.amazonaws.services.cloudfront.model.Signer
An AWS account that is included in the TrustedSigners complex type for this RTMP distribution.
withBucket(String) - Method in class com.amazonaws.services.cloudfront.model.LoggingConfig
The Amazon S3 bucket to store the access logs in, for example, myawslogbucket.s3.amazonaws.com.
withBucket(String) - Method in class com.amazonaws.services.cloudfront.model.StreamingLoggingConfig
The Amazon S3 bucket to store the access logs in, for example, myawslogbucket.s3.amazonaws.com.
withCacheBehaviors(CacheBehaviors) - Method in class com.amazonaws.services.cloudfront.model.DistributionConfig
A complex type that contains zero or more CacheBehavior elements.
withCacheBehaviors(CacheBehaviors) - Method in class com.amazonaws.services.cloudfront.model.DistributionSummary
A complex type that contains zero or more CacheBehavior elements.
withCachedMethods(CachedMethods) - Method in class com.amazonaws.services.cloudfront.model.AllowedMethods
 
withCallerReference(String) - Method in class com.amazonaws.services.cloudfront.model.CloudFrontOriginAccessIdentityConfig
A unique number that ensures the request can't be replayed.
withCallerReference(String) - Method in class com.amazonaws.services.cloudfront.model.DistributionConfig
A unique value (for example, a date-time stamp) that ensures that the request can't be replayed.
withCallerReference(String) - Method in class com.amazonaws.services.cloudfront.model.InvalidationBatch
A value that you specify to uniquely identify an invalidation request.
withCallerReference(String) - Method in class com.amazonaws.services.cloudfront.model.StreamingDistributionConfig
A unique number that ensures that the request can't be replayed.
withCertificate(String) - Method in class com.amazonaws.services.cloudfront.model.ViewerCertificate
Deprecated.
withCertificateSource(String) - Method in class com.amazonaws.services.cloudfront.model.ViewerCertificate
Deprecated.
withCertificateSource(CertificateSource) - Method in class com.amazonaws.services.cloudfront.model.ViewerCertificate
Deprecated.
withCloudFrontDefaultCertificate(Boolean) - Method in class com.amazonaws.services.cloudfront.model.ViewerCertificate
 
withCloudFrontOriginAccessIdentity(CloudFrontOriginAccessIdentity) - Method in class com.amazonaws.services.cloudfront.model.CreateCloudFrontOriginAccessIdentityResult
The origin access identity's information.
withCloudFrontOriginAccessIdentity(CloudFrontOriginAccessIdentity) - Method in class com.amazonaws.services.cloudfront.model.GetCloudFrontOriginAccessIdentityResult
The origin access identity's information.
withCloudFrontOriginAccessIdentity(CloudFrontOriginAccessIdentity) - Method in class com.amazonaws.services.cloudfront.model.UpdateCloudFrontOriginAccessIdentityResult
The origin access identity's information.
withCloudFrontOriginAccessIdentityConfig(CloudFrontOriginAccessIdentityConfig) - Method in class com.amazonaws.services.cloudfront.model.CloudFrontOriginAccessIdentity
The current configuration information for the identity.
withCloudFrontOriginAccessIdentityConfig(CloudFrontOriginAccessIdentityConfig) - Method in class com.amazonaws.services.cloudfront.model.CreateCloudFrontOriginAccessIdentityRequest
The current configuration information for the identity.
withCloudFrontOriginAccessIdentityConfig(CloudFrontOriginAccessIdentityConfig) - Method in class com.amazonaws.services.cloudfront.model.GetCloudFrontOriginAccessIdentityConfigResult
The origin access identity's configuration information.
withCloudFrontOriginAccessIdentityConfig(CloudFrontOriginAccessIdentityConfig) - Method in class com.amazonaws.services.cloudfront.model.UpdateCloudFrontOriginAccessIdentityRequest
The identity's configuration information.
withCloudFrontOriginAccessIdentityList(CloudFrontOriginAccessIdentityList) - Method in class com.amazonaws.services.cloudfront.model.ListCloudFrontOriginAccessIdentitiesResult
The CloudFrontOriginAccessIdentityList type.
withComment(String) - Method in class com.amazonaws.services.cloudfront.model.CloudFrontOriginAccessIdentityConfig
Any comments you want to include about the origin access identity.
withComment(String) - Method in class com.amazonaws.services.cloudfront.model.CloudFrontOriginAccessIdentitySummary
The comment for this origin access identity, as originally specified when created.
withComment(String) - Method in class com.amazonaws.services.cloudfront.model.DistributionConfig
Any comments you want to include about the distribution.
withComment(String) - Method in class com.amazonaws.services.cloudfront.model.DistributionSummary
The comment originally specified when this distribution was created.
withComment(String) - Method in class com.amazonaws.services.cloudfront.model.StreamingDistributionConfig
Any comments you want to include about the streaming distribution.
withComment(String) - Method in class com.amazonaws.services.cloudfront.model.StreamingDistributionSummary
The comment originally specified when this distribution was created.
withCompress(Boolean) - Method in class com.amazonaws.services.cloudfront.model.CacheBehavior
Whether you want CloudFront to automatically compress certain files for this cache behavior.
withCompress(Boolean) - Method in class com.amazonaws.services.cloudfront.model.DefaultCacheBehavior
Whether you want CloudFront to automatically compress certain files for this cache behavior.
withCookies(CookiePreference) - Method in class com.amazonaws.services.cloudfront.model.ForwardedValues
A complex type that specifies whether you want CloudFront to forward cookies to the origin and, if so, which ones.
withCreateTime(Date) - Method in class com.amazonaws.services.cloudfront.model.Invalidation
The date and time the invalidation request was first made.
withCreateTime(Date) - Method in class com.amazonaws.services.cloudfront.model.InvalidationSummary
 
withCustomErrorResponses(CustomErrorResponses) - Method in class com.amazonaws.services.cloudfront.model.DistributionConfig
A complex type that controls the following:
withCustomErrorResponses(CustomErrorResponses) - Method in class com.amazonaws.services.cloudfront.model.DistributionSummary
A complex type that contains zero or more CustomErrorResponses elements.
withCustomHeaders(CustomHeaders) - Method in class com.amazonaws.services.cloudfront.model.Origin
A complex type that contains names and values for the custom headers that you want.
withCustomOriginConfig(CustomOriginConfig) - Method in class com.amazonaws.services.cloudfront.model.Origin
A complex type that contains information about a custom origin.
withDefaultCacheBehavior(DefaultCacheBehavior) - Method in class com.amazonaws.services.cloudfront.model.DistributionConfig
A complex type that describes the default cache behavior if you do not specify a CacheBehavior element or if files don't match any of the values of PathPattern in CacheBehavior elements.
withDefaultCacheBehavior(DefaultCacheBehavior) - Method in class com.amazonaws.services.cloudfront.model.DistributionSummary
A complex type that describes the default cache behavior if you do not specify a CacheBehavior element or if files don't match any of the values of PathPattern in CacheBehavior elements.
withDefaultRootObject(String) - Method in class com.amazonaws.services.cloudfront.model.DistributionConfig
The object that you want CloudFront to request from your origin (for example, index.html) when a viewer requests the root URL for your distribution (http://www.example.com) instead of an object in your distribution (http://www.example.com/product-description.html).
withDefaultTTL(Long) - Method in class com.amazonaws.services.cloudfront.model.CacheBehavior
The default amount of time that you want objects to stay in CloudFront caches before CloudFront forwards another request to your origin to determine whether the object has been updated.
withDefaultTTL(Long) - Method in class com.amazonaws.services.cloudfront.model.DefaultCacheBehavior
The default amount of time that you want objects to stay in CloudFront caches before CloudFront forwards another request to your origin to determine whether the object has been updated.
withDistribution(Distribution) - Method in class com.amazonaws.services.cloudfront.model.CreateDistributionResult
The distribution's information.
withDistribution(Distribution) - Method in class com.amazonaws.services.cloudfront.model.CreateDistributionWithTagsResult
The distribution's information.
withDistribution(Distribution) - Method in class com.amazonaws.services.cloudfront.model.GetDistributionResult
The distribution's information.
withDistribution(Distribution) - Method in class com.amazonaws.services.cloudfront.model.UpdateDistributionResult
The distribution's information.
withDistributionConfig(DistributionConfig) - Method in class com.amazonaws.services.cloudfront.model.CreateDistributionRequest
The distribution's configuration information.
withDistributionConfig(DistributionConfig) - Method in class com.amazonaws.services.cloudfront.model.Distribution
The current configuration information for the distribution.
withDistributionConfig(DistributionConfig) - Method in class com.amazonaws.services.cloudfront.model.DistributionConfigWithTags
A distribution configuration.
withDistributionConfig(DistributionConfig) - Method in class com.amazonaws.services.cloudfront.model.GetDistributionConfigResult
The distribution's configuration information.
withDistributionConfig(DistributionConfig) - Method in class com.amazonaws.services.cloudfront.model.UpdateDistributionRequest
The distribution's configuration information.
withDistributionConfigWithTags(DistributionConfigWithTags) - Method in class com.amazonaws.services.cloudfront.model.CreateDistributionWithTagsRequest
The distribution's configuration information.
withDistributionId(String) - Method in class com.amazonaws.services.cloudfront.model.CreateInvalidationRequest
The distribution's id.
withDistributionId(String) - Method in class com.amazonaws.services.cloudfront.model.GetInvalidationRequest
The distribution's ID.
withDistributionId(String) - Method in class com.amazonaws.services.cloudfront.model.ListInvalidationsRequest
The distribution's ID.
withDistributionList(DistributionList) - Method in class com.amazonaws.services.cloudfront.model.ListDistributionsByWebACLIdResult
The DistributionList type.
withDistributionList(DistributionList) - Method in class com.amazonaws.services.cloudfront.model.ListDistributionsResult
The DistributionList type.
withDomainName(String) - Method in class com.amazonaws.services.cloudfront.model.Distribution
The domain name corresponding to the distribution.
withDomainName(String) - Method in class com.amazonaws.services.cloudfront.model.DistributionSummary
The domain name that corresponds to the distribution.
withDomainName(String) - Method in class com.amazonaws.services.cloudfront.model.Origin
Amazon S3 origins: The DNS name of the Amazon S3 bucket from which you want CloudFront to get objects for this origin, for example, myawsbucket.s3.amazonaws.com.
withDomainName(String) - Method in class com.amazonaws.services.cloudfront.model.S3Origin
The DNS name of the Amazon S3 origin.
withDomainName(String) - Method in class com.amazonaws.services.cloudfront.model.StreamingDistribution
The domain name that corresponds to the streaming distribution.
withDomainName(String) - Method in class com.amazonaws.services.cloudfront.model.StreamingDistributionSummary
The domain name corresponding to the distribution.
withEnabled(Boolean) - Method in class com.amazonaws.services.cloudfront.model.ActiveTrustedSigners
Enabled is true if any of the AWS accounts listed in the TrustedSigners complex type for this RTMP distribution have active CloudFront key pairs.
withEnabled(Boolean) - Method in class com.amazonaws.services.cloudfront.model.DistributionConfig
From this field, you can enable or disable the selected distribution.
withEnabled(Boolean) - Method in class com.amazonaws.services.cloudfront.model.DistributionSummary
Whether the distribution is enabled to accept user requests for content.
withEnabled(Boolean) - Method in class com.amazonaws.services.cloudfront.model.LoggingConfig
Specifies whether you want CloudFront to save access logs to an Amazon S3 bucket.
withEnabled(Boolean) - Method in class com.amazonaws.services.cloudfront.model.StreamingDistributionConfig
Whether the streaming distribution is enabled to accept user requests for content.
withEnabled(Boolean) - Method in class com.amazonaws.services.cloudfront.model.StreamingDistributionSummary
Whether the distribution is enabled to accept end user requests for content.
withEnabled(Boolean) - Method in class com.amazonaws.services.cloudfront.model.StreamingLoggingConfig
Specifies whether you want CloudFront to save access logs to an Amazon S3 bucket.
withEnabled(Boolean) - Method in class com.amazonaws.services.cloudfront.model.TrustedSigners
Specifies whether you want to require viewers to use signed URLs to access the files specified by PathPattern and TargetOriginId.
withErrorCachingMinTTL(Long) - Method in class com.amazonaws.services.cloudfront.model.CustomErrorResponse
The minimum amount of time, in seconds, that you want CloudFront to cache the HTTP status code specified in ErrorCode.
withErrorCode(Integer) - Method in class com.amazonaws.services.cloudfront.model.CustomErrorResponse
The HTTP status code for which you want to specify a custom error page and/or a caching duration.
withETag(String) - Method in class com.amazonaws.services.cloudfront.model.CreateCloudFrontOriginAccessIdentityResult
The current version of the origin access identity created.
withETag(String) - Method in class com.amazonaws.services.cloudfront.model.CreateDistributionResult
The current version of the distribution created.
withETag(String) - Method in class com.amazonaws.services.cloudfront.model.CreateDistributionWithTagsResult
The current version of the distribution created.
withETag(String) - Method in class com.amazonaws.services.cloudfront.model.CreateStreamingDistributionResult
The current version of the streaming distribution created.
withETag(String) - Method in class com.amazonaws.services.cloudfront.model.CreateStreamingDistributionWithTagsResult
 
withETag(String) - Method in class com.amazonaws.services.cloudfront.model.GetCloudFrontOriginAccessIdentityConfigResult
The current version of the configuration.
withETag(String) - Method in class com.amazonaws.services.cloudfront.model.GetCloudFrontOriginAccessIdentityResult
The current version of the origin access identity's information.
withETag(String) - Method in class com.amazonaws.services.cloudfront.model.GetDistributionConfigResult
The current version of the configuration.
withETag(String) - Method in class com.amazonaws.services.cloudfront.model.GetDistributionResult
The current version of the distribution's information.
withETag(String) - Method in class com.amazonaws.services.cloudfront.model.GetStreamingDistributionConfigResult
The current version of the configuration.
withETag(String) - Method in class com.amazonaws.services.cloudfront.model.GetStreamingDistributionResult
The current version of the streaming distribution's information.
withETag(String) - Method in class com.amazonaws.services.cloudfront.model.UpdateCloudFrontOriginAccessIdentityResult
The current version of the configuration.
withETag(String) - Method in class com.amazonaws.services.cloudfront.model.UpdateDistributionResult
The current version of the configuration.
withETag(String) - Method in class com.amazonaws.services.cloudfront.model.UpdateStreamingDistributionResult
The current version of the configuration.
withEventType(String) - Method in class com.amazonaws.services.cloudfront.model.LambdaFunctionAssociation
Specifies the event type that triggers a Lambda function invocation.
withEventType(EventType) - Method in class com.amazonaws.services.cloudfront.model.LambdaFunctionAssociation
Specifies the event type that triggers a Lambda function invocation.
withForward(String) - Method in class com.amazonaws.services.cloudfront.model.CookiePreference
Specifies which cookies to forward to the origin for this cache behavior: all, none, or the list of cookies specified in the WhitelistedNames complex type.
withForward(ItemSelection) - Method in class com.amazonaws.services.cloudfront.model.CookiePreference
Specifies which cookies to forward to the origin for this cache behavior: all, none, or the list of cookies specified in the WhitelistedNames complex type.
withForwardedValues(ForwardedValues) - Method in class com.amazonaws.services.cloudfront.model.CacheBehavior
A complex type that specifies how CloudFront handles query strings and cookies.
withForwardedValues(ForwardedValues) - Method in class com.amazonaws.services.cloudfront.model.DefaultCacheBehavior
A complex type that specifies how CloudFront handles query strings and cookies.
withGeoRestriction(GeoRestriction) - Method in class com.amazonaws.services.cloudfront.model.Restrictions
 
withHeaderName(String) - Method in class com.amazonaws.services.cloudfront.model.OriginCustomHeader
The name of a header that you want CloudFront to forward to your origin.
withHeaders(Headers) - Method in class com.amazonaws.services.cloudfront.model.ForwardedValues
A complex type that specifies the Headers, if any, that you want CloudFront to vary upon for this cache behavior.
withHeaderValue(String) - Method in class com.amazonaws.services.cloudfront.model.OriginCustomHeader
The value for the header that you specified in the HeaderName field.
withHTTPPort(Integer) - Method in class com.amazonaws.services.cloudfront.model.CustomOriginConfig
The HTTP port the custom origin listens on.
withHTTPSPort(Integer) - Method in class com.amazonaws.services.cloudfront.model.CustomOriginConfig
The HTTPS port the custom origin listens on.
withHttpVersion(String) - Method in class com.amazonaws.services.cloudfront.model.DistributionConfig
(Optional) Specify the maximum HTTP version that you want viewers to use to communicate with CloudFront.
withHttpVersion(HttpVersion) - Method in class com.amazonaws.services.cloudfront.model.DistributionConfig
(Optional) Specify the maximum HTTP version that you want viewers to use to communicate with CloudFront.
withHttpVersion(String) - Method in class com.amazonaws.services.cloudfront.model.DistributionSummary
Specify the maximum HTTP version that you want viewers to use to communicate with CloudFront.
withHttpVersion(HttpVersion) - Method in class com.amazonaws.services.cloudfront.model.DistributionSummary
Specify the maximum HTTP version that you want viewers to use to communicate with CloudFront.
withIAMCertificateId(String) - Method in class com.amazonaws.services.cloudfront.model.ViewerCertificate
 
withId(String) - Method in class com.amazonaws.services.cloudfront.model.CloudFrontOriginAccessIdentity
The ID for the origin access identity.
withId(String) - Method in class com.amazonaws.services.cloudfront.model.CloudFrontOriginAccessIdentitySummary
The ID for the origin access identity.
withId(String) - Method in class com.amazonaws.services.cloudfront.model.DeleteCloudFrontOriginAccessIdentityRequest
The origin access identity's ID.
withId(String) - Method in class com.amazonaws.services.cloudfront.model.DeleteDistributionRequest
The distribution ID.
withId(String) - Method in class com.amazonaws.services.cloudfront.model.DeleteStreamingDistributionRequest
The distribution ID.
withId(String) - Method in class com.amazonaws.services.cloudfront.model.Distribution
The identifier for the distribution.
withId(String) - Method in class com.amazonaws.services.cloudfront.model.DistributionSummary
The identifier for the distribution.
withId(String) - Method in class com.amazonaws.services.cloudfront.model.GetCloudFrontOriginAccessIdentityConfigRequest
The identity's ID.
withId(String) - Method in class com.amazonaws.services.cloudfront.model.GetCloudFrontOriginAccessIdentityRequest
The identity's ID.
withId(String) - Method in class com.amazonaws.services.cloudfront.model.GetDistributionConfigRequest
The distribution's ID.
withId(String) - Method in class com.amazonaws.services.cloudfront.model.GetDistributionRequest
The distribution's ID.
withId(String) - Method in class com.amazonaws.services.cloudfront.model.GetInvalidationRequest
The identifier for the invalidation request, for example, IDFDVBD632BHDS5.
withId(String) - Method in class com.amazonaws.services.cloudfront.model.GetStreamingDistributionConfigRequest
The streaming distribution's ID.
withId(String) - Method in class com.amazonaws.services.cloudfront.model.GetStreamingDistributionRequest
The streaming distribution's ID.
withId(String) - Method in class com.amazonaws.services.cloudfront.model.Invalidation
The identifier for the invalidation request.
withId(String) - Method in class com.amazonaws.services.cloudfront.model.InvalidationSummary
The unique ID for an invalidation request.
withId(String) - Method in class com.amazonaws.services.cloudfront.model.Origin
A unique identifier for the origin.
withId(String) - Method in class com.amazonaws.services.cloudfront.model.StreamingDistribution
The identifier for the RTMP distribution.
withId(String) - Method in class com.amazonaws.services.cloudfront.model.StreamingDistributionSummary
The identifier for the distribution.
withId(String) - Method in class com.amazonaws.services.cloudfront.model.UpdateCloudFrontOriginAccessIdentityRequest
The identity's id.
withId(String) - Method in class com.amazonaws.services.cloudfront.model.UpdateDistributionRequest
The distribution's id.
withId(String) - Method in class com.amazonaws.services.cloudfront.model.UpdateStreamingDistributionRequest
The streaming distribution's id.
withIfMatch(String) - Method in class com.amazonaws.services.cloudfront.model.DeleteCloudFrontOriginAccessIdentityRequest
The value of the ETag header you received from a previous GET or PUT request.
withIfMatch(String) - Method in class com.amazonaws.services.cloudfront.model.DeleteDistributionRequest
The value of the ETag header that you received when you disabled the distribution.
withIfMatch(String) - Method in class com.amazonaws.services.cloudfront.model.DeleteStreamingDistributionRequest
The value of the ETag header that you received when you disabled the streaming distribution.
withIfMatch(String) - Method in class com.amazonaws.services.cloudfront.model.UpdateCloudFrontOriginAccessIdentityRequest
The value of the ETag header that you received when retrieving the identity's configuration.
withIfMatch(String) - Method in class com.amazonaws.services.cloudfront.model.UpdateDistributionRequest
The value of the ETag header that you received when retrieving the distribution's configuration.
withIfMatch(String) - Method in class com.amazonaws.services.cloudfront.model.UpdateStreamingDistributionRequest
The value of the ETag header that you received when retrieving the streaming distribution's configuration.
withIncludeCookies(Boolean) - Method in class com.amazonaws.services.cloudfront.model.LoggingConfig
Specifies whether you want CloudFront to include cookies in access logs, specify true for IncludeCookies.
withInProgressInvalidationBatches(Integer) - Method in class com.amazonaws.services.cloudfront.model.Distribution
The number of invalidation batches currently in progress.
withInvalidation(Invalidation) - Method in class com.amazonaws.services.cloudfront.model.CreateInvalidationResult
The invalidation's information.
withInvalidation(Invalidation) - Method in class com.amazonaws.services.cloudfront.model.GetInvalidationResult
The invalidation's information.
withInvalidationBatch(InvalidationBatch) - Method in class com.amazonaws.services.cloudfront.model.CreateInvalidationRequest
The batch information for the invalidation.
withInvalidationBatch(InvalidationBatch) - Method in class com.amazonaws.services.cloudfront.model.Invalidation
The current invalidation information for the batch request.
withInvalidationList(InvalidationList) - Method in class com.amazonaws.services.cloudfront.model.ListInvalidationsResult
Information about invalidation batches.
withIsIPV6Enabled(Boolean) - Method in class com.amazonaws.services.cloudfront.model.DistributionConfig
If you want CloudFront to respond to IPv6 DNS requests with an IPv6 address for your distribution, specify true.
withIsIPV6Enabled(Boolean) - Method in class com.amazonaws.services.cloudfront.model.DistributionSummary
Whether CloudFront responds to IPv6 DNS requests with an IPv6 address for your distribution.
withIsTruncated(Boolean) - Method in class com.amazonaws.services.cloudfront.model.CloudFrontOriginAccessIdentityList
A flag that indicates whether more origin access identities remain to be listed.
withIsTruncated(Boolean) - Method in class com.amazonaws.services.cloudfront.model.DistributionList
A flag that indicates whether more distributions remain to be listed.
withIsTruncated(Boolean) - Method in class com.amazonaws.services.cloudfront.model.InvalidationList
A flag that indicates whether more invalidation batch requests remain to be listed.
withIsTruncated(Boolean) - Method in class com.amazonaws.services.cloudfront.model.StreamingDistributionList
A flag that indicates whether more streaming distributions remain to be listed.
withItems(Signer...) - Method in class com.amazonaws.services.cloudfront.model.ActiveTrustedSigners
A complex type that contains one Signer complex type for each trusted signer that is specified in the TrustedSigners complex type.
withItems(Collection<Signer>) - Method in class com.amazonaws.services.cloudfront.model.ActiveTrustedSigners
A complex type that contains one Signer complex type for each trusted signer that is specified in the TrustedSigners complex type.
withItems(String...) - Method in class com.amazonaws.services.cloudfront.model.Aliases
A complex type that contains the CNAME aliases, if any, that you want to associate with this distribution.
withItems(Collection<String>) - Method in class com.amazonaws.services.cloudfront.model.Aliases
A complex type that contains the CNAME aliases, if any, that you want to associate with this distribution.
withItems(String...) - Method in class com.amazonaws.services.cloudfront.model.AllowedMethods
A complex type that contains the HTTP methods that you want CloudFront to process and forward to your origin.
withItems(Collection<String>) - Method in class com.amazonaws.services.cloudfront.model.AllowedMethods
A complex type that contains the HTTP methods that you want CloudFront to process and forward to your origin.
withItems(Method...) - Method in class com.amazonaws.services.cloudfront.model.AllowedMethods
A complex type that contains the HTTP methods that you want CloudFront to process and forward to your origin.
withItems(CacheBehavior...) - Method in class com.amazonaws.services.cloudfront.model.CacheBehaviors
Optional: A complex type that contains cache behaviors for this distribution.
withItems(Collection<CacheBehavior>) - Method in class com.amazonaws.services.cloudfront.model.CacheBehaviors
Optional: A complex type that contains cache behaviors for this distribution.
withItems(String...) - Method in class com.amazonaws.services.cloudfront.model.CachedMethods
A complex type that contains the HTTP methods that you want CloudFront to cache responses to.
withItems(Collection<String>) - Method in class com.amazonaws.services.cloudfront.model.CachedMethods
A complex type that contains the HTTP methods that you want CloudFront to cache responses to.
withItems(Method...) - Method in class com.amazonaws.services.cloudfront.model.CachedMethods
A complex type that contains the HTTP methods that you want CloudFront to cache responses to.
withItems(CloudFrontOriginAccessIdentitySummary...) - Method in class com.amazonaws.services.cloudfront.model.CloudFrontOriginAccessIdentityList
A complex type that contains one CloudFrontOriginAccessIdentitySummary element for each origin access identity that was created by the current AWS account.
withItems(Collection<CloudFrontOriginAccessIdentitySummary>) - Method in class com.amazonaws.services.cloudfront.model.CloudFrontOriginAccessIdentityList
A complex type that contains one CloudFrontOriginAccessIdentitySummary element for each origin access identity that was created by the current AWS account.
withItems(String...) - Method in class com.amazonaws.services.cloudfront.model.CookieNames
A complex type that contains one Name element for each cookie that you want CloudFront to forward to the origin for this cache behavior.
withItems(Collection<String>) - Method in class com.amazonaws.services.cloudfront.model.CookieNames
A complex type that contains one Name element for each cookie that you want CloudFront to forward to the origin for this cache behavior.
withItems(CustomErrorResponse...) - Method in class com.amazonaws.services.cloudfront.model.CustomErrorResponses
A complex type that contains a CustomErrorResponse element for each HTTP status code for which you want to specify a custom error page and/or a caching duration.
withItems(Collection<CustomErrorResponse>) - Method in class com.amazonaws.services.cloudfront.model.CustomErrorResponses
A complex type that contains a CustomErrorResponse element for each HTTP status code for which you want to specify a custom error page and/or a caching duration.
withItems(OriginCustomHeader...) - Method in class com.amazonaws.services.cloudfront.model.CustomHeaders
Optional: A list that contains one OriginCustomHeader element for each custom header that you want CloudFront to forward to the origin.
withItems(Collection<OriginCustomHeader>) - Method in class com.amazonaws.services.cloudfront.model.CustomHeaders
Optional: A list that contains one OriginCustomHeader element for each custom header that you want CloudFront to forward to the origin.
withItems(DistributionSummary...) - Method in class com.amazonaws.services.cloudfront.model.DistributionList
A complex type that contains one DistributionSummary element for each distribution that was created by the current AWS account.
withItems(Collection<DistributionSummary>) - Method in class com.amazonaws.services.cloudfront.model.DistributionList
A complex type that contains one DistributionSummary element for each distribution that was created by the current AWS account.
withItems(String...) - Method in class com.amazonaws.services.cloudfront.model.GeoRestriction
A complex type that contains a Location element for each country in which you want CloudFront either to distribute your content (whitelist) or not distribute your content (blacklist).
withItems(Collection<String>) - Method in class com.amazonaws.services.cloudfront.model.GeoRestriction
A complex type that contains a Location element for each country in which you want CloudFront either to distribute your content (whitelist) or not distribute your content (blacklist).
withItems(String...) - Method in class com.amazonaws.services.cloudfront.model.Headers
A complex type that contains one Name element for each header that you want CloudFront to forward to the origin and to vary on for this cache behavior.
withItems(Collection<String>) - Method in class com.amazonaws.services.cloudfront.model.Headers
A complex type that contains one Name element for each header that you want CloudFront to forward to the origin and to vary on for this cache behavior.
withItems(InvalidationSummary...) - Method in class com.amazonaws.services.cloudfront.model.InvalidationList
A complex type that contains one InvalidationSummary element for each invalidation batch created by the current AWS account.
withItems(Collection<InvalidationSummary>) - Method in class com.amazonaws.services.cloudfront.model.InvalidationList
A complex type that contains one InvalidationSummary element for each invalidation batch created by the current AWS account.
withItems(String...) - Method in class com.amazonaws.services.cloudfront.model.KeyPairIds
A complex type that lists the active CloudFront key pairs, if any, that are associated with AwsAccountNumber.
withItems(Collection<String>) - Method in class com.amazonaws.services.cloudfront.model.KeyPairIds
A complex type that lists the active CloudFront key pairs, if any, that are associated with AwsAccountNumber.
withItems(LambdaFunctionAssociation...) - Method in class com.amazonaws.services.cloudfront.model.LambdaFunctionAssociations
Optional: A complex type that contains LambdaFunctionAssociation items for this cache behavior.
withItems(Collection<LambdaFunctionAssociation>) - Method in class com.amazonaws.services.cloudfront.model.LambdaFunctionAssociations
Optional: A complex type that contains LambdaFunctionAssociation items for this cache behavior.
withItems(Origin...) - Method in class com.amazonaws.services.cloudfront.model.Origins
A complex type that contains origins for this distribution.
withItems(Collection<Origin>) - Method in class com.amazonaws.services.cloudfront.model.Origins
A complex type that contains origins for this distribution.
withItems(String...) - Method in class com.amazonaws.services.cloudfront.model.OriginSslProtocols
A list that contains allowed SSL/TLS protocols for this distribution.
withItems(Collection<String>) - Method in class com.amazonaws.services.cloudfront.model.OriginSslProtocols
A list that contains allowed SSL/TLS protocols for this distribution.
withItems(SslProtocol...) - Method in class com.amazonaws.services.cloudfront.model.OriginSslProtocols
A list that contains allowed SSL/TLS protocols for this distribution.
withItems(String...) - Method in class com.amazonaws.services.cloudfront.model.Paths
A complex type that contains a list of the paths that you want to invalidate.
withItems(Collection<String>) - Method in class com.amazonaws.services.cloudfront.model.Paths
A complex type that contains a list of the paths that you want to invalidate.
withItems(String...) - Method in class com.amazonaws.services.cloudfront.model.QueryStringCacheKeys
(Optional) A list that contains the query string parameters that you want CloudFront to use as a basis for caching for this cache behavior.
withItems(Collection<String>) - Method in class com.amazonaws.services.cloudfront.model.QueryStringCacheKeys
(Optional) A list that contains the query string parameters that you want CloudFront to use as a basis for caching for this cache behavior.
withItems(StreamingDistributionSummary...) - Method in class com.amazonaws.services.cloudfront.model.StreamingDistributionList
A complex type that contains one StreamingDistributionSummary element for each distribution that was created by the current AWS account.
withItems(Collection<StreamingDistributionSummary>) - Method in class com.amazonaws.services.cloudfront.model.StreamingDistributionList
A complex type that contains one StreamingDistributionSummary element for each distribution that was created by the current AWS account.
withItems(String...) - Method in class com.amazonaws.services.cloudfront.model.TagKeys
A complex type that contains Tag key elements.
withItems(Collection<String>) - Method in class com.amazonaws.services.cloudfront.model.TagKeys
A complex type that contains Tag key elements.
withItems(Tag...) - Method in class com.amazonaws.services.cloudfront.model.Tags
A complex type that contains Tag elements.
withItems(Collection<Tag>) - Method in class com.amazonaws.services.cloudfront.model.Tags
A complex type that contains Tag elements.
withItems(String...) - Method in class com.amazonaws.services.cloudfront.model.TrustedSigners
Optional: A complex type that contains trusted signers for this cache behavior.
withItems(Collection<String>) - Method in class com.amazonaws.services.cloudfront.model.TrustedSigners
Optional: A complex type that contains trusted signers for this cache behavior.
withKey(String) - Method in class com.amazonaws.services.cloudfront.model.Tag
A string that contains Tag key.
withKeyPairIds(KeyPairIds) - Method in class com.amazonaws.services.cloudfront.model.Signer
A complex type that lists the active CloudFront key pairs, if any, that are associated with AwsAccountNumber.
withLambdaFunctionARN(String) - Method in class com.amazonaws.services.cloudfront.model.LambdaFunctionAssociation
The ARN of the Lambda function.
withLambdaFunctionAssociations(LambdaFunctionAssociations) - Method in class com.amazonaws.services.cloudfront.model.CacheBehavior
A complex type that contains zero or more Lambda function associations for a cache behavior.
withLambdaFunctionAssociations(LambdaFunctionAssociations) - Method in class com.amazonaws.services.cloudfront.model.DefaultCacheBehavior
A complex type that contains zero or more Lambda function associations for a cache behavior.
withLastModifiedTime(Date) - Method in class com.amazonaws.services.cloudfront.model.Distribution
The date and time the distribution was last modified.
withLastModifiedTime(Date) - Method in class com.amazonaws.services.cloudfront.model.DistributionSummary
The date and time the distribution was last modified.
withLastModifiedTime(Date) - Method in class com.amazonaws.services.cloudfront.model.StreamingDistribution
The date and time that the distribution was last modified.
withLastModifiedTime(Date) - Method in class com.amazonaws.services.cloudfront.model.StreamingDistributionSummary
The date and time the distribution was last modified.
withLocation(String) - Method in class com.amazonaws.services.cloudfront.model.CreateCloudFrontOriginAccessIdentityResult
The fully qualified URI of the new origin access identity just created.
withLocation(String) - Method in class com.amazonaws.services.cloudfront.model.CreateDistributionResult
The fully qualified URI of the new distribution resource just created.
withLocation(String) - Method in class com.amazonaws.services.cloudfront.model.CreateDistributionWithTagsResult
The fully qualified URI of the new distribution resource just created.
withLocation(String) - Method in class com.amazonaws.services.cloudfront.model.CreateInvalidationResult
The fully qualified URI of the distribution and invalidation batch request, including the Invalidation ID.
withLocation(String) - Method in class com.amazonaws.services.cloudfront.model.CreateStreamingDistributionResult
The fully qualified URI of the new streaming distribution resource just created.
withLocation(String) - Method in class com.amazonaws.services.cloudfront.model.CreateStreamingDistributionWithTagsResult
The fully qualified URI of the new streaming distribution resource just created.
withLogging(LoggingConfig) - Method in class com.amazonaws.services.cloudfront.model.DistributionConfig
A complex type that controls whether access logs are written for the distribution.
withLogging(StreamingLoggingConfig) - Method in class com.amazonaws.services.cloudfront.model.StreamingDistributionConfig
A complex type that controls whether access logs are written for the streaming distribution.
withMarker(String) - Method in class com.amazonaws.services.cloudfront.model.CloudFrontOriginAccessIdentityList
Use this when paginating results to indicate where to begin in your list of origin access identities.
withMarker(String) - Method in class com.amazonaws.services.cloudfront.model.DistributionList
The value you provided for the Marker request parameter.
withMarker(String) - Method in class com.amazonaws.services.cloudfront.model.InvalidationList
The value that you provided for the Marker request parameter.
withMarker(String) - Method in class com.amazonaws.services.cloudfront.model.ListCloudFrontOriginAccessIdentitiesRequest
Use this when paginating results to indicate where to begin in your list of origin access identities.
withMarker(String) - Method in class com.amazonaws.services.cloudfront.model.ListDistributionsByWebACLIdRequest
Use Marker and MaxItems to control pagination of results.
withMarker(String) - Method in class com.amazonaws.services.cloudfront.model.ListDistributionsRequest
Use this when paginating results to indicate where to begin in your list of distributions.
withMarker(String) - Method in class com.amazonaws.services.cloudfront.model.ListInvalidationsRequest
Use this parameter when paginating results to indicate where to begin in your list of invalidation batches.
withMarker(String) - Method in class com.amazonaws.services.cloudfront.model.ListStreamingDistributionsRequest
The value that you provided for the Marker request parameter.
withMarker(String) - Method in class com.amazonaws.services.cloudfront.model.StreamingDistributionList
The value you provided for the Marker request parameter.
withMaxItems(Integer) - Method in class com.amazonaws.services.cloudfront.model.CloudFrontOriginAccessIdentityList
The maximum number of origin access identities you want in the response body.
withMaxItems(Integer) - Method in class com.amazonaws.services.cloudfront.model.DistributionList
The value you provided for the MaxItems request parameter.
withMaxItems(Integer) - Method in class com.amazonaws.services.cloudfront.model.InvalidationList
The value that you provided for the MaxItems request parameter.
withMaxItems(String) - Method in class com.amazonaws.services.cloudfront.model.ListCloudFrontOriginAccessIdentitiesRequest
The maximum number of origin access identities you want in the response body.
withMaxItems(String) - Method in class com.amazonaws.services.cloudfront.model.ListDistributionsByWebACLIdRequest
The maximum number of distributions that you want CloudFront to return in the response body.
withMaxItems(String) - Method in class com.amazonaws.services.cloudfront.model.ListDistributionsRequest
The maximum number of distributions you want in the response body.
withMaxItems(String) - Method in class com.amazonaws.services.cloudfront.model.ListInvalidationsRequest
The maximum number of invalidation batches that you want in the response body.
withMaxItems(String) - Method in class com.amazonaws.services.cloudfront.model.ListStreamingDistributionsRequest
The value that you provided for the MaxItems request parameter.
withMaxItems(Integer) - Method in class com.amazonaws.services.cloudfront.model.StreamingDistributionList
The value you provided for the MaxItems request parameter.
withMaxTTL(Long) - Method in class com.amazonaws.services.cloudfront.model.CacheBehavior
The maximum amount of time that you want objects to stay in CloudFront caches before CloudFront forwards another request to your origin to determine whether the object has been updated.
withMaxTTL(Long) - Method in class com.amazonaws.services.cloudfront.model.DefaultCacheBehavior
 
withMinimumProtocolVersion(String) - Method in class com.amazonaws.services.cloudfront.model.ViewerCertificate
Specify the minimum version of the SSL/TLS protocol that you want CloudFront to use for HTTPS connections between viewers and CloudFront: SSLv3 or TLSv1.
withMinimumProtocolVersion(MinimumProtocolVersion) - Method in class com.amazonaws.services.cloudfront.model.ViewerCertificate
Specify the minimum version of the SSL/TLS protocol that you want CloudFront to use for HTTPS connections between viewers and CloudFront: SSLv3 or TLSv1.
withMinTTL(Long) - Method in class com.amazonaws.services.cloudfront.model.CacheBehavior
The minimum amount of time that you want objects to stay in CloudFront caches before CloudFront forwards another request to your origin to determine whether the object has been updated.
withMinTTL(Long) - Method in class com.amazonaws.services.cloudfront.model.DefaultCacheBehavior
The minimum amount of time that you want objects to stay in CloudFront caches before CloudFront forwards another request to your origin to determine whether the object has been updated.
withNextMarker(String) - Method in class com.amazonaws.services.cloudfront.model.CloudFrontOriginAccessIdentityList
If IsTruncated is true, this element is present and contains the value you can use for the Marker request parameter to continue listing your origin access identities where they left off.
withNextMarker(String) - Method in class com.amazonaws.services.cloudfront.model.DistributionList
If IsTruncated is true, this element is present and contains the value you can use for the Marker request parameter to continue listing your distributions where they left off.
withNextMarker(String) - Method in class com.amazonaws.services.cloudfront.model.InvalidationList
If IsTruncated is true, this element is present and contains the value that you can use for the Marker request parameter to continue listing your invalidation batches where they left off.
withNextMarker(String) - Method in class com.amazonaws.services.cloudfront.model.StreamingDistributionList
If IsTruncated is true, this element is present and contains the value you can use for the Marker request parameter to continue listing your RTMP distributions where they left off.
withOriginAccessIdentity(String) - Method in class com.amazonaws.services.cloudfront.model.S3Origin
The CloudFront origin access identity to associate with the RTMP distribution.
withOriginAccessIdentity(String) - Method in class com.amazonaws.services.cloudfront.model.S3OriginConfig
The CloudFront origin access identity to associate with the origin.
withOriginKeepaliveTimeout(Integer) - Method in class com.amazonaws.services.cloudfront.model.CustomOriginConfig
You can create a custom keep-alive timeout.
withOriginPath(String) - Method in class com.amazonaws.services.cloudfront.model.Origin
An optional element that causes CloudFront to request your content from a directory in your Amazon S3 bucket or your custom origin.
withOriginProtocolPolicy(String) - Method in class com.amazonaws.services.cloudfront.model.CustomOriginConfig
The origin protocol policy to apply to your origin.
withOriginProtocolPolicy(OriginProtocolPolicy) - Method in class com.amazonaws.services.cloudfront.model.CustomOriginConfig
The origin protocol policy to apply to your origin.
withOriginReadTimeout(Integer) - Method in class com.amazonaws.services.cloudfront.model.CustomOriginConfig
You can create a custom origin read timeout.
withOrigins(Origins) - Method in class com.amazonaws.services.cloudfront.model.DistributionConfig
A complex type that contains information about origins for this distribution.
withOrigins(Origins) - Method in class com.amazonaws.services.cloudfront.model.DistributionSummary
A complex type that contains information about origins for this distribution.
withOriginSslProtocols(OriginSslProtocols) - Method in class com.amazonaws.services.cloudfront.model.CustomOriginConfig
The SSL/TLS protocols that you want CloudFront to use when communicating with your origin over HTTPS.
withPathPattern(String) - Method in class com.amazonaws.services.cloudfront.model.CacheBehavior
The pattern (for example, images/*.jpg) that specifies which requests to apply the behavior to.
withPaths(Paths) - Method in class com.amazonaws.services.cloudfront.model.InvalidationBatch
A complex type that contains information about the objects that you want to invalidate.
withPrefix(String) - Method in class com.amazonaws.services.cloudfront.model.LoggingConfig
An optional string that you want CloudFront to prefix to the access log filenames for this distribution, for example, myprefix/.
withPrefix(String) - Method in class com.amazonaws.services.cloudfront.model.StreamingLoggingConfig
An optional string that you want CloudFront to prefix to the access log filenames for this streaming distribution, for example, myprefix/.
withPriceClass(String) - Method in class com.amazonaws.services.cloudfront.model.DistributionConfig
The price class that corresponds with the maximum price that you want to pay for CloudFront service.
withPriceClass(PriceClass) - Method in class com.amazonaws.services.cloudfront.model.DistributionConfig
The price class that corresponds with the maximum price that you want to pay for CloudFront service.
withPriceClass(String) - Method in class com.amazonaws.services.cloudfront.model.DistributionSummary
 
withPriceClass(PriceClass) - Method in class com.amazonaws.services.cloudfront.model.DistributionSummary
 
withPriceClass(String) - Method in class com.amazonaws.services.cloudfront.model.StreamingDistributionConfig
A complex type that contains information about price class for this streaming distribution.
withPriceClass(PriceClass) - Method in class com.amazonaws.services.cloudfront.model.StreamingDistributionConfig
A complex type that contains information about price class for this streaming distribution.
withPriceClass(String) - Method in class com.amazonaws.services.cloudfront.model.StreamingDistributionSummary
 
withPriceClass(PriceClass) - Method in class com.amazonaws.services.cloudfront.model.StreamingDistributionSummary
 
withQuantity(Integer) - Method in class com.amazonaws.services.cloudfront.model.ActiveTrustedSigners
A complex type that contains one Signer complex type for each trusted signer specified in the TrustedSigners complex type.
withQuantity(Integer) - Method in class com.amazonaws.services.cloudfront.model.Aliases
The number of CNAME aliases, if any, that you want to associate with this distribution.
withQuantity(Integer) - Method in class com.amazonaws.services.cloudfront.model.AllowedMethods
The number of HTTP methods that you want CloudFront to forward to your origin.
withQuantity(Integer) - Method in class com.amazonaws.services.cloudfront.model.CacheBehaviors
The number of cache behaviors for this distribution.
withQuantity(Integer) - Method in class com.amazonaws.services.cloudfront.model.CachedMethods
The number of HTTP methods for which you want CloudFront to cache responses.
withQuantity(Integer) - Method in class com.amazonaws.services.cloudfront.model.CloudFrontOriginAccessIdentityList
The number of CloudFront origin access identities that were created by the current AWS account.
withQuantity(Integer) - Method in class com.amazonaws.services.cloudfront.model.CookieNames
The number of different cookies that you want CloudFront to forward to the origin for this cache behavior.
withQuantity(Integer) - Method in class com.amazonaws.services.cloudfront.model.CustomErrorResponses
The number of HTTP status codes for which you want to specify a custom error page and/or a caching duration.
withQuantity(Integer) - Method in class com.amazonaws.services.cloudfront.model.CustomHeaders
The number of custom headers, if any, for this distribution.
withQuantity(Integer) - Method in class com.amazonaws.services.cloudfront.model.DistributionList
The number of distributions that were created by the current AWS account.
withQuantity(Integer) - Method in class com.amazonaws.services.cloudfront.model.GeoRestriction
When geo restriction is enabled, this is the number of countries in your whitelist or blacklist.
withQuantity(Integer) - Method in class com.amazonaws.services.cloudfront.model.Headers
The number of different headers that you want CloudFront to forward to the origin for this cache behavior.
withQuantity(Integer) - Method in class com.amazonaws.services.cloudfront.model.InvalidationList
The number of invalidation batches that were created by the current AWS account.
withQuantity(Integer) - Method in class com.amazonaws.services.cloudfront.model.KeyPairIds
The number of active CloudFront key pairs for AwsAccountNumber.
withQuantity(Integer) - Method in class com.amazonaws.services.cloudfront.model.LambdaFunctionAssociations
The number of Lambda function associations for this cache behavior.
withQuantity(Integer) - Method in class com.amazonaws.services.cloudfront.model.Origins
The number of origins for this distribution.
withQuantity(Integer) - Method in class com.amazonaws.services.cloudfront.model.OriginSslProtocols
The number of SSL/TLS protocols that you want to allow CloudFront to use when establishing an HTTPS connection with this origin.
withQuantity(Integer) - Method in class com.amazonaws.services.cloudfront.model.Paths
The number of objects that you want to invalidate.
withQuantity(Integer) - Method in class com.amazonaws.services.cloudfront.model.QueryStringCacheKeys
The number of whitelisted query string parameters for this cache behavior.
withQuantity(Integer) - Method in class com.amazonaws.services.cloudfront.model.StreamingDistributionList
The number of streaming distributions that were created by the current AWS account.
withQuantity(Integer) - Method in class com.amazonaws.services.cloudfront.model.TrustedSigners
The number of trusted signers for this cache behavior.
withQueryString(Boolean) - Method in class com.amazonaws.services.cloudfront.model.ForwardedValues
Indicates whether you want CloudFront to forward query strings to the origin that is associated with this cache behavior and cache based on the query string parameters.
withQueryStringCacheKeys(QueryStringCacheKeys) - Method in class com.amazonaws.services.cloudfront.model.ForwardedValues
A complex type that contains information about the query string parameters that you want CloudFront to use for caching for this cache behavior.
withResource(String) - Method in class com.amazonaws.services.cloudfront.model.ListTagsForResourceRequest
An ARN of a CloudFront resource.
withResource(String) - Method in class com.amazonaws.services.cloudfront.model.TagResourceRequest
An ARN of a CloudFront resource.
withResource(String) - Method in class com.amazonaws.services.cloudfront.model.UntagResourceRequest
An ARN of a CloudFront resource.
withResponseCode(String) - Method in class com.amazonaws.services.cloudfront.model.CustomErrorResponse
The HTTP status code that you want CloudFront to return to the viewer along with the custom error page.
withResponsePagePath(String) - Method in class com.amazonaws.services.cloudfront.model.CustomErrorResponse
The path to the custom error page that you want CloudFront to return to a viewer when your origin returns the HTTP status code specified by ErrorCode, for example, /4xx-errors/403-forbidden.html.
withRestrictions(Restrictions) - Method in class com.amazonaws.services.cloudfront.model.DistributionConfig
 
withRestrictions(Restrictions) - Method in class com.amazonaws.services.cloudfront.model.DistributionSummary
 
withRestrictionType(String) - Method in class com.amazonaws.services.cloudfront.model.GeoRestriction
The method that you want to use to restrict distribution of your content by country:
withRestrictionType(GeoRestrictionType) - Method in class com.amazonaws.services.cloudfront.model.GeoRestriction
The method that you want to use to restrict distribution of your content by country:
withS3CanonicalUserId(String) - Method in class com.amazonaws.services.cloudfront.model.CloudFrontOriginAccessIdentity
The Amazon S3 canonical user ID for the origin access identity, used when giving the origin access identity read permission to an object in Amazon S3.
withS3CanonicalUserId(String) - Method in class com.amazonaws.services.cloudfront.model.CloudFrontOriginAccessIdentitySummary
The Amazon S3 canonical user ID for the origin access identity, which you use when giving the origin access identity read permission to an object in Amazon S3.
withS3Origin(S3Origin) - Method in class com.amazonaws.services.cloudfront.model.StreamingDistributionConfig
A complex type that contains information about the Amazon S3 bucket from which you want CloudFront to get your media files for distribution.
withS3Origin(S3Origin) - Method in class com.amazonaws.services.cloudfront.model.StreamingDistributionSummary
A complex type that contains information about the Amazon S3 bucket from which you want CloudFront to get your media files for distribution.
withS3OriginConfig(S3OriginConfig) - Method in class com.amazonaws.services.cloudfront.model.Origin
A complex type that contains information about the Amazon S3 origin.
withSmoothStreaming(Boolean) - Method in class com.amazonaws.services.cloudfront.model.CacheBehavior
Indicates whether you want to distribute media files in the Microsoft Smooth Streaming format using the origin that is associated with this cache behavior.
withSmoothStreaming(Boolean) - Method in class com.amazonaws.services.cloudfront.model.DefaultCacheBehavior
Indicates whether you want to distribute media files in the Microsoft Smooth Streaming format using the origin that is associated with this cache behavior.
withSSLSupportMethod(String) - Method in class com.amazonaws.services.cloudfront.model.ViewerCertificate
If you specify a value for ACMCertificateArn or for IAMCertificateId, you must also specify how you want CloudFront to serve HTTPS requests: using a method that works for all clients or one that works for most clients:
withSSLSupportMethod(SSLSupportMethod) - Method in class com.amazonaws.services.cloudfront.model.ViewerCertificate
If you specify a value for ACMCertificateArn or for IAMCertificateId, you must also specify how you want CloudFront to serve HTTPS requests: using a method that works for all clients or one that works for most clients:
withStatus(String) - Method in class com.amazonaws.services.cloudfront.model.Distribution
This response element indicates the current status of the distribution.
withStatus(String) - Method in class com.amazonaws.services.cloudfront.model.DistributionSummary
The current status of the distribution.
withStatus(String) - Method in class com.amazonaws.services.cloudfront.model.Invalidation
The status of the invalidation request.
withStatus(String) - Method in class com.amazonaws.services.cloudfront.model.InvalidationSummary
The status of an invalidation request.
withStatus(String) - Method in class com.amazonaws.services.cloudfront.model.StreamingDistribution
The current status of the RTMP distribution.
withStatus(String) - Method in class com.amazonaws.services.cloudfront.model.StreamingDistributionSummary
Indicates the current status of the distribution.
withStreamingDistribution(StreamingDistribution) - Method in class com.amazonaws.services.cloudfront.model.CreateStreamingDistributionResult
The streaming distribution's information.
withStreamingDistribution(StreamingDistribution) - Method in class com.amazonaws.services.cloudfront.model.CreateStreamingDistributionWithTagsResult
The streaming distribution's information.
withStreamingDistribution(StreamingDistribution) - Method in class com.amazonaws.services.cloudfront.model.GetStreamingDistributionResult
The streaming distribution's information.
withStreamingDistribution(StreamingDistribution) - Method in class com.amazonaws.services.cloudfront.model.UpdateStreamingDistributionResult
The streaming distribution's information.
withStreamingDistributionConfig(StreamingDistributionConfig) - Method in class com.amazonaws.services.cloudfront.model.CreateStreamingDistributionRequest
The streaming distribution's configuration information.
withStreamingDistributionConfig(StreamingDistributionConfig) - Method in class com.amazonaws.services.cloudfront.model.GetStreamingDistributionConfigResult
The streaming distribution's configuration information.
withStreamingDistributionConfig(StreamingDistributionConfig) - Method in class com.amazonaws.services.cloudfront.model.StreamingDistribution
The current configuration information for the RTMP distribution.
withStreamingDistributionConfig(StreamingDistributionConfig) - Method in class com.amazonaws.services.cloudfront.model.StreamingDistributionConfigWithTags
A streaming distribution Configuration.
withStreamingDistributionConfig(StreamingDistributionConfig) - Method in class com.amazonaws.services.cloudfront.model.UpdateStreamingDistributionRequest
The streaming distribution's configuration information.
withStreamingDistributionConfigWithTags(StreamingDistributionConfigWithTags) - Method in class com.amazonaws.services.cloudfront.model.CreateStreamingDistributionWithTagsRequest
The streaming distribution's configuration information.
withStreamingDistributionList(StreamingDistributionList) - Method in class com.amazonaws.services.cloudfront.model.ListStreamingDistributionsResult
The StreamingDistributionList type.
withTagKeys(TagKeys) - Method in class com.amazonaws.services.cloudfront.model.UntagResourceRequest
A complex type that contains zero or more Tag key elements.
withTags(Tags) - Method in class com.amazonaws.services.cloudfront.model.DistributionConfigWithTags
A complex type that contains zero or more Tag elements.
withTags(Tags) - Method in class com.amazonaws.services.cloudfront.model.ListTagsForResourceResult
A complex type that contains zero or more Tag elements.
withTags(Tags) - Method in class com.amazonaws.services.cloudfront.model.StreamingDistributionConfigWithTags
A complex type that contains zero or more Tag elements.
withTags(Tags) - Method in class com.amazonaws.services.cloudfront.model.TagResourceRequest
A complex type that contains zero or more Tag elements.
withTargetOriginId(String) - Method in class com.amazonaws.services.cloudfront.model.CacheBehavior
The value of ID for the origin that you want CloudFront to route requests to when a request matches the path pattern either for a cache behavior or for the default cache behavior.
withTargetOriginId(String) - Method in class com.amazonaws.services.cloudfront.model.DefaultCacheBehavior
The value of ID for the origin that you want CloudFront to route requests to when a request matches the path pattern either for a cache behavior or for the default cache behavior.
withTrustedSigners(TrustedSigners) - Method in class com.amazonaws.services.cloudfront.model.CacheBehavior
A complex type that specifies the AWS accounts, if any, that you want to allow to create signed URLs for private content.
withTrustedSigners(TrustedSigners) - Method in class com.amazonaws.services.cloudfront.model.DefaultCacheBehavior
A complex type that specifies the AWS accounts, if any, that you want to allow to create signed URLs for private content.
withTrustedSigners(TrustedSigners) - Method in class com.amazonaws.services.cloudfront.model.StreamingDistributionConfig
A complex type that specifies any AWS accounts that you want to permit to create signed URLs for private content.
withTrustedSigners(TrustedSigners) - Method in class com.amazonaws.services.cloudfront.model.StreamingDistributionSummary
A complex type that specifies the AWS accounts, if any, that you want to allow to create signed URLs for private content.
withValue(String) - Method in class com.amazonaws.services.cloudfront.model.Tag
A string that contains an optional Tag value.
withViewerCertificate(ViewerCertificate) - Method in class com.amazonaws.services.cloudfront.model.DistributionConfig
 
withViewerCertificate(ViewerCertificate) - Method in class com.amazonaws.services.cloudfront.model.DistributionSummary
 
withViewerProtocolPolicy(String) - Method in class com.amazonaws.services.cloudfront.model.CacheBehavior
The protocol that viewers can use to access the files in the origin specified by TargetOriginId when a request matches the path pattern in PathPattern.
withViewerProtocolPolicy(ViewerProtocolPolicy) - Method in class com.amazonaws.services.cloudfront.model.CacheBehavior
The protocol that viewers can use to access the files in the origin specified by TargetOriginId when a request matches the path pattern in PathPattern.
withViewerProtocolPolicy(String) - Method in class com.amazonaws.services.cloudfront.model.DefaultCacheBehavior
The protocol that viewers can use to access the files in the origin specified by TargetOriginId when a request matches the path pattern in PathPattern.
withViewerProtocolPolicy(ViewerProtocolPolicy) - Method in class com.amazonaws.services.cloudfront.model.DefaultCacheBehavior
The protocol that viewers can use to access the files in the origin specified by TargetOriginId when a request matches the path pattern in PathPattern.
withWebACLId(String) - Method in class com.amazonaws.services.cloudfront.model.DistributionConfig
A unique identifier that specifies the AWS WAF web ACL, if any, to associate with this distribution.
withWebACLId(String) - Method in class com.amazonaws.services.cloudfront.model.DistributionSummary
The Web ACL Id (if any) associated with the distribution.
withWebACLId(String) - Method in class com.amazonaws.services.cloudfront.model.ListDistributionsByWebACLIdRequest
The ID of the AWS WAF web ACL that you want to list the associated distributions.
withWhitelistedNames(CookieNames) - Method in class com.amazonaws.services.cloudfront.model.CookiePreference
Required if you specify whitelist for the value of Forward:.
A B C D E F G H I K L M N O P Q R S T U V W 
Skip navigation links

Copyright © 2017. All rights reserved.