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
 
CannotChangeImmutablePublicKeyFieldsException - Exception in com.amazonaws.services.cloudfront.model
You can't change the value of a public key.
CannotChangeImmutablePublicKeyFieldsException(String) - Constructor for exception com.amazonaws.services.cloudfront.model.CannotChangeImmutablePublicKeyFieldsException
Constructs a new CannotChangeImmutablePublicKeyFieldsException with the specified error message.
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.ContentTypeProfile
 
clone() - Method in class com.amazonaws.services.cloudfront.model.ContentTypeProfileConfig
 
clone() - Method in class com.amazonaws.services.cloudfront.model.ContentTypeProfiles
 
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.CreateFieldLevelEncryptionConfigRequest
 
clone() - Method in class com.amazonaws.services.cloudfront.model.CreateFieldLevelEncryptionConfigResult
 
clone() - Method in class com.amazonaws.services.cloudfront.model.CreateFieldLevelEncryptionProfileRequest
 
clone() - Method in class com.amazonaws.services.cloudfront.model.CreateFieldLevelEncryptionProfileResult
 
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.CreatePublicKeyRequest
 
clone() - Method in class com.amazonaws.services.cloudfront.model.CreatePublicKeyResult
 
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.DeleteFieldLevelEncryptionConfigRequest
 
clone() - Method in class com.amazonaws.services.cloudfront.model.DeleteFieldLevelEncryptionConfigResult
 
clone() - Method in class com.amazonaws.services.cloudfront.model.DeleteFieldLevelEncryptionProfileRequest
 
clone() - Method in class com.amazonaws.services.cloudfront.model.DeleteFieldLevelEncryptionProfileResult
 
clone() - Method in class com.amazonaws.services.cloudfront.model.DeletePublicKeyRequest
 
clone() - Method in class com.amazonaws.services.cloudfront.model.DeletePublicKeyResult
 
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.EncryptionEntities
 
clone() - Method in class com.amazonaws.services.cloudfront.model.EncryptionEntity
 
clone() - Method in class com.amazonaws.services.cloudfront.model.FieldLevelEncryption
 
clone() - Method in class com.amazonaws.services.cloudfront.model.FieldLevelEncryptionConfig
 
clone() - Method in class com.amazonaws.services.cloudfront.model.FieldLevelEncryptionList
 
clone() - Method in class com.amazonaws.services.cloudfront.model.FieldLevelEncryptionProfile
 
clone() - Method in class com.amazonaws.services.cloudfront.model.FieldLevelEncryptionProfileConfig
 
clone() - Method in class com.amazonaws.services.cloudfront.model.FieldLevelEncryptionProfileList
 
clone() - Method in class com.amazonaws.services.cloudfront.model.FieldLevelEncryptionProfileSummary
 
clone() - Method in class com.amazonaws.services.cloudfront.model.FieldLevelEncryptionSummary
 
clone() - Method in class com.amazonaws.services.cloudfront.model.FieldPatterns
 
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.GetFieldLevelEncryptionConfigRequest
 
clone() - Method in class com.amazonaws.services.cloudfront.model.GetFieldLevelEncryptionConfigResult
 
clone() - Method in class com.amazonaws.services.cloudfront.model.GetFieldLevelEncryptionProfileConfigRequest
 
clone() - Method in class com.amazonaws.services.cloudfront.model.GetFieldLevelEncryptionProfileConfigResult
 
clone() - Method in class com.amazonaws.services.cloudfront.model.GetFieldLevelEncryptionProfileRequest
 
clone() - Method in class com.amazonaws.services.cloudfront.model.GetFieldLevelEncryptionProfileResult
 
clone() - Method in class com.amazonaws.services.cloudfront.model.GetFieldLevelEncryptionRequest
 
clone() - Method in class com.amazonaws.services.cloudfront.model.GetFieldLevelEncryptionResult
 
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.GetPublicKeyConfigRequest
 
clone() - Method in class com.amazonaws.services.cloudfront.model.GetPublicKeyConfigResult
 
clone() - Method in class com.amazonaws.services.cloudfront.model.GetPublicKeyRequest
 
clone() - Method in class com.amazonaws.services.cloudfront.model.GetPublicKeyResult
 
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.ListFieldLevelEncryptionConfigsRequest
 
clone() - Method in class com.amazonaws.services.cloudfront.model.ListFieldLevelEncryptionConfigsResult
 
clone() - Method in class com.amazonaws.services.cloudfront.model.ListFieldLevelEncryptionProfilesRequest
 
clone() - Method in class com.amazonaws.services.cloudfront.model.ListFieldLevelEncryptionProfilesResult
 
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.ListPublicKeysRequest
 
clone() - Method in class com.amazonaws.services.cloudfront.model.ListPublicKeysResult
 
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.OriginGroup
 
clone() - Method in class com.amazonaws.services.cloudfront.model.OriginGroupFailoverCriteria
 
clone() - Method in class com.amazonaws.services.cloudfront.model.OriginGroupMember
 
clone() - Method in class com.amazonaws.services.cloudfront.model.OriginGroupMembers
 
clone() - Method in class com.amazonaws.services.cloudfront.model.OriginGroups
 
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.PublicKey
 
clone() - Method in class com.amazonaws.services.cloudfront.model.PublicKeyConfig
 
clone() - Method in class com.amazonaws.services.cloudfront.model.PublicKeyList
 
clone() - Method in class com.amazonaws.services.cloudfront.model.PublicKeySummary
 
clone() - Method in class com.amazonaws.services.cloudfront.model.QueryArgProfile
 
clone() - Method in class com.amazonaws.services.cloudfront.model.QueryArgProfileConfig
 
clone() - Method in class com.amazonaws.services.cloudfront.model.QueryArgProfiles
 
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.StatusCodes
 
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.UpdateFieldLevelEncryptionConfigRequest
 
clone() - Method in class com.amazonaws.services.cloudfront.model.UpdateFieldLevelEncryptionConfigResult
 
clone() - Method in class com.amazonaws.services.cloudfront.model.UpdateFieldLevelEncryptionProfileRequest
 
clone() - Method in class com.amazonaws.services.cloudfront.model.UpdateFieldLevelEncryptionProfileResult
 
clone() - Method in class com.amazonaws.services.cloudfront.model.UpdatePublicKeyRequest
 
clone() - Method in class com.amazonaws.services.cloudfront.model.UpdatePublicKeyResult
 
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
ContentTypeProfile - Class in com.amazonaws.services.cloudfront.model
A field-level encryption content type profile.
ContentTypeProfile() - Constructor for class com.amazonaws.services.cloudfront.model.ContentTypeProfile
 
ContentTypeProfileConfig - Class in com.amazonaws.services.cloudfront.model
The configuration for a field-level encryption content type-profile mapping.
ContentTypeProfileConfig() - Constructor for class com.amazonaws.services.cloudfront.model.ContentTypeProfileConfig
 
ContentTypeProfiles - Class in com.amazonaws.services.cloudfront.model
Field-level encryption content type-profile.
ContentTypeProfiles() - Constructor for class com.amazonaws.services.cloudfront.model.ContentTypeProfiles
 
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
 
createFieldLevelEncryptionConfig(CreateFieldLevelEncryptionConfigRequest) - Method in class com.amazonaws.services.cloudfront.AbstractAmazonCloudFront
 
createFieldLevelEncryptionConfig(CreateFieldLevelEncryptionConfigRequest) - Method in interface com.amazonaws.services.cloudfront.AmazonCloudFront
Create a new field-level encryption configuration.
createFieldLevelEncryptionConfig(CreateFieldLevelEncryptionConfigRequest) - Method in class com.amazonaws.services.cloudfront.AmazonCloudFrontClient
Create a new field-level encryption configuration.
createFieldLevelEncryptionConfigAsync(CreateFieldLevelEncryptionConfigRequest) - Method in class com.amazonaws.services.cloudfront.AbstractAmazonCloudFrontAsync
 
createFieldLevelEncryptionConfigAsync(CreateFieldLevelEncryptionConfigRequest, AsyncHandler<CreateFieldLevelEncryptionConfigRequest, CreateFieldLevelEncryptionConfigResult>) - Method in class com.amazonaws.services.cloudfront.AbstractAmazonCloudFrontAsync
 
createFieldLevelEncryptionConfigAsync(CreateFieldLevelEncryptionConfigRequest) - Method in interface com.amazonaws.services.cloudfront.AmazonCloudFrontAsync
Create a new field-level encryption configuration.
createFieldLevelEncryptionConfigAsync(CreateFieldLevelEncryptionConfigRequest, AsyncHandler<CreateFieldLevelEncryptionConfigRequest, CreateFieldLevelEncryptionConfigResult>) - Method in interface com.amazonaws.services.cloudfront.AmazonCloudFrontAsync
Create a new field-level encryption configuration.
createFieldLevelEncryptionConfigAsync(CreateFieldLevelEncryptionConfigRequest) - Method in class com.amazonaws.services.cloudfront.AmazonCloudFrontAsyncClient
 
createFieldLevelEncryptionConfigAsync(CreateFieldLevelEncryptionConfigRequest, AsyncHandler<CreateFieldLevelEncryptionConfigRequest, CreateFieldLevelEncryptionConfigResult>) - Method in class com.amazonaws.services.cloudfront.AmazonCloudFrontAsyncClient
 
CreateFieldLevelEncryptionConfigRequest - Class in com.amazonaws.services.cloudfront.model
 
CreateFieldLevelEncryptionConfigRequest() - Constructor for class com.amazonaws.services.cloudfront.model.CreateFieldLevelEncryptionConfigRequest
 
CreateFieldLevelEncryptionConfigResult - Class in com.amazonaws.services.cloudfront.model
 
CreateFieldLevelEncryptionConfigResult() - Constructor for class com.amazonaws.services.cloudfront.model.CreateFieldLevelEncryptionConfigResult
 
createFieldLevelEncryptionProfile(CreateFieldLevelEncryptionProfileRequest) - Method in class com.amazonaws.services.cloudfront.AbstractAmazonCloudFront
 
createFieldLevelEncryptionProfile(CreateFieldLevelEncryptionProfileRequest) - Method in interface com.amazonaws.services.cloudfront.AmazonCloudFront
Create a field-level encryption profile.
createFieldLevelEncryptionProfile(CreateFieldLevelEncryptionProfileRequest) - Method in class com.amazonaws.services.cloudfront.AmazonCloudFrontClient
Create a field-level encryption profile.
createFieldLevelEncryptionProfileAsync(CreateFieldLevelEncryptionProfileRequest) - Method in class com.amazonaws.services.cloudfront.AbstractAmazonCloudFrontAsync
 
createFieldLevelEncryptionProfileAsync(CreateFieldLevelEncryptionProfileRequest, AsyncHandler<CreateFieldLevelEncryptionProfileRequest, CreateFieldLevelEncryptionProfileResult>) - Method in class com.amazonaws.services.cloudfront.AbstractAmazonCloudFrontAsync
 
createFieldLevelEncryptionProfileAsync(CreateFieldLevelEncryptionProfileRequest) - Method in interface com.amazonaws.services.cloudfront.AmazonCloudFrontAsync
Create a field-level encryption profile.
createFieldLevelEncryptionProfileAsync(CreateFieldLevelEncryptionProfileRequest, AsyncHandler<CreateFieldLevelEncryptionProfileRequest, CreateFieldLevelEncryptionProfileResult>) - Method in interface com.amazonaws.services.cloudfront.AmazonCloudFrontAsync
Create a field-level encryption profile.
createFieldLevelEncryptionProfileAsync(CreateFieldLevelEncryptionProfileRequest) - Method in class com.amazonaws.services.cloudfront.AmazonCloudFrontAsyncClient
 
createFieldLevelEncryptionProfileAsync(CreateFieldLevelEncryptionProfileRequest, AsyncHandler<CreateFieldLevelEncryptionProfileRequest, CreateFieldLevelEncryptionProfileResult>) - Method in class com.amazonaws.services.cloudfront.AmazonCloudFrontAsyncClient
 
CreateFieldLevelEncryptionProfileRequest - Class in com.amazonaws.services.cloudfront.model
 
CreateFieldLevelEncryptionProfileRequest() - Constructor for class com.amazonaws.services.cloudfront.model.CreateFieldLevelEncryptionProfileRequest
 
CreateFieldLevelEncryptionProfileResult - Class in com.amazonaws.services.cloudfront.model
 
CreateFieldLevelEncryptionProfileResult() - Constructor for class com.amazonaws.services.cloudfront.model.CreateFieldLevelEncryptionProfileResult
 
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
 
createPublicKey(CreatePublicKeyRequest) - Method in class com.amazonaws.services.cloudfront.AbstractAmazonCloudFront
 
createPublicKey(CreatePublicKeyRequest) - Method in interface com.amazonaws.services.cloudfront.AmazonCloudFront
Add a new public key to CloudFront to use, for example, for field-level encryption.
createPublicKey(CreatePublicKeyRequest) - Method in class com.amazonaws.services.cloudfront.AmazonCloudFrontClient
Add a new public key to CloudFront to use, for example, for field-level encryption.
createPublicKeyAsync(CreatePublicKeyRequest) - Method in class com.amazonaws.services.cloudfront.AbstractAmazonCloudFrontAsync
 
createPublicKeyAsync(CreatePublicKeyRequest, AsyncHandler<CreatePublicKeyRequest, CreatePublicKeyResult>) - Method in class com.amazonaws.services.cloudfront.AbstractAmazonCloudFrontAsync
 
createPublicKeyAsync(CreatePublicKeyRequest) - Method in interface com.amazonaws.services.cloudfront.AmazonCloudFrontAsync
Add a new public key to CloudFront to use, for example, for field-level encryption.
createPublicKeyAsync(CreatePublicKeyRequest, AsyncHandler<CreatePublicKeyRequest, CreatePublicKeyResult>) - Method in interface com.amazonaws.services.cloudfront.AmazonCloudFrontAsync
Add a new public key to CloudFront to use, for example, for field-level encryption.
createPublicKeyAsync(CreatePublicKeyRequest) - Method in class com.amazonaws.services.cloudfront.AmazonCloudFrontAsyncClient
 
createPublicKeyAsync(CreatePublicKeyRequest, AsyncHandler<CreatePublicKeyRequest, CreatePublicKeyResult>) - Method in class com.amazonaws.services.cloudfront.AmazonCloudFrontAsyncClient
 
CreatePublicKeyRequest - Class in com.amazonaws.services.cloudfront.model
 
CreatePublicKeyRequest() - Constructor for class com.amazonaws.services.cloudfront.model.CreatePublicKeyRequest
 
CreatePublicKeyResult - Class in com.amazonaws.services.cloudfront.model
 
CreatePublicKeyResult() - Constructor for class com.amazonaws.services.cloudfront.model.CreatePublicKeyResult
 
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 or an Amazon S3 bucket configured as a website endpoint.
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 don't 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
 
deleteFieldLevelEncryptionConfig(DeleteFieldLevelEncryptionConfigRequest) - Method in class com.amazonaws.services.cloudfront.AbstractAmazonCloudFront
 
deleteFieldLevelEncryptionConfig(DeleteFieldLevelEncryptionConfigRequest) - Method in interface com.amazonaws.services.cloudfront.AmazonCloudFront
Remove a field-level encryption configuration.
deleteFieldLevelEncryptionConfig(DeleteFieldLevelEncryptionConfigRequest) - Method in class com.amazonaws.services.cloudfront.AmazonCloudFrontClient
Remove a field-level encryption configuration.
deleteFieldLevelEncryptionConfigAsync(DeleteFieldLevelEncryptionConfigRequest) - Method in class com.amazonaws.services.cloudfront.AbstractAmazonCloudFrontAsync
 
deleteFieldLevelEncryptionConfigAsync(DeleteFieldLevelEncryptionConfigRequest, AsyncHandler<DeleteFieldLevelEncryptionConfigRequest, DeleteFieldLevelEncryptionConfigResult>) - Method in class com.amazonaws.services.cloudfront.AbstractAmazonCloudFrontAsync
 
deleteFieldLevelEncryptionConfigAsync(DeleteFieldLevelEncryptionConfigRequest) - Method in interface com.amazonaws.services.cloudfront.AmazonCloudFrontAsync
Remove a field-level encryption configuration.
deleteFieldLevelEncryptionConfigAsync(DeleteFieldLevelEncryptionConfigRequest, AsyncHandler<DeleteFieldLevelEncryptionConfigRequest, DeleteFieldLevelEncryptionConfigResult>) - Method in interface com.amazonaws.services.cloudfront.AmazonCloudFrontAsync
Remove a field-level encryption configuration.
deleteFieldLevelEncryptionConfigAsync(DeleteFieldLevelEncryptionConfigRequest) - Method in class com.amazonaws.services.cloudfront.AmazonCloudFrontAsyncClient
 
deleteFieldLevelEncryptionConfigAsync(DeleteFieldLevelEncryptionConfigRequest, AsyncHandler<DeleteFieldLevelEncryptionConfigRequest, DeleteFieldLevelEncryptionConfigResult>) - Method in class com.amazonaws.services.cloudfront.AmazonCloudFrontAsyncClient
 
DeleteFieldLevelEncryptionConfigRequest - Class in com.amazonaws.services.cloudfront.model
 
DeleteFieldLevelEncryptionConfigRequest() - Constructor for class com.amazonaws.services.cloudfront.model.DeleteFieldLevelEncryptionConfigRequest
 
DeleteFieldLevelEncryptionConfigResult - Class in com.amazonaws.services.cloudfront.model
 
DeleteFieldLevelEncryptionConfigResult() - Constructor for class com.amazonaws.services.cloudfront.model.DeleteFieldLevelEncryptionConfigResult
 
deleteFieldLevelEncryptionProfile(DeleteFieldLevelEncryptionProfileRequest) - Method in class com.amazonaws.services.cloudfront.AbstractAmazonCloudFront
 
deleteFieldLevelEncryptionProfile(DeleteFieldLevelEncryptionProfileRequest) - Method in interface com.amazonaws.services.cloudfront.AmazonCloudFront
Remove a field-level encryption profile.
deleteFieldLevelEncryptionProfile(DeleteFieldLevelEncryptionProfileRequest) - Method in class com.amazonaws.services.cloudfront.AmazonCloudFrontClient
Remove a field-level encryption profile.
deleteFieldLevelEncryptionProfileAsync(DeleteFieldLevelEncryptionProfileRequest) - Method in class com.amazonaws.services.cloudfront.AbstractAmazonCloudFrontAsync
 
deleteFieldLevelEncryptionProfileAsync(DeleteFieldLevelEncryptionProfileRequest, AsyncHandler<DeleteFieldLevelEncryptionProfileRequest, DeleteFieldLevelEncryptionProfileResult>) - Method in class com.amazonaws.services.cloudfront.AbstractAmazonCloudFrontAsync
 
deleteFieldLevelEncryptionProfileAsync(DeleteFieldLevelEncryptionProfileRequest) - Method in interface com.amazonaws.services.cloudfront.AmazonCloudFrontAsync
Remove a field-level encryption profile.
deleteFieldLevelEncryptionProfileAsync(DeleteFieldLevelEncryptionProfileRequest, AsyncHandler<DeleteFieldLevelEncryptionProfileRequest, DeleteFieldLevelEncryptionProfileResult>) - Method in interface com.amazonaws.services.cloudfront.AmazonCloudFrontAsync
Remove a field-level encryption profile.
deleteFieldLevelEncryptionProfileAsync(DeleteFieldLevelEncryptionProfileRequest) - Method in class com.amazonaws.services.cloudfront.AmazonCloudFrontAsyncClient
 
deleteFieldLevelEncryptionProfileAsync(DeleteFieldLevelEncryptionProfileRequest, AsyncHandler<DeleteFieldLevelEncryptionProfileRequest, DeleteFieldLevelEncryptionProfileResult>) - Method in class com.amazonaws.services.cloudfront.AmazonCloudFrontAsyncClient
 
DeleteFieldLevelEncryptionProfileRequest - Class in com.amazonaws.services.cloudfront.model
 
DeleteFieldLevelEncryptionProfileRequest() - Constructor for class com.amazonaws.services.cloudfront.model.DeleteFieldLevelEncryptionProfileRequest
 
DeleteFieldLevelEncryptionProfileResult - Class in com.amazonaws.services.cloudfront.model
 
DeleteFieldLevelEncryptionProfileResult() - Constructor for class com.amazonaws.services.cloudfront.model.DeleteFieldLevelEncryptionProfileResult
 
deletePublicKey(DeletePublicKeyRequest) - Method in class com.amazonaws.services.cloudfront.AbstractAmazonCloudFront
 
deletePublicKey(DeletePublicKeyRequest) - Method in interface com.amazonaws.services.cloudfront.AmazonCloudFront
Remove a public key you previously added to CloudFront.
deletePublicKey(DeletePublicKeyRequest) - Method in class com.amazonaws.services.cloudfront.AmazonCloudFrontClient
Remove a public key you previously added to CloudFront.
deletePublicKeyAsync(DeletePublicKeyRequest) - Method in class com.amazonaws.services.cloudfront.AbstractAmazonCloudFrontAsync
 
deletePublicKeyAsync(DeletePublicKeyRequest, AsyncHandler<DeletePublicKeyRequest, DeletePublicKeyResult>) - Method in class com.amazonaws.services.cloudfront.AbstractAmazonCloudFrontAsync
 
deletePublicKeyAsync(DeletePublicKeyRequest) - Method in interface com.amazonaws.services.cloudfront.AmazonCloudFrontAsync
Remove a public key you previously added to CloudFront.
deletePublicKeyAsync(DeletePublicKeyRequest, AsyncHandler<DeletePublicKeyRequest, DeletePublicKeyResult>) - Method in interface com.amazonaws.services.cloudfront.AmazonCloudFrontAsync
Remove a public key you previously added to CloudFront.
deletePublicKeyAsync(DeletePublicKeyRequest) - Method in class com.amazonaws.services.cloudfront.AmazonCloudFrontAsyncClient
 
deletePublicKeyAsync(DeletePublicKeyRequest, AsyncHandler<DeletePublicKeyRequest, DeletePublicKeyResult>) - Method in class com.amazonaws.services.cloudfront.AmazonCloudFrontAsyncClient
 
DeletePublicKeyRequest - Class in com.amazonaws.services.cloudfront.model
 
DeletePublicKeyRequest() - Constructor for class com.amazonaws.services.cloudfront.model.DeletePublicKeyRequest
 
DeletePublicKeyResult - Class in com.amazonaws.services.cloudfront.model
 
DeletePublicKeyResult() - Constructor for class com.amazonaws.services.cloudfront.model.DeletePublicKeyResult
 
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

EncryptionEntities - Class in com.amazonaws.services.cloudfront.model
Complex data type for field-level encryption profiles that includes all of the encryption entities.
EncryptionEntities() - Constructor for class com.amazonaws.services.cloudfront.model.EncryptionEntities
 
EncryptionEntity - Class in com.amazonaws.services.cloudfront.model
Complex data type for field-level encryption profiles that includes the encryption key and field pattern specifications.
EncryptionEntity() - Constructor for class com.amazonaws.services.cloudfront.model.EncryptionEntity
 
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.ContentTypeProfile
 
equals(Object) - Method in class com.amazonaws.services.cloudfront.model.ContentTypeProfileConfig
 
equals(Object) - Method in class com.amazonaws.services.cloudfront.model.ContentTypeProfiles
 
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.CreateFieldLevelEncryptionConfigRequest
 
equals(Object) - Method in class com.amazonaws.services.cloudfront.model.CreateFieldLevelEncryptionConfigResult
 
equals(Object) - Method in class com.amazonaws.services.cloudfront.model.CreateFieldLevelEncryptionProfileRequest
 
equals(Object) - Method in class com.amazonaws.services.cloudfront.model.CreateFieldLevelEncryptionProfileResult
 
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.CreatePublicKeyRequest
 
equals(Object) - Method in class com.amazonaws.services.cloudfront.model.CreatePublicKeyResult
 
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.DeleteFieldLevelEncryptionConfigRequest
 
equals(Object) - Method in class com.amazonaws.services.cloudfront.model.DeleteFieldLevelEncryptionConfigResult
 
equals(Object) - Method in class com.amazonaws.services.cloudfront.model.DeleteFieldLevelEncryptionProfileRequest
 
equals(Object) - Method in class com.amazonaws.services.cloudfront.model.DeleteFieldLevelEncryptionProfileResult
 
equals(Object) - Method in class com.amazonaws.services.cloudfront.model.DeletePublicKeyRequest
 
equals(Object) - Method in class com.amazonaws.services.cloudfront.model.DeletePublicKeyResult
 
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.EncryptionEntities
 
equals(Object) - Method in class com.amazonaws.services.cloudfront.model.EncryptionEntity
 
equals(Object) - Method in class com.amazonaws.services.cloudfront.model.FieldLevelEncryption
 
equals(Object) - Method in class com.amazonaws.services.cloudfront.model.FieldLevelEncryptionConfig
 
equals(Object) - Method in class com.amazonaws.services.cloudfront.model.FieldLevelEncryptionList
 
equals(Object) - Method in class com.amazonaws.services.cloudfront.model.FieldLevelEncryptionProfile
 
equals(Object) - Method in class com.amazonaws.services.cloudfront.model.FieldLevelEncryptionProfileConfig
 
equals(Object) - Method in class com.amazonaws.services.cloudfront.model.FieldLevelEncryptionProfileList
 
equals(Object) - Method in class com.amazonaws.services.cloudfront.model.FieldLevelEncryptionProfileSummary
 
equals(Object) - Method in class com.amazonaws.services.cloudfront.model.FieldLevelEncryptionSummary
 
equals(Object) - Method in class com.amazonaws.services.cloudfront.model.FieldPatterns
 
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.GetFieldLevelEncryptionConfigRequest
 
equals(Object) - Method in class com.amazonaws.services.cloudfront.model.GetFieldLevelEncryptionConfigResult
 
equals(Object) - Method in class com.amazonaws.services.cloudfront.model.GetFieldLevelEncryptionProfileConfigRequest
 
equals(Object) - Method in class com.amazonaws.services.cloudfront.model.GetFieldLevelEncryptionProfileConfigResult
 
equals(Object) - Method in class com.amazonaws.services.cloudfront.model.GetFieldLevelEncryptionProfileRequest
 
equals(Object) - Method in class com.amazonaws.services.cloudfront.model.GetFieldLevelEncryptionProfileResult
 
equals(Object) - Method in class com.amazonaws.services.cloudfront.model.GetFieldLevelEncryptionRequest
 
equals(Object) - Method in class com.amazonaws.services.cloudfront.model.GetFieldLevelEncryptionResult
 
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.GetPublicKeyConfigRequest
 
equals(Object) - Method in class com.amazonaws.services.cloudfront.model.GetPublicKeyConfigResult
 
equals(Object) - Method in class com.amazonaws.services.cloudfront.model.GetPublicKeyRequest
 
equals(Object) - Method in class com.amazonaws.services.cloudfront.model.GetPublicKeyResult
 
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.ListFieldLevelEncryptionConfigsRequest
 
equals(Object) - Method in class com.amazonaws.services.cloudfront.model.ListFieldLevelEncryptionConfigsResult
 
equals(Object) - Method in class com.amazonaws.services.cloudfront.model.ListFieldLevelEncryptionProfilesRequest
 
equals(Object) - Method in class com.amazonaws.services.cloudfront.model.ListFieldLevelEncryptionProfilesResult
 
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.ListPublicKeysRequest
 
equals(Object) - Method in class com.amazonaws.services.cloudfront.model.ListPublicKeysResult
 
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.OriginGroup
 
equals(Object) - Method in class com.amazonaws.services.cloudfront.model.OriginGroupFailoverCriteria
 
equals(Object) - Method in class com.amazonaws.services.cloudfront.model.OriginGroupMember
 
equals(Object) - Method in class com.amazonaws.services.cloudfront.model.OriginGroupMembers
 
equals(Object) - Method in class com.amazonaws.services.cloudfront.model.OriginGroups
 
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.PublicKey
 
equals(Object) - Method in class com.amazonaws.services.cloudfront.model.PublicKeyConfig
 
equals(Object) - Method in class com.amazonaws.services.cloudfront.model.PublicKeyList
 
equals(Object) - Method in class com.amazonaws.services.cloudfront.model.PublicKeySummary
 
equals(Object) - Method in class com.amazonaws.services.cloudfront.model.QueryArgProfile
 
equals(Object) - Method in class com.amazonaws.services.cloudfront.model.QueryArgProfileConfig
 
equals(Object) - Method in class com.amazonaws.services.cloudfront.model.QueryArgProfiles
 
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.StatusCodes
 
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.UpdateFieldLevelEncryptionConfigRequest
 
equals(Object) - Method in class com.amazonaws.services.cloudfront.model.UpdateFieldLevelEncryptionConfigResult
 
equals(Object) - Method in class com.amazonaws.services.cloudfront.model.UpdateFieldLevelEncryptionProfileRequest
 
equals(Object) - Method in class com.amazonaws.services.cloudfront.model.UpdateFieldLevelEncryptionProfileResult
 
equals(Object) - Method in class com.amazonaws.services.cloudfront.model.UpdatePublicKeyRequest
 
equals(Object) - Method in class com.amazonaws.services.cloudfront.model.UpdatePublicKeyResult
 
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

FieldLevelEncryption - Class in com.amazonaws.services.cloudfront.model
A complex data type that includes the profile configurations and other options specified for field-level encryption.
FieldLevelEncryption() - Constructor for class com.amazonaws.services.cloudfront.model.FieldLevelEncryption
 
FieldLevelEncryptionConfig - Class in com.amazonaws.services.cloudfront.model
A complex data type that includes the profile configurations specified for field-level encryption.
FieldLevelEncryptionConfig() - Constructor for class com.amazonaws.services.cloudfront.model.FieldLevelEncryptionConfig
 
FieldLevelEncryptionConfigAlreadyExistsException - Exception in com.amazonaws.services.cloudfront.model
The specified configuration for field-level encryption already exists.
FieldLevelEncryptionConfigAlreadyExistsException(String) - Constructor for exception com.amazonaws.services.cloudfront.model.FieldLevelEncryptionConfigAlreadyExistsException
Constructs a new FieldLevelEncryptionConfigAlreadyExistsException with the specified error message.
FieldLevelEncryptionConfigInUseException - Exception in com.amazonaws.services.cloudfront.model
The specified configuration for field-level encryption is in use.
FieldLevelEncryptionConfigInUseException(String) - Constructor for exception com.amazonaws.services.cloudfront.model.FieldLevelEncryptionConfigInUseException
Constructs a new FieldLevelEncryptionConfigInUseException with the specified error message.
FieldLevelEncryptionList - Class in com.amazonaws.services.cloudfront.model
List of field-level encrpytion configurations.
FieldLevelEncryptionList() - Constructor for class com.amazonaws.services.cloudfront.model.FieldLevelEncryptionList
 
FieldLevelEncryptionProfile - Class in com.amazonaws.services.cloudfront.model
A complex data type for field-level encryption profiles.
FieldLevelEncryptionProfile() - Constructor for class com.amazonaws.services.cloudfront.model.FieldLevelEncryptionProfile
 
FieldLevelEncryptionProfileAlreadyExistsException - Exception in com.amazonaws.services.cloudfront.model
The specified profile for field-level encryption already exists.
FieldLevelEncryptionProfileAlreadyExistsException(String) - Constructor for exception com.amazonaws.services.cloudfront.model.FieldLevelEncryptionProfileAlreadyExistsException
Constructs a new FieldLevelEncryptionProfileAlreadyExistsException with the specified error message.
FieldLevelEncryptionProfileConfig - Class in com.amazonaws.services.cloudfront.model
A complex data type of profiles for the field-level encryption.
FieldLevelEncryptionProfileConfig() - Constructor for class com.amazonaws.services.cloudfront.model.FieldLevelEncryptionProfileConfig
 
FieldLevelEncryptionProfileInUseException - Exception in com.amazonaws.services.cloudfront.model
The specified profile for field-level encryption is in use.
FieldLevelEncryptionProfileInUseException(String) - Constructor for exception com.amazonaws.services.cloudfront.model.FieldLevelEncryptionProfileInUseException
Constructs a new FieldLevelEncryptionProfileInUseException with the specified error message.
FieldLevelEncryptionProfileList - Class in com.amazonaws.services.cloudfront.model
List of field-level encryption profiles.
FieldLevelEncryptionProfileList() - Constructor for class com.amazonaws.services.cloudfront.model.FieldLevelEncryptionProfileList
 
FieldLevelEncryptionProfileSizeExceededException - Exception in com.amazonaws.services.cloudfront.model
The maximum size of a profile for field-level encryption was exceeded.
FieldLevelEncryptionProfileSizeExceededException(String) - Constructor for exception com.amazonaws.services.cloudfront.model.FieldLevelEncryptionProfileSizeExceededException
Constructs a new FieldLevelEncryptionProfileSizeExceededException with the specified error message.
FieldLevelEncryptionProfileSummary - Class in com.amazonaws.services.cloudfront.model
The field-level encryption profile summary.
FieldLevelEncryptionProfileSummary() - Constructor for class com.amazonaws.services.cloudfront.model.FieldLevelEncryptionProfileSummary
 
FieldLevelEncryptionSummary - Class in com.amazonaws.services.cloudfront.model
A summary of a field-level encryption item.
FieldLevelEncryptionSummary() - Constructor for class com.amazonaws.services.cloudfront.model.FieldLevelEncryptionSummary
 
FieldPatterns - Class in com.amazonaws.services.cloudfront.model
A complex data type that includes the field patterns to match for field-level encryption.
FieldPatterns() - Constructor for class com.amazonaws.services.cloudfront.model.FieldPatterns
 
Format - Enum in com.amazonaws.services.cloudfront.model
 
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.Format
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
For information about how and when to use ACMCertificateArn, see 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
The ARN (Amazon Resource Name) for the distribution.
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 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.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.FieldLevelEncryptionConfig
A unique number that ensures the request can't be replayed.
getCallerReference() - Method in class com.amazonaws.services.cloudfront.model.FieldLevelEncryptionProfileConfig
A unique number 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.PublicKeyConfig
A unique number that ensures that the request can't be replayed.
getCallerReference() - Method in class com.amazonaws.services.cloudfront.model.StreamingDistributionConfig
A unique value (for example, a date-time stamp) 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
For information about how and when to use CloudFrontDefaultCertificate, see 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.FieldLevelEncryptionConfig
An optional comment about the configuration.
getComment() - Method in class com.amazonaws.services.cloudfront.model.FieldLevelEncryptionProfileConfig
An optional comment for the field-level encryption profile.
getComment() - Method in class com.amazonaws.services.cloudfront.model.FieldLevelEncryptionProfileSummary
An optional comment for the field-level encryption profile summary.
getComment() - Method in class com.amazonaws.services.cloudfront.model.FieldLevelEncryptionSummary
An optional comment about the field-level encryption item.
getComment() - Method in class com.amazonaws.services.cloudfront.model.PublicKeyConfig
An optional comment about a public key.
getComment() - Method in class com.amazonaws.services.cloudfront.model.PublicKeySummary
Comment for public key information summary.
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.
getContentType() - Method in class com.amazonaws.services.cloudfront.model.ContentTypeProfile
The content type for a field-level encryption content type-profile mapping.
getContentTypeProfileConfig() - Method in class com.amazonaws.services.cloudfront.model.FieldLevelEncryptionConfig
A complex data type that specifies when to forward content if a content type isn't recognized and profiles to use as by default in a request if a query argument doesn't specify a profile to use.
getContentTypeProfileConfig() - Method in class com.amazonaws.services.cloudfront.model.FieldLevelEncryptionSummary
A summary of a content type-profile mapping.
getContentTypeProfiles() - Method in class com.amazonaws.services.cloudfront.model.ContentTypeProfileConfig
The configuration for a field-level encryption content type-profile.
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.
getCreatedTime() - Method in class com.amazonaws.services.cloudfront.model.PublicKey
A time you added a public key to CloudFront.
getCreatedTime() - Method in class com.amazonaws.services.cloudfront.model.PublicKeySummary
Creation time for public key information summary.
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
The time that an invalidation request was created.
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 don't 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 don't 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, for example, d111111abcdef8.cloudfront.net.
getDomainName() - Method in class com.amazonaws.services.cloudfront.model.DistributionSummary
The domain name that corresponds to the distribution, for example, d111111abcdef8.cloudfront.net.
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, for example, s5c39gqb8ow64r.cloudfront.net.
getDomainName() - Method in class com.amazonaws.services.cloudfront.model.StreamingDistributionSummary
The domain name corresponding to the distribution, for example, d111111abcdef8.cloudfront.net.
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.
getEncodedKey() - Method in class com.amazonaws.services.cloudfront.model.PublicKeyConfig
The encoded public key that you want to add to CloudFront to use with features like field-level encryption.
getEncodedKey() - Method in class com.amazonaws.services.cloudfront.model.PublicKeySummary
Encoded key for public key information summary.
getEncryptionEntities() - Method in class com.amazonaws.services.cloudfront.model.FieldLevelEncryptionProfileConfig
A complex data type of encryption entities for the field-level encryption profile that include the public key ID, provider, and field patterns for specifying which fields to encrypt with this key.
getEncryptionEntities() - Method in class com.amazonaws.services.cloudfront.model.FieldLevelEncryptionProfileSummary
A complex data type of encryption entities for the field-level encryption profile that include the public key ID, provider, and field patterns for specifying which fields to encrypt with this key.
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.CreateFieldLevelEncryptionConfigResult
The current version of the field level encryption configuration.
getETag() - Method in class com.amazonaws.services.cloudfront.model.CreateFieldLevelEncryptionProfileResult
The current version of the field level encryption profile.
getETag() - Method in class com.amazonaws.services.cloudfront.model.CreatePublicKeyResult
The current version of the public key.
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
The current version of the distribution created.
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.GetFieldLevelEncryptionConfigResult
The current version of the field level encryption configuration.
getETag() - Method in class com.amazonaws.services.cloudfront.model.GetFieldLevelEncryptionProfileConfigResult
The current version of the field-level encryption profile configuration result.
getETag() - Method in class com.amazonaws.services.cloudfront.model.GetFieldLevelEncryptionProfileResult
The current version of the field level encryption profile.
getETag() - Method in class com.amazonaws.services.cloudfront.model.GetFieldLevelEncryptionResult
The current version of the field level encryption configuration.
getETag() - Method in class com.amazonaws.services.cloudfront.model.GetPublicKeyConfigResult
The current version of the public key configuration.
getETag() - Method in class com.amazonaws.services.cloudfront.model.GetPublicKeyResult
The current version of the public key.
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.UpdateFieldLevelEncryptionConfigResult
The value of the ETag header that you received when updating the configuration.
getETag() - Method in class com.amazonaws.services.cloudfront.model.UpdateFieldLevelEncryptionProfileResult
The result of the field-level encryption profile request.
getETag() - Method in class com.amazonaws.services.cloudfront.model.UpdatePublicKeyResult
The current version of the update public key result.
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
 
getFailoverCriteria() - Method in class com.amazonaws.services.cloudfront.model.OriginGroup
A complex type that contains information about the failover criteria for an origin group.
getFieldLevelEncryption(GetFieldLevelEncryptionRequest) - Method in class com.amazonaws.services.cloudfront.AbstractAmazonCloudFront
 
getFieldLevelEncryption(GetFieldLevelEncryptionRequest) - Method in interface com.amazonaws.services.cloudfront.AmazonCloudFront
Get the field-level encryption configuration information.
getFieldLevelEncryption(GetFieldLevelEncryptionRequest) - Method in class com.amazonaws.services.cloudfront.AmazonCloudFrontClient
Get the field-level encryption configuration information.
getFieldLevelEncryption() - Method in class com.amazonaws.services.cloudfront.model.CreateFieldLevelEncryptionConfigResult
Returned when you create a new field-level encryption configuration.
getFieldLevelEncryption() - Method in class com.amazonaws.services.cloudfront.model.GetFieldLevelEncryptionResult
Return the field-level encryption configuration information.
getFieldLevelEncryption() - Method in class com.amazonaws.services.cloudfront.model.UpdateFieldLevelEncryptionConfigResult
Return the results of updating the configuration.
getFieldLevelEncryptionAsync(GetFieldLevelEncryptionRequest) - Method in class com.amazonaws.services.cloudfront.AbstractAmazonCloudFrontAsync
 
getFieldLevelEncryptionAsync(GetFieldLevelEncryptionRequest, AsyncHandler<GetFieldLevelEncryptionRequest, GetFieldLevelEncryptionResult>) - Method in class com.amazonaws.services.cloudfront.AbstractAmazonCloudFrontAsync
 
getFieldLevelEncryptionAsync(GetFieldLevelEncryptionRequest) - Method in interface com.amazonaws.services.cloudfront.AmazonCloudFrontAsync
Get the field-level encryption configuration information.
getFieldLevelEncryptionAsync(GetFieldLevelEncryptionRequest, AsyncHandler<GetFieldLevelEncryptionRequest, GetFieldLevelEncryptionResult>) - Method in interface com.amazonaws.services.cloudfront.AmazonCloudFrontAsync
Get the field-level encryption configuration information.
getFieldLevelEncryptionAsync(GetFieldLevelEncryptionRequest) - Method in class com.amazonaws.services.cloudfront.AmazonCloudFrontAsyncClient
 
getFieldLevelEncryptionAsync(GetFieldLevelEncryptionRequest, AsyncHandler<GetFieldLevelEncryptionRequest, GetFieldLevelEncryptionResult>) - Method in class com.amazonaws.services.cloudfront.AmazonCloudFrontAsyncClient
 
getFieldLevelEncryptionConfig(GetFieldLevelEncryptionConfigRequest) - Method in class com.amazonaws.services.cloudfront.AbstractAmazonCloudFront
 
getFieldLevelEncryptionConfig(GetFieldLevelEncryptionConfigRequest) - Method in interface com.amazonaws.services.cloudfront.AmazonCloudFront
Get the field-level encryption configuration information.
getFieldLevelEncryptionConfig(GetFieldLevelEncryptionConfigRequest) - Method in class com.amazonaws.services.cloudfront.AmazonCloudFrontClient
Get the field-level encryption configuration information.
getFieldLevelEncryptionConfig() - Method in class com.amazonaws.services.cloudfront.model.CreateFieldLevelEncryptionConfigRequest
The request to create a new field-level encryption configuration.
getFieldLevelEncryptionConfig() - Method in class com.amazonaws.services.cloudfront.model.FieldLevelEncryption
A complex data type that includes the profile configurations specified for field-level encryption.
getFieldLevelEncryptionConfig() - Method in class com.amazonaws.services.cloudfront.model.GetFieldLevelEncryptionConfigResult
Return the field-level encryption configuration information.
getFieldLevelEncryptionConfig() - Method in class com.amazonaws.services.cloudfront.model.UpdateFieldLevelEncryptionConfigRequest
Request to update a field-level encryption configuration.
getFieldLevelEncryptionConfigAsync(GetFieldLevelEncryptionConfigRequest) - Method in class com.amazonaws.services.cloudfront.AbstractAmazonCloudFrontAsync
 
getFieldLevelEncryptionConfigAsync(GetFieldLevelEncryptionConfigRequest, AsyncHandler<GetFieldLevelEncryptionConfigRequest, GetFieldLevelEncryptionConfigResult>) - Method in class com.amazonaws.services.cloudfront.AbstractAmazonCloudFrontAsync
 
getFieldLevelEncryptionConfigAsync(GetFieldLevelEncryptionConfigRequest) - Method in interface com.amazonaws.services.cloudfront.AmazonCloudFrontAsync
Get the field-level encryption configuration information.
getFieldLevelEncryptionConfigAsync(GetFieldLevelEncryptionConfigRequest, AsyncHandler<GetFieldLevelEncryptionConfigRequest, GetFieldLevelEncryptionConfigResult>) - Method in interface com.amazonaws.services.cloudfront.AmazonCloudFrontAsync
Get the field-level encryption configuration information.
getFieldLevelEncryptionConfigAsync(GetFieldLevelEncryptionConfigRequest) - Method in class com.amazonaws.services.cloudfront.AmazonCloudFrontAsyncClient
 
getFieldLevelEncryptionConfigAsync(GetFieldLevelEncryptionConfigRequest, AsyncHandler<GetFieldLevelEncryptionConfigRequest, GetFieldLevelEncryptionConfigResult>) - Method in class com.amazonaws.services.cloudfront.AmazonCloudFrontAsyncClient
 
GetFieldLevelEncryptionConfigRequest - Class in com.amazonaws.services.cloudfront.model
 
GetFieldLevelEncryptionConfigRequest() - Constructor for class com.amazonaws.services.cloudfront.model.GetFieldLevelEncryptionConfigRequest
 
GetFieldLevelEncryptionConfigResult - Class in com.amazonaws.services.cloudfront.model
 
GetFieldLevelEncryptionConfigResult() - Constructor for class com.amazonaws.services.cloudfront.model.GetFieldLevelEncryptionConfigResult
 
getFieldLevelEncryptionId() - Method in class com.amazonaws.services.cloudfront.model.CacheBehavior
The value of ID for the field-level encryption configuration that you want CloudFront to use for encrypting specific fields of data for a cache behavior or for the default cache behavior in your distribution.
getFieldLevelEncryptionId() - Method in class com.amazonaws.services.cloudfront.model.DefaultCacheBehavior
The value of ID for the field-level encryption configuration that you want CloudFront to use for encrypting specific fields of data for a cache behavior or for the default cache behavior in your distribution.
getFieldLevelEncryptionList() - Method in class com.amazonaws.services.cloudfront.model.ListFieldLevelEncryptionConfigsResult
Returns a list of all field-level encryption configurations that have been created in CloudFront for this account.
getFieldLevelEncryptionProfile(GetFieldLevelEncryptionProfileRequest) - Method in class com.amazonaws.services.cloudfront.AbstractAmazonCloudFront
 
getFieldLevelEncryptionProfile(GetFieldLevelEncryptionProfileRequest) - Method in interface com.amazonaws.services.cloudfront.AmazonCloudFront
Get the field-level encryption profile information.
getFieldLevelEncryptionProfile(GetFieldLevelEncryptionProfileRequest) - Method in class com.amazonaws.services.cloudfront.AmazonCloudFrontClient
Get the field-level encryption profile information.
getFieldLevelEncryptionProfile() - Method in class com.amazonaws.services.cloudfront.model.CreateFieldLevelEncryptionProfileResult
Returned when you create a new field-level encryption profile.
getFieldLevelEncryptionProfile() - Method in class com.amazonaws.services.cloudfront.model.GetFieldLevelEncryptionProfileResult
Return the field-level encryption profile information.
getFieldLevelEncryptionProfile() - Method in class com.amazonaws.services.cloudfront.model.UpdateFieldLevelEncryptionProfileResult
Return the results of updating the profile.
getFieldLevelEncryptionProfileAsync(GetFieldLevelEncryptionProfileRequest) - Method in class com.amazonaws.services.cloudfront.AbstractAmazonCloudFrontAsync
 
getFieldLevelEncryptionProfileAsync(GetFieldLevelEncryptionProfileRequest, AsyncHandler<GetFieldLevelEncryptionProfileRequest, GetFieldLevelEncryptionProfileResult>) - Method in class com.amazonaws.services.cloudfront.AbstractAmazonCloudFrontAsync
 
getFieldLevelEncryptionProfileAsync(GetFieldLevelEncryptionProfileRequest) - Method in interface com.amazonaws.services.cloudfront.AmazonCloudFrontAsync
Get the field-level encryption profile information.
getFieldLevelEncryptionProfileAsync(GetFieldLevelEncryptionProfileRequest, AsyncHandler<GetFieldLevelEncryptionProfileRequest, GetFieldLevelEncryptionProfileResult>) - Method in interface com.amazonaws.services.cloudfront.AmazonCloudFrontAsync
Get the field-level encryption profile information.
getFieldLevelEncryptionProfileAsync(GetFieldLevelEncryptionProfileRequest) - Method in class com.amazonaws.services.cloudfront.AmazonCloudFrontAsyncClient
 
getFieldLevelEncryptionProfileAsync(GetFieldLevelEncryptionProfileRequest, AsyncHandler<GetFieldLevelEncryptionProfileRequest, GetFieldLevelEncryptionProfileResult>) - Method in class com.amazonaws.services.cloudfront.AmazonCloudFrontAsyncClient
 
getFieldLevelEncryptionProfileConfig(GetFieldLevelEncryptionProfileConfigRequest) - Method in class com.amazonaws.services.cloudfront.AbstractAmazonCloudFront
 
getFieldLevelEncryptionProfileConfig(GetFieldLevelEncryptionProfileConfigRequest) - Method in interface com.amazonaws.services.cloudfront.AmazonCloudFront
Get the field-level encryption profile configuration information.
getFieldLevelEncryptionProfileConfig(GetFieldLevelEncryptionProfileConfigRequest) - Method in class com.amazonaws.services.cloudfront.AmazonCloudFrontClient
Get the field-level encryption profile configuration information.
getFieldLevelEncryptionProfileConfig() - Method in class com.amazonaws.services.cloudfront.model.CreateFieldLevelEncryptionProfileRequest
The request to create a field-level encryption profile.
getFieldLevelEncryptionProfileConfig() - Method in class com.amazonaws.services.cloudfront.model.FieldLevelEncryptionProfile
A complex data type that includes the profile name and the encryption entities for the field-level encryption profile.
getFieldLevelEncryptionProfileConfig() - Method in class com.amazonaws.services.cloudfront.model.GetFieldLevelEncryptionProfileConfigResult
Return the field-level encryption profile configuration information.
getFieldLevelEncryptionProfileConfig() - Method in class com.amazonaws.services.cloudfront.model.UpdateFieldLevelEncryptionProfileRequest
Request to update a field-level encryption profile.
getFieldLevelEncryptionProfileConfigAsync(GetFieldLevelEncryptionProfileConfigRequest) - Method in class com.amazonaws.services.cloudfront.AbstractAmazonCloudFrontAsync
 
getFieldLevelEncryptionProfileConfigAsync(GetFieldLevelEncryptionProfileConfigRequest, AsyncHandler<GetFieldLevelEncryptionProfileConfigRequest, GetFieldLevelEncryptionProfileConfigResult>) - Method in class com.amazonaws.services.cloudfront.AbstractAmazonCloudFrontAsync
 
getFieldLevelEncryptionProfileConfigAsync(GetFieldLevelEncryptionProfileConfigRequest) - Method in interface com.amazonaws.services.cloudfront.AmazonCloudFrontAsync
Get the field-level encryption profile configuration information.
getFieldLevelEncryptionProfileConfigAsync(GetFieldLevelEncryptionProfileConfigRequest, AsyncHandler<GetFieldLevelEncryptionProfileConfigRequest, GetFieldLevelEncryptionProfileConfigResult>) - Method in interface com.amazonaws.services.cloudfront.AmazonCloudFrontAsync
Get the field-level encryption profile configuration information.
getFieldLevelEncryptionProfileConfigAsync(GetFieldLevelEncryptionProfileConfigRequest) - Method in class com.amazonaws.services.cloudfront.AmazonCloudFrontAsyncClient
 
getFieldLevelEncryptionProfileConfigAsync(GetFieldLevelEncryptionProfileConfigRequest, AsyncHandler<GetFieldLevelEncryptionProfileConfigRequest, GetFieldLevelEncryptionProfileConfigResult>) - Method in class com.amazonaws.services.cloudfront.AmazonCloudFrontAsyncClient
 
GetFieldLevelEncryptionProfileConfigRequest - Class in com.amazonaws.services.cloudfront.model
 
GetFieldLevelEncryptionProfileConfigRequest() - Constructor for class com.amazonaws.services.cloudfront.model.GetFieldLevelEncryptionProfileConfigRequest
 
GetFieldLevelEncryptionProfileConfigResult - Class in com.amazonaws.services.cloudfront.model
 
GetFieldLevelEncryptionProfileConfigResult() - Constructor for class com.amazonaws.services.cloudfront.model.GetFieldLevelEncryptionProfileConfigResult
 
getFieldLevelEncryptionProfileList() - Method in class com.amazonaws.services.cloudfront.model.ListFieldLevelEncryptionProfilesResult
Returns a list of the field-level encryption profiles that have been created in CloudFront for this account.
GetFieldLevelEncryptionProfileRequest - Class in com.amazonaws.services.cloudfront.model
 
GetFieldLevelEncryptionProfileRequest() - Constructor for class com.amazonaws.services.cloudfront.model.GetFieldLevelEncryptionProfileRequest
 
GetFieldLevelEncryptionProfileResult - Class in com.amazonaws.services.cloudfront.model
 
GetFieldLevelEncryptionProfileResult() - Constructor for class com.amazonaws.services.cloudfront.model.GetFieldLevelEncryptionProfileResult
 
GetFieldLevelEncryptionRequest - Class in com.amazonaws.services.cloudfront.model
 
GetFieldLevelEncryptionRequest() - Constructor for class com.amazonaws.services.cloudfront.model.GetFieldLevelEncryptionRequest
 
GetFieldLevelEncryptionResult - Class in com.amazonaws.services.cloudfront.model
 
GetFieldLevelEncryptionResult() - Constructor for class com.amazonaws.services.cloudfront.model.GetFieldLevelEncryptionResult
 
getFieldPatterns() - Method in class com.amazonaws.services.cloudfront.model.EncryptionEntity
Field patterns in a field-level encryption content type profile specify the fields that you want to be encrypted.
getFormat() - Method in class com.amazonaws.services.cloudfront.model.ContentTypeProfile
The format for a field-level encryption content type-profile mapping.
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.
getForwardWhenContentTypeIsUnknown() - Method in class com.amazonaws.services.cloudfront.model.ContentTypeProfileConfig
The setting in a field-level encryption content type-profile mapping that specifies what to do when an unknown content type is provided for the profile.
getForwardWhenQueryArgProfileIsUnknown() - Method in class com.amazonaws.services.cloudfront.model.QueryArgProfileConfig
Flag to set if you want a request to be forwarded to the origin even if the profile specified by the field-level encryption query argument, fle-profile, is unknown.
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 base caching on 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
For information about how and when to use IAMCertificateId, see ViewerCertificate.
getId() - Method in class com.amazonaws.services.cloudfront.model.CloudFrontOriginAccessIdentity
The ID for the origin access identity, for example, E74FTE3AJFJ256A.
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.DeleteFieldLevelEncryptionConfigRequest
The ID of the configuration you want to delete from CloudFront.
getId() - Method in class com.amazonaws.services.cloudfront.model.DeleteFieldLevelEncryptionProfileRequest
Request the ID of the profile you want to delete from CloudFront.
getId() - Method in class com.amazonaws.services.cloudfront.model.DeletePublicKeyRequest
The ID of the public key you want to remove from CloudFront.
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.FieldLevelEncryption
The configuration ID for a field-level encryption configuration which includes a set of profiles that specify certain selected data fields to be encrypted by specific public keys.
getId() - Method in class com.amazonaws.services.cloudfront.model.FieldLevelEncryptionProfile
The ID for a field-level encryption profile configuration which includes a set of profiles that specify certain selected data fields to be encrypted by specific public keys.
getId() - Method in class com.amazonaws.services.cloudfront.model.FieldLevelEncryptionProfileSummary
ID for the field-level encryption profile summary.
getId() - Method in class com.amazonaws.services.cloudfront.model.FieldLevelEncryptionSummary
The unique ID of a field-level encryption item.
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.GetFieldLevelEncryptionConfigRequest
Request the ID for the field-level encryption configuration information.
getId() - Method in class com.amazonaws.services.cloudfront.model.GetFieldLevelEncryptionProfileConfigRequest
Get the ID for the field-level encryption profile configuration information.
getId() - Method in class com.amazonaws.services.cloudfront.model.GetFieldLevelEncryptionProfileRequest
Get the ID for the field-level encryption profile information.
getId() - Method in class com.amazonaws.services.cloudfront.model.GetFieldLevelEncryptionRequest
Request the ID for the field-level encryption configuration information.
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.GetPublicKeyConfigRequest
Request the ID for the public key configuration.
getId() - Method in class com.amazonaws.services.cloudfront.model.GetPublicKeyRequest
Request the ID for the public key.
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 or origin group.
getId() - Method in class com.amazonaws.services.cloudfront.model.OriginGroup
The origin group's ID.
getId() - Method in class com.amazonaws.services.cloudfront.model.PublicKey
A unique ID assigned to a public key you've added to CloudFront.
getId() - Method in class com.amazonaws.services.cloudfront.model.PublicKeySummary
ID for public key information summary.
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, for example, EDFDVBD632BHDS5.
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.UpdateFieldLevelEncryptionConfigRequest
The ID of the configuration you want to update.
getId() - Method in class com.amazonaws.services.cloudfront.model.UpdateFieldLevelEncryptionProfileRequest
The ID of the field-level encryption profile request.
getId() - Method in class com.amazonaws.services.cloudfront.model.UpdatePublicKeyRequest
ID of the public key to be updated.
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.DeleteFieldLevelEncryptionConfigRequest
The value of the ETag header that you received when retrieving the configuration identity to delete.
getIfMatch() - Method in class com.amazonaws.services.cloudfront.model.DeleteFieldLevelEncryptionProfileRequest
The value of the ETag header that you received when retrieving the profile to delete.
getIfMatch() - Method in class com.amazonaws.services.cloudfront.model.DeletePublicKeyRequest
The value of the ETag header that you received when retrieving the public key identity to delete.
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.UpdateFieldLevelEncryptionConfigRequest
The value of the ETag header that you received when retrieving the configuration identity to update.
getIfMatch() - Method in class com.amazonaws.services.cloudfront.model.UpdateFieldLevelEncryptionProfileRequest
The value of the ETag header that you received when retrieving the profile identity to update.
getIfMatch() - Method in class com.amazonaws.services.cloudfront.model.UpdatePublicKeyRequest
The value of the ETag header that you received when retrieving the public key to update.
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.
getIncludeBody() - Method in class com.amazonaws.services.cloudfront.model.LambdaFunctionAssociation
A flag that allows a Lambda function to have read access to the body content.
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.ContentTypeProfiles
Items in a field-level encryption content type-profile mapping.
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.EncryptionEntities
An array of field patterns in a field-level encryption content type-profile mapping.
getItems() - Method in class com.amazonaws.services.cloudfront.model.FieldLevelEncryptionList
An array of field-level encryption items.
getItems() - Method in class com.amazonaws.services.cloudfront.model.FieldLevelEncryptionProfileList
The field-level encryption profile items.
getItems() - Method in class com.amazonaws.services.cloudfront.model.FieldPatterns
An array of the field-level encryption field patterns.
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 list that contains one Name element for each header that you want CloudFront to use for caching in 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.OriginGroupMembers
Items (origins) in an origin group.
getItems() - Method in class com.amazonaws.services.cloudfront.model.OriginGroups
The items (origin groups) in a distribution.
getItems() - Method in class com.amazonaws.services.cloudfront.model.Origins
A complex type that contains origins or origin groups 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.PublicKeyList
An array of information about a public key you add to CloudFront to use with features like field-level encryption.
getItems() - Method in class com.amazonaws.services.cloudfront.model.QueryArgProfiles
Number of items for query argument-profile mapping for field-level encryption.
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.StatusCodes
The items (status codes) for an origin group.
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.FieldLevelEncryption
The last time the field-level encryption configuration was changed.
getLastModifiedTime() - Method in class com.amazonaws.services.cloudfront.model.FieldLevelEncryptionProfile
The last time the field-level encryption profile was updated.
getLastModifiedTime() - Method in class com.amazonaws.services.cloudfront.model.FieldLevelEncryptionProfileSummary
The time when the the field-level encryption profile summary was last updated.
getLastModifiedTime() - Method in class com.amazonaws.services.cloudfront.model.FieldLevelEncryptionSummary
The last time that the summary of field-level encryption items was 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.CreateFieldLevelEncryptionConfigResult
The fully qualified URI of the new configuration resource just created.
getLocation() - Method in class com.amazonaws.services.cloudfront.model.CreateFieldLevelEncryptionProfileResult
The fully qualified URI of the new profile 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.CreatePublicKeyResult
The fully qualified URI of the new public key resource just created.
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.ListFieldLevelEncryptionConfigsRequest
Use this when paginating results to indicate where to begin in your list of configurations.
getMarker() - Method in class com.amazonaws.services.cloudfront.model.ListFieldLevelEncryptionProfilesRequest
Use this when paginating results to indicate where to begin in your list of profiles.
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.ListPublicKeysRequest
Use this when paginating results to indicate where to begin in your list of public keys.
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.FieldLevelEncryptionList
The maximum number of elements you want in the response body.
getMaxItems() - Method in class com.amazonaws.services.cloudfront.model.FieldLevelEncryptionProfileList
The maximum number of field-level encryption profiles you want in the response body.
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.ListFieldLevelEncryptionConfigsRequest
The maximum number of field-level encryption configurations you want in the response body.
getMaxItems() - Method in class com.amazonaws.services.cloudfront.model.ListFieldLevelEncryptionProfilesRequest
The maximum number of field-level encryption profiles 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.ListPublicKeysRequest
The maximum number of public keys 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.PublicKeyList
The maximum number of public keys you want in the response body.
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
 
getMembers() - Method in class com.amazonaws.services.cloudfront.model.OriginGroup
A complex type that contains information about the origins in an origin group.
getMinimumProtocolVersion() - Method in class com.amazonaws.services.cloudfront.model.ViewerCertificate
Specify the security policy that you want CloudFront to use for HTTPS connections.
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.
getName() - Method in class com.amazonaws.services.cloudfront.model.FieldLevelEncryptionProfileConfig
Profile name for the field-level encryption profile.
getName() - Method in class com.amazonaws.services.cloudfront.model.FieldLevelEncryptionProfileSummary
Name for the field-level encryption profile summary.
getName() - Method in class com.amazonaws.services.cloudfront.model.PublicKeyConfig
The name for a public key you add to CloudFront to use with features like field-level encryption.
getName() - Method in class com.amazonaws.services.cloudfront.model.PublicKeySummary
Name for public key information summary.
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.FieldLevelEncryptionList
If there are more elements to be listed, this element is present and contains the value that you can use for the Marker request parameter to continue listing your configurations where you left off.
getNextMarker() - Method in class com.amazonaws.services.cloudfront.model.FieldLevelEncryptionProfileList
If there are more elements to be listed, this element is present and contains the value that you can use for the Marker request parameter to continue listing your profiles where you 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.PublicKeyList
If there are more elements to be listed, this element is present and contains the value that you can use for the Marker request parameter to continue listing your public keys where you 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.
getOriginGroups() - Method in class com.amazonaws.services.cloudfront.model.DistributionConfig
A complex type that contains information about origin groups for this distribution.
getOriginGroups() - Method in class com.amazonaws.services.cloudfront.model.DistributionSummary
A complex type that contains information about origin groups for this distribution.
getOriginId() - Method in class com.amazonaws.services.cloudfront.model.OriginGroupMember
The ID for an origin in an origin group.
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
A complex type that contains information about price class for this streaming distribution.
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

getProfileId() - Method in class com.amazonaws.services.cloudfront.model.ContentTypeProfile
The profile ID for a field-level encryption content type-profile mapping.
getProfileId() - Method in class com.amazonaws.services.cloudfront.model.QueryArgProfile
ID of profile to use for field-level encryption query argument-profile mapping
getProviderId() - Method in class com.amazonaws.services.cloudfront.model.EncryptionEntity
The provider associated with the public key being used for encryption.
getPublicKey(GetPublicKeyRequest) - Method in class com.amazonaws.services.cloudfront.AbstractAmazonCloudFront
 
getPublicKey(GetPublicKeyRequest) - Method in interface com.amazonaws.services.cloudfront.AmazonCloudFront
Get the public key information.
getPublicKey(GetPublicKeyRequest) - Method in class com.amazonaws.services.cloudfront.AmazonCloudFrontClient
Get the public key information.
getPublicKey() - Method in class com.amazonaws.services.cloudfront.model.CreatePublicKeyResult
Returned when you add a public key.
getPublicKey() - Method in class com.amazonaws.services.cloudfront.model.GetPublicKeyResult
Return the public key.
getPublicKey() - Method in class com.amazonaws.services.cloudfront.model.UpdatePublicKeyResult
Return the results of updating the public key.
getPublicKeyAsync(GetPublicKeyRequest) - Method in class com.amazonaws.services.cloudfront.AbstractAmazonCloudFrontAsync
 
getPublicKeyAsync(GetPublicKeyRequest, AsyncHandler<GetPublicKeyRequest, GetPublicKeyResult>) - Method in class com.amazonaws.services.cloudfront.AbstractAmazonCloudFrontAsync
 
getPublicKeyAsync(GetPublicKeyRequest) - Method in interface com.amazonaws.services.cloudfront.AmazonCloudFrontAsync
Get the public key information.
getPublicKeyAsync(GetPublicKeyRequest, AsyncHandler<GetPublicKeyRequest, GetPublicKeyResult>) - Method in interface com.amazonaws.services.cloudfront.AmazonCloudFrontAsync
Get the public key information.
getPublicKeyAsync(GetPublicKeyRequest) - Method in class com.amazonaws.services.cloudfront.AmazonCloudFrontAsyncClient
 
getPublicKeyAsync(GetPublicKeyRequest, AsyncHandler<GetPublicKeyRequest, GetPublicKeyResult>) - Method in class com.amazonaws.services.cloudfront.AmazonCloudFrontAsyncClient
 
getPublicKeyConfig(GetPublicKeyConfigRequest) - Method in class com.amazonaws.services.cloudfront.AbstractAmazonCloudFront
 
getPublicKeyConfig(GetPublicKeyConfigRequest) - Method in interface com.amazonaws.services.cloudfront.AmazonCloudFront
Return public key configuration informaation
getPublicKeyConfig(GetPublicKeyConfigRequest) - Method in class com.amazonaws.services.cloudfront.AmazonCloudFrontClient
Return public key configuration informaation
getPublicKeyConfig() - Method in class com.amazonaws.services.cloudfront.model.CreatePublicKeyRequest
The request to add a public key to CloudFront.
getPublicKeyConfig() - Method in class com.amazonaws.services.cloudfront.model.GetPublicKeyConfigResult
Return the result for the public key configuration.
getPublicKeyConfig() - Method in class com.amazonaws.services.cloudfront.model.PublicKey
A complex data type for a public key you add to CloudFront to use with features like field-level encryption.
getPublicKeyConfig() - Method in class com.amazonaws.services.cloudfront.model.UpdatePublicKeyRequest
Request to update public key information.
getPublicKeyConfigAsync(GetPublicKeyConfigRequest) - Method in class com.amazonaws.services.cloudfront.AbstractAmazonCloudFrontAsync
 
getPublicKeyConfigAsync(GetPublicKeyConfigRequest, AsyncHandler<GetPublicKeyConfigRequest, GetPublicKeyConfigResult>) - Method in class com.amazonaws.services.cloudfront.AbstractAmazonCloudFrontAsync
 
getPublicKeyConfigAsync(GetPublicKeyConfigRequest) - Method in interface com.amazonaws.services.cloudfront.AmazonCloudFrontAsync
Return public key configuration informaation
getPublicKeyConfigAsync(GetPublicKeyConfigRequest, AsyncHandler<GetPublicKeyConfigRequest, GetPublicKeyConfigResult>) - Method in interface com.amazonaws.services.cloudfront.AmazonCloudFrontAsync
Return public key configuration informaation
getPublicKeyConfigAsync(GetPublicKeyConfigRequest) - Method in class com.amazonaws.services.cloudfront.AmazonCloudFrontAsyncClient
 
getPublicKeyConfigAsync(GetPublicKeyConfigRequest, AsyncHandler<GetPublicKeyConfigRequest, GetPublicKeyConfigResult>) - Method in class com.amazonaws.services.cloudfront.AmazonCloudFrontAsyncClient
 
GetPublicKeyConfigRequest - Class in com.amazonaws.services.cloudfront.model
 
GetPublicKeyConfigRequest() - Constructor for class com.amazonaws.services.cloudfront.model.GetPublicKeyConfigRequest
 
GetPublicKeyConfigResult - Class in com.amazonaws.services.cloudfront.model
 
GetPublicKeyConfigResult() - Constructor for class com.amazonaws.services.cloudfront.model.GetPublicKeyConfigResult
 
getPublicKeyId() - Method in class com.amazonaws.services.cloudfront.model.EncryptionEntity
The public key associated with a set of field-level encryption patterns, to be used when encrypting the fields that match the patterns.
getPublicKeyList() - Method in class com.amazonaws.services.cloudfront.model.ListPublicKeysResult
Returns a list of all public keys that have been added to CloudFront for this account.
GetPublicKeyRequest - Class in com.amazonaws.services.cloudfront.model
 
GetPublicKeyRequest() - Constructor for class com.amazonaws.services.cloudfront.model.GetPublicKeyRequest
 
GetPublicKeyResult - Class in com.amazonaws.services.cloudfront.model
 
GetPublicKeyResult() - Constructor for class com.amazonaws.services.cloudfront.model.GetPublicKeyResult
 
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.ContentTypeProfiles
The number of field-level encryption content type-profile mappings.
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.EncryptionEntities
Number of field pattern items in a field-level encryption content type-profile mapping.
getQuantity() - Method in class com.amazonaws.services.cloudfront.model.FieldLevelEncryptionList
The number of field-level encryption items.
getQuantity() - Method in class com.amazonaws.services.cloudfront.model.FieldLevelEncryptionProfileList
The number of field-level encryption profiles.
getQuantity() - Method in class com.amazonaws.services.cloudfront.model.FieldPatterns
The number of field-level encryption field patterns.
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 base caching on 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.OriginGroupMembers
The number of origins in an origin group.
getQuantity() - Method in class com.amazonaws.services.cloudfront.model.OriginGroups
The number of origin groups.
getQuantity() - Method in class com.amazonaws.services.cloudfront.model.Origins
The number of origins or origin groups 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.PublicKeyList
The number of public keys you added to CloudFront to use with features like field-level encryption.
getQuantity() - Method in class com.amazonaws.services.cloudfront.model.QueryArgProfiles
Number of profiles for query argument-profile mapping for field-level encryption.
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.StatusCodes
The number of status codes.
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.
getQueryArg() - Method in class com.amazonaws.services.cloudfront.model.QueryArgProfile
Query argument for field-level encryption query argument-profile mapping.
getQueryArgProfileConfig() - Method in class com.amazonaws.services.cloudfront.model.FieldLevelEncryptionConfig
A complex data type that specifies when to forward content if a profile isn't found and the profile that can be provided as a query argument in a request.
getQueryArgProfileConfig() - Method in class com.amazonaws.services.cloudfront.model.FieldLevelEncryptionSummary
A summary of a query argument-profile mapping.
getQueryArgProfiles() - Method in class com.amazonaws.services.cloudfront.model.QueryArgProfileConfig
Profiles specified for query argument-profile mapping for field-level encryption.
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 ViewerCertificate$ACMCertificateArn or for ViewerCertificate$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.
getStatusCodes() - Method in class com.amazonaws.services.cloudfront.model.OriginGroupFailoverCriteria
The status codes that, when returned from the primary origin, will trigger CloudFront to failover to the second origin.
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 in your distribution.
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 in your distribution.
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.ContentTypeProfile
 
hashCode() - Method in class com.amazonaws.services.cloudfront.model.ContentTypeProfileConfig
 
hashCode() - Method in class com.amazonaws.services.cloudfront.model.ContentTypeProfiles
 
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.CreateFieldLevelEncryptionConfigRequest
 
hashCode() - Method in class com.amazonaws.services.cloudfront.model.CreateFieldLevelEncryptionConfigResult
 
hashCode() - Method in class com.amazonaws.services.cloudfront.model.CreateFieldLevelEncryptionProfileRequest
 
hashCode() - Method in class com.amazonaws.services.cloudfront.model.CreateFieldLevelEncryptionProfileResult
 
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.CreatePublicKeyRequest
 
hashCode() - Method in class com.amazonaws.services.cloudfront.model.CreatePublicKeyResult
 
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.DeleteFieldLevelEncryptionConfigRequest
 
hashCode() - Method in class com.amazonaws.services.cloudfront.model.DeleteFieldLevelEncryptionConfigResult
 
hashCode() - Method in class com.amazonaws.services.cloudfront.model.DeleteFieldLevelEncryptionProfileRequest
 
hashCode() - Method in class com.amazonaws.services.cloudfront.model.DeleteFieldLevelEncryptionProfileResult
 
hashCode() - Method in class com.amazonaws.services.cloudfront.model.DeletePublicKeyRequest
 
hashCode() - Method in class com.amazonaws.services.cloudfront.model.DeletePublicKeyResult
 
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.EncryptionEntities
 
hashCode() - Method in class com.amazonaws.services.cloudfront.model.EncryptionEntity
 
hashCode() - Method in class com.amazonaws.services.cloudfront.model.FieldLevelEncryption
 
hashCode() - Method in class com.amazonaws.services.cloudfront.model.FieldLevelEncryptionConfig
 
hashCode() - Method in class com.amazonaws.services.cloudfront.model.FieldLevelEncryptionList
 
hashCode() - Method in class com.amazonaws.services.cloudfront.model.FieldLevelEncryptionProfile
 
hashCode() - Method in class com.amazonaws.services.cloudfront.model.FieldLevelEncryptionProfileConfig
 
hashCode() - Method in class com.amazonaws.services.cloudfront.model.FieldLevelEncryptionProfileList
 
hashCode() - Method in class com.amazonaws.services.cloudfront.model.FieldLevelEncryptionProfileSummary
 
hashCode() - Method in class com.amazonaws.services.cloudfront.model.FieldLevelEncryptionSummary
 
hashCode() - Method in class com.amazonaws.services.cloudfront.model.FieldPatterns
 
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.GetFieldLevelEncryptionConfigRequest
 
hashCode() - Method in class com.amazonaws.services.cloudfront.model.GetFieldLevelEncryptionConfigResult
 
hashCode() - Method in class com.amazonaws.services.cloudfront.model.GetFieldLevelEncryptionProfileConfigRequest
 
hashCode() - Method in class com.amazonaws.services.cloudfront.model.GetFieldLevelEncryptionProfileConfigResult
 
hashCode() - Method in class com.amazonaws.services.cloudfront.model.GetFieldLevelEncryptionProfileRequest
 
hashCode() - Method in class com.amazonaws.services.cloudfront.model.GetFieldLevelEncryptionProfileResult
 
hashCode() - Method in class com.amazonaws.services.cloudfront.model.GetFieldLevelEncryptionRequest
 
hashCode() - Method in class com.amazonaws.services.cloudfront.model.GetFieldLevelEncryptionResult
 
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.GetPublicKeyConfigRequest
 
hashCode() - Method in class com.amazonaws.services.cloudfront.model.GetPublicKeyConfigResult
 
hashCode() - Method in class com.amazonaws.services.cloudfront.model.GetPublicKeyRequest
 
hashCode() - Method in class com.amazonaws.services.cloudfront.model.GetPublicKeyResult
 
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.ListFieldLevelEncryptionConfigsRequest
 
hashCode() - Method in class com.amazonaws.services.cloudfront.model.ListFieldLevelEncryptionConfigsResult
 
hashCode() - Method in class com.amazonaws.services.cloudfront.model.ListFieldLevelEncryptionProfilesRequest
 
hashCode() - Method in class com.amazonaws.services.cloudfront.model.ListFieldLevelEncryptionProfilesResult
 
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.ListPublicKeysRequest
 
hashCode() - Method in class com.amazonaws.services.cloudfront.model.ListPublicKeysResult
 
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.OriginGroup
 
hashCode() - Method in class com.amazonaws.services.cloudfront.model.OriginGroupFailoverCriteria
 
hashCode() - Method in class com.amazonaws.services.cloudfront.model.OriginGroupMember
 
hashCode() - Method in class com.amazonaws.services.cloudfront.model.OriginGroupMembers
 
hashCode() - Method in class com.amazonaws.services.cloudfront.model.OriginGroups
 
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.PublicKey
 
hashCode() - Method in class com.amazonaws.services.cloudfront.model.PublicKeyConfig
 
hashCode() - Method in class com.amazonaws.services.cloudfront.model.PublicKeyList
 
hashCode() - Method in class com.amazonaws.services.cloudfront.model.PublicKeySummary
 
hashCode() - Method in class com.amazonaws.services.cloudfront.model.QueryArgProfile
 
hashCode() - Method in class com.amazonaws.services.cloudfront.model.QueryArgProfileConfig
 
hashCode() - Method in class com.amazonaws.services.cloudfront.model.QueryArgProfiles
 
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.StatusCodes
 
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.UpdateFieldLevelEncryptionConfigRequest
 
hashCode() - Method in class com.amazonaws.services.cloudfront.model.UpdateFieldLevelEncryptionConfigResult
 
hashCode() - Method in class com.amazonaws.services.cloudfront.model.UpdateFieldLevelEncryptionProfileRequest
 
hashCode() - Method in class com.amazonaws.services.cloudfront.model.UpdateFieldLevelEncryptionProfileResult
 
hashCode() - Method in class com.amazonaws.services.cloudfront.model.UpdatePublicKeyRequest
 
hashCode() - Method in class com.amazonaws.services.cloudfront.model.UpdatePublicKeyResult
 
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 request headers, if any, that you want CloudFront to base caching on for this cache behavior.
Headers() - Constructor for class com.amazonaws.services.cloudfront.model.Headers
 
HttpVersion - Enum in com.amazonaws.services.cloudfront.model
 

I

IllegalFieldLevelEncryptionConfigAssociationWithCacheBehaviorException - Exception in com.amazonaws.services.cloudfront.model
The specified configuration for field-level encryption can't be associated with the specified cache behavior.
IllegalFieldLevelEncryptionConfigAssociationWithCacheBehaviorException(String) - Constructor for exception com.amazonaws.services.cloudfront.model.IllegalFieldLevelEncryptionConfigAssociationWithCacheBehaviorException
Constructs a new IllegalFieldLevelEncryptionConfigAssociationWithCacheBehaviorException with the specified error message.
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 don't 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
For information about how and when to use CloudFrontDefaultCertificate, see 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.
isForwardWhenContentTypeIsUnknown() - Method in class com.amazonaws.services.cloudfront.model.ContentTypeProfileConfig
The setting in a field-level encryption content type-profile mapping that specifies what to do when an unknown content type is provided for the profile.
isForwardWhenQueryArgProfileIsUnknown() - Method in class com.amazonaws.services.cloudfront.model.QueryArgProfileConfig
Flag to set if you want a request to be forwarded to the origin even if the profile specified by the field-level encryption query argument, fle-profile, is unknown.
isIncludeBody() - Method in class com.amazonaws.services.cloudfront.model.LambdaFunctionAssociation
A flag that allows a Lambda function to have read access to the body content.
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
 
listFieldLevelEncryptionConfigs(ListFieldLevelEncryptionConfigsRequest) - Method in class com.amazonaws.services.cloudfront.AbstractAmazonCloudFront
 
listFieldLevelEncryptionConfigs(ListFieldLevelEncryptionConfigsRequest) - Method in interface com.amazonaws.services.cloudfront.AmazonCloudFront
List all field-level encryption configurations that have been created in CloudFront for this account.
listFieldLevelEncryptionConfigs(ListFieldLevelEncryptionConfigsRequest) - Method in class com.amazonaws.services.cloudfront.AmazonCloudFrontClient
List all field-level encryption configurations that have been created in CloudFront for this account.
listFieldLevelEncryptionConfigsAsync(ListFieldLevelEncryptionConfigsRequest) - Method in class com.amazonaws.services.cloudfront.AbstractAmazonCloudFrontAsync
 
listFieldLevelEncryptionConfigsAsync(ListFieldLevelEncryptionConfigsRequest, AsyncHandler<ListFieldLevelEncryptionConfigsRequest, ListFieldLevelEncryptionConfigsResult>) - Method in class com.amazonaws.services.cloudfront.AbstractAmazonCloudFrontAsync
 
listFieldLevelEncryptionConfigsAsync(ListFieldLevelEncryptionConfigsRequest) - Method in interface com.amazonaws.services.cloudfront.AmazonCloudFrontAsync
List all field-level encryption configurations that have been created in CloudFront for this account.
listFieldLevelEncryptionConfigsAsync(ListFieldLevelEncryptionConfigsRequest, AsyncHandler<ListFieldLevelEncryptionConfigsRequest, ListFieldLevelEncryptionConfigsResult>) - Method in interface com.amazonaws.services.cloudfront.AmazonCloudFrontAsync
List all field-level encryption configurations that have been created in CloudFront for this account.
listFieldLevelEncryptionConfigsAsync(ListFieldLevelEncryptionConfigsRequest) - Method in class com.amazonaws.services.cloudfront.AmazonCloudFrontAsyncClient
 
listFieldLevelEncryptionConfigsAsync(ListFieldLevelEncryptionConfigsRequest, AsyncHandler<ListFieldLevelEncryptionConfigsRequest, ListFieldLevelEncryptionConfigsResult>) - Method in class com.amazonaws.services.cloudfront.AmazonCloudFrontAsyncClient
 
ListFieldLevelEncryptionConfigsRequest - Class in com.amazonaws.services.cloudfront.model
 
ListFieldLevelEncryptionConfigsRequest() - Constructor for class com.amazonaws.services.cloudfront.model.ListFieldLevelEncryptionConfigsRequest
 
ListFieldLevelEncryptionConfigsResult - Class in com.amazonaws.services.cloudfront.model
 
ListFieldLevelEncryptionConfigsResult() - Constructor for class com.amazonaws.services.cloudfront.model.ListFieldLevelEncryptionConfigsResult
 
listFieldLevelEncryptionProfiles(ListFieldLevelEncryptionProfilesRequest) - Method in class com.amazonaws.services.cloudfront.AbstractAmazonCloudFront
 
listFieldLevelEncryptionProfiles(ListFieldLevelEncryptionProfilesRequest) - Method in interface com.amazonaws.services.cloudfront.AmazonCloudFront
Request a list of field-level encryption profiles that have been created in CloudFront for this account.
listFieldLevelEncryptionProfiles(ListFieldLevelEncryptionProfilesRequest) - Method in class com.amazonaws.services.cloudfront.AmazonCloudFrontClient
Request a list of field-level encryption profiles that have been created in CloudFront for this account.
listFieldLevelEncryptionProfilesAsync(ListFieldLevelEncryptionProfilesRequest) - Method in class com.amazonaws.services.cloudfront.AbstractAmazonCloudFrontAsync
 
listFieldLevelEncryptionProfilesAsync(ListFieldLevelEncryptionProfilesRequest, AsyncHandler<ListFieldLevelEncryptionProfilesRequest, ListFieldLevelEncryptionProfilesResult>) - Method in class com.amazonaws.services.cloudfront.AbstractAmazonCloudFrontAsync
 
listFieldLevelEncryptionProfilesAsync(ListFieldLevelEncryptionProfilesRequest) - Method in interface com.amazonaws.services.cloudfront.AmazonCloudFrontAsync
Request a list of field-level encryption profiles that have been created in CloudFront for this account.
listFieldLevelEncryptionProfilesAsync(ListFieldLevelEncryptionProfilesRequest, AsyncHandler<ListFieldLevelEncryptionProfilesRequest, ListFieldLevelEncryptionProfilesResult>) - Method in interface com.amazonaws.services.cloudfront.AmazonCloudFrontAsync
Request a list of field-level encryption profiles that have been created in CloudFront for this account.
listFieldLevelEncryptionProfilesAsync(ListFieldLevelEncryptionProfilesRequest) - Method in class com.amazonaws.services.cloudfront.AmazonCloudFrontAsyncClient
 
listFieldLevelEncryptionProfilesAsync(ListFieldLevelEncryptionProfilesRequest, AsyncHandler<ListFieldLevelEncryptionProfilesRequest, ListFieldLevelEncryptionProfilesResult>) - Method in class com.amazonaws.services.cloudfront.AmazonCloudFrontAsyncClient
 
ListFieldLevelEncryptionProfilesRequest - Class in com.amazonaws.services.cloudfront.model
 
ListFieldLevelEncryptionProfilesRequest() - Constructor for class com.amazonaws.services.cloudfront.model.ListFieldLevelEncryptionProfilesRequest
 
ListFieldLevelEncryptionProfilesResult - Class in com.amazonaws.services.cloudfront.model
 
ListFieldLevelEncryptionProfilesResult() - Constructor for class com.amazonaws.services.cloudfront.model.ListFieldLevelEncryptionProfilesResult
 
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
 
listPublicKeys(ListPublicKeysRequest) - Method in class com.amazonaws.services.cloudfront.AbstractAmazonCloudFront
 
listPublicKeys(ListPublicKeysRequest) - Method in interface com.amazonaws.services.cloudfront.AmazonCloudFront
List all public keys that have been added to CloudFront for this account.
listPublicKeys(ListPublicKeysRequest) - Method in class com.amazonaws.services.cloudfront.AmazonCloudFrontClient
List all public keys that have been added to CloudFront for this account.
listPublicKeysAsync(ListPublicKeysRequest) - Method in class com.amazonaws.services.cloudfront.AbstractAmazonCloudFrontAsync
 
listPublicKeysAsync(ListPublicKeysRequest, AsyncHandler<ListPublicKeysRequest, ListPublicKeysResult>) - Method in class com.amazonaws.services.cloudfront.AbstractAmazonCloudFrontAsync
 
listPublicKeysAsync(ListPublicKeysRequest) - Method in interface com.amazonaws.services.cloudfront.AmazonCloudFrontAsync
List all public keys that have been added to CloudFront for this account.
listPublicKeysAsync(ListPublicKeysRequest, AsyncHandler<ListPublicKeysRequest, ListPublicKeysResult>) - Method in interface com.amazonaws.services.cloudfront.AmazonCloudFrontAsync
List all public keys that have been added to CloudFront for this account.
listPublicKeysAsync(ListPublicKeysRequest) - Method in class com.amazonaws.services.cloudfront.AmazonCloudFrontAsyncClient
 
listPublicKeysAsync(ListPublicKeysRequest, AsyncHandler<ListPublicKeysRequest, ListPublicKeysResult>) - Method in class com.amazonaws.services.cloudfront.AmazonCloudFrontAsyncClient
 
ListPublicKeysRequest - Class in com.amazonaws.services.cloudfront.model
 
ListPublicKeysRequest() - Constructor for class com.amazonaws.services.cloudfront.model.ListPublicKeysRequest
 
ListPublicKeysResult - Class in com.amazonaws.services.cloudfront.model
 
ListPublicKeysResult() - Constructor for class com.amazonaws.services.cloudfront.model.ListPublicKeysResult
 
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.
NoSuchFieldLevelEncryptionConfigException - Exception in com.amazonaws.services.cloudfront.model
The specified configuration for field-level encryption doesn't exist.
NoSuchFieldLevelEncryptionConfigException(String) - Constructor for exception com.amazonaws.services.cloudfront.model.NoSuchFieldLevelEncryptionConfigException
Constructs a new NoSuchFieldLevelEncryptionConfigException with the specified error message.
NoSuchFieldLevelEncryptionProfileException - Exception in com.amazonaws.services.cloudfront.model
The specified profile for field-level encryption doesn't exist.
NoSuchFieldLevelEncryptionProfileException(String) - Constructor for exception com.amazonaws.services.cloudfront.model.NoSuchFieldLevelEncryptionProfileException
Constructs a new NoSuchFieldLevelEncryptionProfileException 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.
NoSuchPublicKeyException - Exception in com.amazonaws.services.cloudfront.model
The specified public key doesn't exist.
NoSuchPublicKeyException(String) - Constructor for exception com.amazonaws.services.cloudfront.model.NoSuchPublicKeyException
Constructs a new NoSuchPublicKeyException 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, HTTP server (for example, a web server), Amazon MediaStore, or other 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
 
OriginGroup - Class in com.amazonaws.services.cloudfront.model
An origin group includes two origins (a primary origin and a second origin to failover to) and a failover criteria that you specify.
OriginGroup() - Constructor for class com.amazonaws.services.cloudfront.model.OriginGroup
 
OriginGroupFailoverCriteria - Class in com.amazonaws.services.cloudfront.model
A complex data type that includes information about the failover criteria for an origin group, including the status codes for which CloudFront will failover from the primary origin to the second origin.
OriginGroupFailoverCriteria() - Constructor for class com.amazonaws.services.cloudfront.model.OriginGroupFailoverCriteria
 
OriginGroupMember - Class in com.amazonaws.services.cloudfront.model
An origin in an origin group.
OriginGroupMember() - Constructor for class com.amazonaws.services.cloudfront.model.OriginGroupMember
 
OriginGroupMembers - Class in com.amazonaws.services.cloudfront.model
A complex data type for the origins included in an origin group.
OriginGroupMembers() - Constructor for class com.amazonaws.services.cloudfront.model.OriginGroupMembers
 
OriginGroups - Class in com.amazonaws.services.cloudfront.model
A complex data type for the origin groups specified for a distribution.
OriginGroups() - Constructor for class com.amazonaws.services.cloudfront.model.OriginGroups
 
OriginProtocolPolicy - Enum in com.amazonaws.services.cloudfront.model
 
Origins - Class in com.amazonaws.services.cloudfront.model
A complex type that contains information about origins and origin groups 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.
PublicKey - Class in com.amazonaws.services.cloudfront.model
A complex data type of public keys you add to CloudFront to use with features like field-level encryption.
PublicKey() - Constructor for class com.amazonaws.services.cloudfront.model.PublicKey
 
PublicKeyAlreadyExistsException - Exception in com.amazonaws.services.cloudfront.model
The specified public key already exists.
PublicKeyAlreadyExistsException(String) - Constructor for exception com.amazonaws.services.cloudfront.model.PublicKeyAlreadyExistsException
Constructs a new PublicKeyAlreadyExistsException with the specified error message.
PublicKeyConfig - Class in com.amazonaws.services.cloudfront.model
Information about a public key you add to CloudFront to use with features like field-level encryption.
PublicKeyConfig() - Constructor for class com.amazonaws.services.cloudfront.model.PublicKeyConfig
 
publicKeyFrom(byte[]) - Static method in enum com.amazonaws.auth.RSA
Returns a public key constructed from the given DER bytes.
PublicKeyInUseException - Exception in com.amazonaws.services.cloudfront.model
The specified public key is in use.
PublicKeyInUseException(String) - Constructor for exception com.amazonaws.services.cloudfront.model.PublicKeyInUseException
Constructs a new PublicKeyInUseException with the specified error message.
PublicKeyList - Class in com.amazonaws.services.cloudfront.model
A list of public keys you've added to CloudFront to use with features like field-level encryption.
PublicKeyList() - Constructor for class com.amazonaws.services.cloudfront.model.PublicKeyList
 
PublicKeySummary - Class in com.amazonaws.services.cloudfront.model
A complex data type for public key information.
PublicKeySummary() - Constructor for class com.amazonaws.services.cloudfront.model.PublicKeySummary
 

Q

QueryArgProfile - Class in com.amazonaws.services.cloudfront.model
Query argument-profile mapping for field-level encryption.
QueryArgProfile() - Constructor for class com.amazonaws.services.cloudfront.model.QueryArgProfile
 
QueryArgProfileConfig - Class in com.amazonaws.services.cloudfront.model
Configuration for query argument-profile mapping for field-level encryption.
QueryArgProfileConfig() - Constructor for class com.amazonaws.services.cloudfront.model.QueryArgProfileConfig
 
QueryArgProfileEmptyException - Exception in com.amazonaws.services.cloudfront.model
No profile specified for the field-level encryption query argument.
QueryArgProfileEmptyException(String) - Constructor for exception com.amazonaws.services.cloudfront.model.QueryArgProfileEmptyException
Constructs a new QueryArgProfileEmptyException with the specified error message.
QueryArgProfiles - Class in com.amazonaws.services.cloudfront.model
Query argument-profile mapping for field-level encryption.
QueryArgProfiles() - Constructor for class com.amazonaws.services.cloudfront.model.QueryArgProfiles
 
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
For information about how and when to use ACMCertificateArn, see 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
The ARN (Amazon Resource Name) for the distribution.
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 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.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.FieldLevelEncryptionConfig
A unique number that ensures the request can't be replayed.
setCallerReference(String) - Method in class com.amazonaws.services.cloudfront.model.FieldLevelEncryptionProfileConfig
A unique number 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.PublicKeyConfig
A unique number that ensures that the request can't be replayed.
setCallerReference(String) - Method in class com.amazonaws.services.cloudfront.model.StreamingDistributionConfig
A unique value (for example, a date-time stamp) 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
For information about how and when to use CloudFrontDefaultCertificate, see 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.FieldLevelEncryptionConfig
An optional comment about the configuration.
setComment(String) - Method in class com.amazonaws.services.cloudfront.model.FieldLevelEncryptionProfileConfig
An optional comment for the field-level encryption profile.
setComment(String) - Method in class com.amazonaws.services.cloudfront.model.FieldLevelEncryptionProfileSummary
An optional comment for the field-level encryption profile summary.
setComment(String) - Method in class com.amazonaws.services.cloudfront.model.FieldLevelEncryptionSummary
An optional comment about the field-level encryption item.
setComment(String) - Method in class com.amazonaws.services.cloudfront.model.PublicKeyConfig
An optional comment about a public key.
setComment(String) - Method in class com.amazonaws.services.cloudfront.model.PublicKeySummary
Comment for public key information summary.
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.
setContentType(String) - Method in class com.amazonaws.services.cloudfront.model.ContentTypeProfile
The content type for a field-level encryption content type-profile mapping.
setContentTypeProfileConfig(ContentTypeProfileConfig) - Method in class com.amazonaws.services.cloudfront.model.FieldLevelEncryptionConfig
A complex data type that specifies when to forward content if a content type isn't recognized and profiles to use as by default in a request if a query argument doesn't specify a profile to use.
setContentTypeProfileConfig(ContentTypeProfileConfig) - Method in class com.amazonaws.services.cloudfront.model.FieldLevelEncryptionSummary
A summary of a content type-profile mapping.
setContentTypeProfiles(ContentTypeProfiles) - Method in class com.amazonaws.services.cloudfront.model.ContentTypeProfileConfig
The configuration for a field-level encryption content type-profile.
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.
setCreatedTime(Date) - Method in class com.amazonaws.services.cloudfront.model.PublicKey
A time you added a public key to CloudFront.
setCreatedTime(Date) - Method in class com.amazonaws.services.cloudfront.model.PublicKeySummary
Creation time for public key information summary.
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
The time that an invalidation request was created.
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 don't 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 don't 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, for example, d111111abcdef8.cloudfront.net.
setDomainName(String) - Method in class com.amazonaws.services.cloudfront.model.DistributionSummary
The domain name that corresponds to the distribution, for example, d111111abcdef8.cloudfront.net.
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, for example, s5c39gqb8ow64r.cloudfront.net.
setDomainName(String) - Method in class com.amazonaws.services.cloudfront.model.StreamingDistributionSummary
The domain name corresponding to the distribution, for example, d111111abcdef8.cloudfront.net.
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.
setEncodedKey(String) - Method in class com.amazonaws.services.cloudfront.model.PublicKeyConfig
The encoded public key that you want to add to CloudFront to use with features like field-level encryption.
setEncodedKey(String) - Method in class com.amazonaws.services.cloudfront.model.PublicKeySummary
Encoded key for public key information summary.
setEncryptionEntities(EncryptionEntities) - Method in class com.amazonaws.services.cloudfront.model.FieldLevelEncryptionProfileConfig
A complex data type of encryption entities for the field-level encryption profile that include the public key ID, provider, and field patterns for specifying which fields to encrypt with this key.
setEncryptionEntities(EncryptionEntities) - Method in class com.amazonaws.services.cloudfront.model.FieldLevelEncryptionProfileSummary
A complex data type of encryption entities for the field-level encryption profile that include the public key ID, provider, and field patterns for specifying which fields to encrypt with this key.
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.CreateFieldLevelEncryptionConfigResult
The current version of the field level encryption configuration.
setETag(String) - Method in class com.amazonaws.services.cloudfront.model.CreateFieldLevelEncryptionProfileResult
The current version of the field level encryption profile.
setETag(String) - Method in class com.amazonaws.services.cloudfront.model.CreatePublicKeyResult
The current version of the public key.
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
The current version of the distribution created.
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.GetFieldLevelEncryptionConfigResult
The current version of the field level encryption configuration.
setETag(String) - Method in class com.amazonaws.services.cloudfront.model.GetFieldLevelEncryptionProfileConfigResult
The current version of the field-level encryption profile configuration result.
setETag(String) - Method in class com.amazonaws.services.cloudfront.model.GetFieldLevelEncryptionProfileResult
The current version of the field level encryption profile.
setETag(String) - Method in class com.amazonaws.services.cloudfront.model.GetFieldLevelEncryptionResult
The current version of the field level encryption configuration.
setETag(String) - Method in class com.amazonaws.services.cloudfront.model.GetPublicKeyConfigResult
The current version of the public key configuration.
setETag(String) - Method in class com.amazonaws.services.cloudfront.model.GetPublicKeyResult
The current version of the public key.
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.UpdateFieldLevelEncryptionConfigResult
The value of the ETag header that you received when updating the configuration.
setETag(String) - Method in class com.amazonaws.services.cloudfront.model.UpdateFieldLevelEncryptionProfileResult
The result of the field-level encryption profile request.
setETag(String) - Method in class com.amazonaws.services.cloudfront.model.UpdatePublicKeyResult
The current version of the update public key result.
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
 
setFailoverCriteria(OriginGroupFailoverCriteria) - Method in class com.amazonaws.services.cloudfront.model.OriginGroup
A complex type that contains information about the failover criteria for an origin group.
setFieldLevelEncryption(FieldLevelEncryption) - Method in class com.amazonaws.services.cloudfront.model.CreateFieldLevelEncryptionConfigResult
Returned when you create a new field-level encryption configuration.
setFieldLevelEncryption(FieldLevelEncryption) - Method in class com.amazonaws.services.cloudfront.model.GetFieldLevelEncryptionResult
Return the field-level encryption configuration information.
setFieldLevelEncryption(FieldLevelEncryption) - Method in class com.amazonaws.services.cloudfront.model.UpdateFieldLevelEncryptionConfigResult
Return the results of updating the configuration.
setFieldLevelEncryptionConfig(FieldLevelEncryptionConfig) - Method in class com.amazonaws.services.cloudfront.model.CreateFieldLevelEncryptionConfigRequest
The request to create a new field-level encryption configuration.
setFieldLevelEncryptionConfig(FieldLevelEncryptionConfig) - Method in class com.amazonaws.services.cloudfront.model.FieldLevelEncryption
A complex data type that includes the profile configurations specified for field-level encryption.
setFieldLevelEncryptionConfig(FieldLevelEncryptionConfig) - Method in class com.amazonaws.services.cloudfront.model.GetFieldLevelEncryptionConfigResult
Return the field-level encryption configuration information.
setFieldLevelEncryptionConfig(FieldLevelEncryptionConfig) - Method in class com.amazonaws.services.cloudfront.model.UpdateFieldLevelEncryptionConfigRequest
Request to update a field-level encryption configuration.
setFieldLevelEncryptionId(String) - Method in class com.amazonaws.services.cloudfront.model.CacheBehavior
The value of ID for the field-level encryption configuration that you want CloudFront to use for encrypting specific fields of data for a cache behavior or for the default cache behavior in your distribution.
setFieldLevelEncryptionId(String) - Method in class com.amazonaws.services.cloudfront.model.DefaultCacheBehavior
The value of ID for the field-level encryption configuration that you want CloudFront to use for encrypting specific fields of data for a cache behavior or for the default cache behavior in your distribution.
setFieldLevelEncryptionList(FieldLevelEncryptionList) - Method in class com.amazonaws.services.cloudfront.model.ListFieldLevelEncryptionConfigsResult
Returns a list of all field-level encryption configurations that have been created in CloudFront for this account.
setFieldLevelEncryptionProfile(FieldLevelEncryptionProfile) - Method in class com.amazonaws.services.cloudfront.model.CreateFieldLevelEncryptionProfileResult
Returned when you create a new field-level encryption profile.
setFieldLevelEncryptionProfile(FieldLevelEncryptionProfile) - Method in class com.amazonaws.services.cloudfront.model.GetFieldLevelEncryptionProfileResult
Return the field-level encryption profile information.
setFieldLevelEncryptionProfile(FieldLevelEncryptionProfile) - Method in class com.amazonaws.services.cloudfront.model.UpdateFieldLevelEncryptionProfileResult
Return the results of updating the profile.
setFieldLevelEncryptionProfileConfig(FieldLevelEncryptionProfileConfig) - Method in class com.amazonaws.services.cloudfront.model.CreateFieldLevelEncryptionProfileRequest
The request to create a field-level encryption profile.
setFieldLevelEncryptionProfileConfig(FieldLevelEncryptionProfileConfig) - Method in class com.amazonaws.services.cloudfront.model.FieldLevelEncryptionProfile
A complex data type that includes the profile name and the encryption entities for the field-level encryption profile.
setFieldLevelEncryptionProfileConfig(FieldLevelEncryptionProfileConfig) - Method in class com.amazonaws.services.cloudfront.model.GetFieldLevelEncryptionProfileConfigResult
Return the field-level encryption profile configuration information.
setFieldLevelEncryptionProfileConfig(FieldLevelEncryptionProfileConfig) - Method in class com.amazonaws.services.cloudfront.model.UpdateFieldLevelEncryptionProfileRequest
Request to update a field-level encryption profile.
setFieldLevelEncryptionProfileList(FieldLevelEncryptionProfileList) - Method in class com.amazonaws.services.cloudfront.model.ListFieldLevelEncryptionProfilesResult
Returns a list of the field-level encryption profiles that have been created in CloudFront for this account.
setFieldPatterns(FieldPatterns) - Method in class com.amazonaws.services.cloudfront.model.EncryptionEntity
Field patterns in a field-level encryption content type profile specify the fields that you want to be encrypted.
setFormat(String) - Method in class com.amazonaws.services.cloudfront.model.ContentTypeProfile
The format for a field-level encryption content type-profile mapping.
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.
setForwardWhenContentTypeIsUnknown(Boolean) - Method in class com.amazonaws.services.cloudfront.model.ContentTypeProfileConfig
The setting in a field-level encryption content type-profile mapping that specifies what to do when an unknown content type is provided for the profile.
setForwardWhenQueryArgProfileIsUnknown(Boolean) - Method in class com.amazonaws.services.cloudfront.model.QueryArgProfileConfig
Flag to set if you want a request to be forwarded to the origin even if the profile specified by the field-level encryption query argument, fle-profile, is unknown.
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 base caching on 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
For information about how and when to use IAMCertificateId, see ViewerCertificate.
setId(String) - Method in class com.amazonaws.services.cloudfront.model.CloudFrontOriginAccessIdentity
The ID for the origin access identity, for example, E74FTE3AJFJ256A.
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.DeleteFieldLevelEncryptionConfigRequest
The ID of the configuration you want to delete from CloudFront.
setId(String) - Method in class com.amazonaws.services.cloudfront.model.DeleteFieldLevelEncryptionProfileRequest
Request the ID of the profile you want to delete from CloudFront.
setId(String) - Method in class com.amazonaws.services.cloudfront.model.DeletePublicKeyRequest
The ID of the public key you want to remove from CloudFront.
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.FieldLevelEncryption
The configuration ID for a field-level encryption configuration which includes a set of profiles that specify certain selected data fields to be encrypted by specific public keys.
setId(String) - Method in class com.amazonaws.services.cloudfront.model.FieldLevelEncryptionProfile
The ID for a field-level encryption profile configuration which includes a set of profiles that specify certain selected data fields to be encrypted by specific public keys.
setId(String) - Method in class com.amazonaws.services.cloudfront.model.FieldLevelEncryptionProfileSummary
ID for the field-level encryption profile summary.
setId(String) - Method in class com.amazonaws.services.cloudfront.model.FieldLevelEncryptionSummary
The unique ID of a field-level encryption item.
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.GetFieldLevelEncryptionConfigRequest
Request the ID for the field-level encryption configuration information.
setId(String) - Method in class com.amazonaws.services.cloudfront.model.GetFieldLevelEncryptionProfileConfigRequest
Get the ID for the field-level encryption profile configuration information.
setId(String) - Method in class com.amazonaws.services.cloudfront.model.GetFieldLevelEncryptionProfileRequest
Get the ID for the field-level encryption profile information.
setId(String) - Method in class com.amazonaws.services.cloudfront.model.GetFieldLevelEncryptionRequest
Request the ID for the field-level encryption configuration information.
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.GetPublicKeyConfigRequest
Request the ID for the public key configuration.
setId(String) - Method in class com.amazonaws.services.cloudfront.model.GetPublicKeyRequest
Request the ID for the public key.
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 or origin group.
setId(String) - Method in class com.amazonaws.services.cloudfront.model.OriginGroup
The origin group's ID.
setId(String) - Method in class com.amazonaws.services.cloudfront.model.PublicKey
A unique ID assigned to a public key you've added to CloudFront.
setId(String) - Method in class com.amazonaws.services.cloudfront.model.PublicKeySummary
ID for public key information summary.
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, for example, EDFDVBD632BHDS5.
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.UpdateFieldLevelEncryptionConfigRequest
The ID of the configuration you want to update.
setId(String) - Method in class com.amazonaws.services.cloudfront.model.UpdateFieldLevelEncryptionProfileRequest
The ID of the field-level encryption profile request.
setId(String) - Method in class com.amazonaws.services.cloudfront.model.UpdatePublicKeyRequest
ID of the public key to be updated.
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.DeleteFieldLevelEncryptionConfigRequest
The value of the ETag header that you received when retrieving the configuration identity to delete.
setIfMatch(String) - Method in class com.amazonaws.services.cloudfront.model.DeleteFieldLevelEncryptionProfileRequest
The value of the ETag header that you received when retrieving the profile to delete.
setIfMatch(String) - Method in class com.amazonaws.services.cloudfront.model.DeletePublicKeyRequest
The value of the ETag header that you received when retrieving the public key identity to delete.
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.UpdateFieldLevelEncryptionConfigRequest
The value of the ETag header that you received when retrieving the configuration identity to update.
setIfMatch(String) - Method in class com.amazonaws.services.cloudfront.model.UpdateFieldLevelEncryptionProfileRequest
The value of the ETag header that you received when retrieving the profile identity to update.
setIfMatch(String) - Method in class com.amazonaws.services.cloudfront.model.UpdatePublicKeyRequest
The value of the ETag header that you received when retrieving the public key to update.
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.
setIncludeBody(Boolean) - Method in class com.amazonaws.services.cloudfront.model.LambdaFunctionAssociation
A flag that allows a Lambda function to have read access to the body content.
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<ContentTypeProfile>) - Method in class com.amazonaws.services.cloudfront.model.ContentTypeProfiles
Items in a field-level encryption content type-profile mapping.
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<EncryptionEntity>) - Method in class com.amazonaws.services.cloudfront.model.EncryptionEntities
An array of field patterns in a field-level encryption content type-profile mapping.
setItems(Collection<FieldLevelEncryptionSummary>) - Method in class com.amazonaws.services.cloudfront.model.FieldLevelEncryptionList
An array of field-level encryption items.
setItems(Collection<FieldLevelEncryptionProfileSummary>) - Method in class com.amazonaws.services.cloudfront.model.FieldLevelEncryptionProfileList
The field-level encryption profile items.
setItems(Collection<String>) - Method in class com.amazonaws.services.cloudfront.model.FieldPatterns
An array of the field-level encryption field patterns.
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 list that contains one Name element for each header that you want CloudFront to use for caching in 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<OriginGroupMember>) - Method in class com.amazonaws.services.cloudfront.model.OriginGroupMembers
Items (origins) in an origin group.
setItems(Collection<OriginGroup>) - Method in class com.amazonaws.services.cloudfront.model.OriginGroups
The items (origin groups) in a distribution.
setItems(Collection<Origin>) - Method in class com.amazonaws.services.cloudfront.model.Origins
A complex type that contains origins or origin groups 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<PublicKeySummary>) - Method in class com.amazonaws.services.cloudfront.model.PublicKeyList
An array of information about a public key you add to CloudFront to use with features like field-level encryption.
setItems(Collection<QueryArgProfile>) - Method in class com.amazonaws.services.cloudfront.model.QueryArgProfiles
Number of items for query argument-profile mapping for field-level encryption.
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<Integer>) - Method in class com.amazonaws.services.cloudfront.model.StatusCodes
The items (status codes) for an origin group.
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.FieldLevelEncryption
The last time the field-level encryption configuration was changed.
setLastModifiedTime(Date) - Method in class com.amazonaws.services.cloudfront.model.FieldLevelEncryptionProfile
The last time the field-level encryption profile was updated.
setLastModifiedTime(Date) - Method in class com.amazonaws.services.cloudfront.model.FieldLevelEncryptionProfileSummary
The time when the the field-level encryption profile summary was last updated.
setLastModifiedTime(Date) - Method in class com.amazonaws.services.cloudfront.model.FieldLevelEncryptionSummary
The last time that the summary of field-level encryption items was 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.CreateFieldLevelEncryptionConfigResult
The fully qualified URI of the new configuration resource just created.
setLocation(String) - Method in class com.amazonaws.services.cloudfront.model.CreateFieldLevelEncryptionProfileResult
The fully qualified URI of the new profile 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.CreatePublicKeyResult
The fully qualified URI of the new public key resource just created.
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.ListFieldLevelEncryptionConfigsRequest
Use this when paginating results to indicate where to begin in your list of configurations.
setMarker(String) - Method in class com.amazonaws.services.cloudfront.model.ListFieldLevelEncryptionProfilesRequest
Use this when paginating results to indicate where to begin in your list of profiles.
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.ListPublicKeysRequest
Use this when paginating results to indicate where to begin in your list of public keys.
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.FieldLevelEncryptionList
The maximum number of elements you want in the response body.
setMaxItems(Integer) - Method in class com.amazonaws.services.cloudfront.model.FieldLevelEncryptionProfileList
The maximum number of field-level encryption profiles you want in the response body.
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.ListFieldLevelEncryptionConfigsRequest
The maximum number of field-level encryption configurations you want in the response body.
setMaxItems(String) - Method in class com.amazonaws.services.cloudfront.model.ListFieldLevelEncryptionProfilesRequest
The maximum number of field-level encryption profiles 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.ListPublicKeysRequest
The maximum number of public keys 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.PublicKeyList
The maximum number of public keys you want in the response body.
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
 
setMembers(OriginGroupMembers) - Method in class com.amazonaws.services.cloudfront.model.OriginGroup
A complex type that contains information about the origins in an origin group.
setMinimumProtocolVersion(String) - Method in class com.amazonaws.services.cloudfront.model.ViewerCertificate
Specify the security policy that you want CloudFront to use for HTTPS connections.
setMinimumProtocolVersion(MinimumProtocolVersion) - Method in class com.amazonaws.services.cloudfront.model.ViewerCertificate
Specify the security policy that you want CloudFront to use for HTTPS connections.
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.
setName(String) - Method in class com.amazonaws.services.cloudfront.model.FieldLevelEncryptionProfileConfig
Profile name for the field-level encryption profile.
setName(String) - Method in class com.amazonaws.services.cloudfront.model.FieldLevelEncryptionProfileSummary
Name for the field-level encryption profile summary.
setName(String) - Method in class com.amazonaws.services.cloudfront.model.PublicKeyConfig
The name for a public key you add to CloudFront to use with features like field-level encryption.
setName(String) - Method in class com.amazonaws.services.cloudfront.model.PublicKeySummary
Name for public key information summary.
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.FieldLevelEncryptionList
If there are more elements to be listed, this element is present and contains the value that you can use for the Marker request parameter to continue listing your configurations where you left off.
setNextMarker(String) - Method in class com.amazonaws.services.cloudfront.model.FieldLevelEncryptionProfileList
If there are more elements to be listed, this element is present and contains the value that you can use for the Marker request parameter to continue listing your profiles where you 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.PublicKeyList
If there are more elements to be listed, this element is present and contains the value that you can use for the Marker request parameter to continue listing your public keys where you 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.
setOriginGroups(OriginGroups) - Method in class com.amazonaws.services.cloudfront.model.DistributionConfig
A complex type that contains information about origin groups for this distribution.
setOriginGroups(OriginGroups) - Method in class com.amazonaws.services.cloudfront.model.DistributionSummary
A complex type that contains information about origin groups for this distribution.
setOriginId(String) - Method in class com.amazonaws.services.cloudfront.model.OriginGroupMember
The ID for an origin in an origin group.
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
A complex type that contains information about price class for this streaming distribution.
setPriceClass(PriceClass) - Method in class com.amazonaws.services.cloudfront.model.DistributionSummary
A complex type that contains information about price class for this streaming distribution.
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

setProfileId(String) - Method in class com.amazonaws.services.cloudfront.model.ContentTypeProfile
The profile ID for a field-level encryption content type-profile mapping.
setProfileId(String) - Method in class com.amazonaws.services.cloudfront.model.QueryArgProfile
ID of profile to use for field-level encryption query argument-profile mapping
setProviderId(String) - Method in class com.amazonaws.services.cloudfront.model.EncryptionEntity
The provider associated with the public key being used for encryption.
setPublicKey(PublicKey) - Method in class com.amazonaws.services.cloudfront.model.CreatePublicKeyResult
Returned when you add a public key.
setPublicKey(PublicKey) - Method in class com.amazonaws.services.cloudfront.model.GetPublicKeyResult
Return the public key.
setPublicKey(PublicKey) - Method in class com.amazonaws.services.cloudfront.model.UpdatePublicKeyResult
Return the results of updating the public key.
setPublicKeyConfig(PublicKeyConfig) - Method in class com.amazonaws.services.cloudfront.model.CreatePublicKeyRequest
The request to add a public key to CloudFront.
setPublicKeyConfig(PublicKeyConfig) - Method in class com.amazonaws.services.cloudfront.model.GetPublicKeyConfigResult
Return the result for the public key configuration.
setPublicKeyConfig(PublicKeyConfig) - Method in class com.amazonaws.services.cloudfront.model.PublicKey
A complex data type for a public key you add to CloudFront to use with features like field-level encryption.
setPublicKeyConfig(PublicKeyConfig) - Method in class com.amazonaws.services.cloudfront.model.UpdatePublicKeyRequest
Request to update public key information.
setPublicKeyId(String) - Method in class com.amazonaws.services.cloudfront.model.EncryptionEntity
The public key associated with a set of field-level encryption patterns, to be used when encrypting the fields that match the patterns.
setPublicKeyList(PublicKeyList) - Method in class com.amazonaws.services.cloudfront.model.ListPublicKeysResult
Returns a list of all public keys that have been added to CloudFront for this account.
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.ContentTypeProfiles
The number of field-level encryption content type-profile mappings.
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.EncryptionEntities
Number of field pattern items in a field-level encryption content type-profile mapping.
setQuantity(Integer) - Method in class com.amazonaws.services.cloudfront.model.FieldLevelEncryptionList
The number of field-level encryption items.
setQuantity(Integer) - Method in class com.amazonaws.services.cloudfront.model.FieldLevelEncryptionProfileList
The number of field-level encryption profiles.
setQuantity(Integer) - Method in class com.amazonaws.services.cloudfront.model.FieldPatterns
The number of field-level encryption field patterns.
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 base caching on 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.OriginGroupMembers
The number of origins in an origin group.
setQuantity(Integer) - Method in class com.amazonaws.services.cloudfront.model.OriginGroups
The number of origin groups.
setQuantity(Integer) - Method in class com.amazonaws.services.cloudfront.model.Origins
The number of origins or origin groups 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.PublicKeyList
The number of public keys you added to CloudFront to use with features like field-level encryption.
setQuantity(Integer) - Method in class com.amazonaws.services.cloudfront.model.QueryArgProfiles
Number of profiles for query argument-profile mapping for field-level encryption.
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.StatusCodes
The number of status codes.
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.
setQueryArg(String) - Method in class com.amazonaws.services.cloudfront.model.QueryArgProfile
Query argument for field-level encryption query argument-profile mapping.
setQueryArgProfileConfig(QueryArgProfileConfig) - Method in class com.amazonaws.services.cloudfront.model.FieldLevelEncryptionConfig
A complex data type that specifies when to forward content if a profile isn't found and the profile that can be provided as a query argument in a request.
setQueryArgProfileConfig(QueryArgProfileConfig) - Method in class com.amazonaws.services.cloudfront.model.FieldLevelEncryptionSummary
A summary of a query argument-profile mapping.
setQueryArgProfiles(QueryArgProfiles) - Method in class com.amazonaws.services.cloudfront.model.QueryArgProfileConfig
Profiles specified for query argument-profile mapping for field-level encryption.
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 ViewerCertificate$ACMCertificateArn or for ViewerCertificate$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 ViewerCertificate$ACMCertificateArn or for ViewerCertificate$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.
setStatusCodes(StatusCodes) - Method in class com.amazonaws.services.cloudfront.model.OriginGroupFailoverCriteria
The status codes that, when returned from the primary origin, will trigger CloudFront to failover to the second origin.
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 in your distribution.
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 in your distribution.
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
 
StatusCodes - Class in com.amazonaws.services.cloudfront.model
A complex data type for the status codes that you specify that, when returned by a primary origin, trigger CloudFront to failover to a second origin.
StatusCodes() - Constructor for class com.amazonaws.services.cloudfront.model.StatusCodes
 
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.
TooManyDistributionsAssociatedToFieldLevelEncryptionConfigException - Exception in com.amazonaws.services.cloudfront.model
The maximum number of distributions have been associated with the specified configuration for field-level encryption.
TooManyDistributionsAssociatedToFieldLevelEncryptionConfigException(String) - Constructor for exception com.amazonaws.services.cloudfront.model.TooManyDistributionsAssociatedToFieldLevelEncryptionConfigException
Constructs a new TooManyDistributionsAssociatedToFieldLevelEncryptionConfigException 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.
TooManyFieldLevelEncryptionConfigsException - Exception in com.amazonaws.services.cloudfront.model
The maximum number of configurations for field-level encryption have been created.
TooManyFieldLevelEncryptionConfigsException(String) - Constructor for exception com.amazonaws.services.cloudfront.model.TooManyFieldLevelEncryptionConfigsException
Constructs a new TooManyFieldLevelEncryptionConfigsException with the specified error message.
TooManyFieldLevelEncryptionContentTypeProfilesException - Exception in com.amazonaws.services.cloudfront.model
The maximum number of content type profiles for field-level encryption have been created.
TooManyFieldLevelEncryptionContentTypeProfilesException(String) - Constructor for exception com.amazonaws.services.cloudfront.model.TooManyFieldLevelEncryptionContentTypeProfilesException
Constructs a new TooManyFieldLevelEncryptionContentTypeProfilesException with the specified error message.
TooManyFieldLevelEncryptionEncryptionEntitiesException - Exception in com.amazonaws.services.cloudfront.model
The maximum number of encryption entities for field-level encryption have been created.
TooManyFieldLevelEncryptionEncryptionEntitiesException(String) - Constructor for exception com.amazonaws.services.cloudfront.model.TooManyFieldLevelEncryptionEncryptionEntitiesException
Constructs a new TooManyFieldLevelEncryptionEncryptionEntitiesException with the specified error message.
TooManyFieldLevelEncryptionFieldPatternsException - Exception in com.amazonaws.services.cloudfront.model
The maximum number of field patterns for field-level encryption have been created.
TooManyFieldLevelEncryptionFieldPatternsException(String) - Constructor for exception com.amazonaws.services.cloudfront.model.TooManyFieldLevelEncryptionFieldPatternsException
Constructs a new TooManyFieldLevelEncryptionFieldPatternsException with the specified error message.
TooManyFieldLevelEncryptionProfilesException - Exception in com.amazonaws.services.cloudfront.model
The maximum number of profiles for field-level encryption have been created.
TooManyFieldLevelEncryptionProfilesException(String) - Constructor for exception com.amazonaws.services.cloudfront.model.TooManyFieldLevelEncryptionProfilesException
Constructs a new TooManyFieldLevelEncryptionProfilesException with the specified error message.
TooManyFieldLevelEncryptionQueryArgProfilesException - Exception in com.amazonaws.services.cloudfront.model
The maximum number of query arg profiles for field-level encryption have been created.
TooManyFieldLevelEncryptionQueryArgProfilesException(String) - Constructor for exception com.amazonaws.services.cloudfront.model.TooManyFieldLevelEncryptionQueryArgProfilesException
Constructs a new TooManyFieldLevelEncryptionQueryArgProfilesException 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.
TooManyOriginGroupsPerDistributionException - Exception in com.amazonaws.services.cloudfront.model
Processing your request would cause you to exceed the maximum number of origin groups allowed.
TooManyOriginGroupsPerDistributionException(String) - Constructor for exception com.amazonaws.services.cloudfront.model.TooManyOriginGroupsPerDistributionException
Constructs a new TooManyOriginGroupsPerDistributionException 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.
TooManyPublicKeysException - Exception in com.amazonaws.services.cloudfront.model
The maximum number of public keys for field-level encryption have been created.
TooManyPublicKeysException(String) - Constructor for exception com.amazonaws.services.cloudfront.model.TooManyPublicKeysException
Constructs a new TooManyPublicKeysException 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.
toString() - Method in class com.amazonaws.services.cloudfront.model.Aliases
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.cloudfront.model.AllowedMethods
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.cloudfront.model.CacheBehavior
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.cloudfront.model.CacheBehaviors
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.cloudfront.model.CachedMethods
Returns a string representation of this object.
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.
toString() - Method in class com.amazonaws.services.cloudfront.model.CloudFrontOriginAccessIdentityConfig
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.cloudfront.model.CloudFrontOriginAccessIdentityList
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.cloudfront.model.CloudFrontOriginAccessIdentitySummary
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.cloudfront.model.ContentTypeProfile
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.cloudfront.model.ContentTypeProfileConfig
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.cloudfront.model.ContentTypeProfiles
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.cloudfront.model.CookieNames
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.cloudfront.model.CookiePreference
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.cloudfront.model.CreateCloudFrontOriginAccessIdentityRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.cloudfront.model.CreateCloudFrontOriginAccessIdentityResult
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.cloudfront.model.CreateDistributionRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.cloudfront.model.CreateDistributionResult
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.cloudfront.model.CreateDistributionWithTagsRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.cloudfront.model.CreateDistributionWithTagsResult
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.cloudfront.model.CreateFieldLevelEncryptionConfigRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.cloudfront.model.CreateFieldLevelEncryptionConfigResult
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.cloudfront.model.CreateFieldLevelEncryptionProfileRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.cloudfront.model.CreateFieldLevelEncryptionProfileResult
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.cloudfront.model.CreateInvalidationRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.cloudfront.model.CreateInvalidationResult
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.cloudfront.model.CreatePublicKeyRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.cloudfront.model.CreatePublicKeyResult
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.cloudfront.model.CreateStreamingDistributionRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.cloudfront.model.CreateStreamingDistributionResult
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.cloudfront.model.CreateStreamingDistributionWithTagsRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.cloudfront.model.CreateStreamingDistributionWithTagsResult
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.cloudfront.model.CustomErrorResponse
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.cloudfront.model.CustomErrorResponses
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.cloudfront.model.CustomHeaders
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.cloudfront.model.CustomOriginConfig
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.cloudfront.model.DefaultCacheBehavior
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.cloudfront.model.DeleteCloudFrontOriginAccessIdentityRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.cloudfront.model.DeleteCloudFrontOriginAccessIdentityResult
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.cloudfront.model.DeleteDistributionRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.cloudfront.model.DeleteDistributionResult
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.cloudfront.model.DeleteFieldLevelEncryptionConfigRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.cloudfront.model.DeleteFieldLevelEncryptionConfigResult
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.cloudfront.model.DeleteFieldLevelEncryptionProfileRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.cloudfront.model.DeleteFieldLevelEncryptionProfileResult
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.cloudfront.model.DeletePublicKeyRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.cloudfront.model.DeletePublicKeyResult
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.cloudfront.model.DeleteStreamingDistributionRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.cloudfront.model.DeleteStreamingDistributionResult
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.cloudfront.model.Distribution
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.cloudfront.model.DistributionConfig
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.cloudfront.model.DistributionConfigWithTags
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.cloudfront.model.DistributionList
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.cloudfront.model.DistributionSummary
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.cloudfront.model.EncryptionEntities
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.cloudfront.model.EncryptionEntity
Returns a string representation of this object.
toString() - Method in enum com.amazonaws.services.cloudfront.model.EventType
 
toString() - Method in class com.amazonaws.services.cloudfront.model.FieldLevelEncryption
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.cloudfront.model.FieldLevelEncryptionConfig
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.cloudfront.model.FieldLevelEncryptionList
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.cloudfront.model.FieldLevelEncryptionProfile
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.cloudfront.model.FieldLevelEncryptionProfileConfig
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.cloudfront.model.FieldLevelEncryptionProfileList
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.cloudfront.model.FieldLevelEncryptionProfileSummary
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.cloudfront.model.FieldLevelEncryptionSummary
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.cloudfront.model.FieldPatterns
Returns a string representation of this object.
toString() - Method in enum com.amazonaws.services.cloudfront.model.Format
 
toString() - Method in class com.amazonaws.services.cloudfront.model.ForwardedValues
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.cloudfront.model.GeoRestriction
Returns a string representation of this object.
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.
toString() - Method in class com.amazonaws.services.cloudfront.model.GetCloudFrontOriginAccessIdentityConfigResult
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.cloudfront.model.GetCloudFrontOriginAccessIdentityRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.cloudfront.model.GetCloudFrontOriginAccessIdentityResult
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.cloudfront.model.GetDistributionConfigRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.cloudfront.model.GetDistributionConfigResult
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.cloudfront.model.GetDistributionRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.cloudfront.model.GetDistributionResult
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.cloudfront.model.GetFieldLevelEncryptionConfigRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.cloudfront.model.GetFieldLevelEncryptionConfigResult
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.cloudfront.model.GetFieldLevelEncryptionProfileConfigRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.cloudfront.model.GetFieldLevelEncryptionProfileConfigResult
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.cloudfront.model.GetFieldLevelEncryptionProfileRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.cloudfront.model.GetFieldLevelEncryptionProfileResult
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.cloudfront.model.GetFieldLevelEncryptionRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.cloudfront.model.GetFieldLevelEncryptionResult
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.cloudfront.model.GetInvalidationRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.cloudfront.model.GetInvalidationResult
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.cloudfront.model.GetPublicKeyConfigRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.cloudfront.model.GetPublicKeyConfigResult
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.cloudfront.model.GetPublicKeyRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.cloudfront.model.GetPublicKeyResult
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.cloudfront.model.GetStreamingDistributionConfigRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.cloudfront.model.GetStreamingDistributionConfigResult
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.cloudfront.model.GetStreamingDistributionRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.cloudfront.model.GetStreamingDistributionResult
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.cloudfront.model.Headers
Returns a string representation of this object.
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.
toString() - Method in class com.amazonaws.services.cloudfront.model.InvalidationBatch
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.cloudfront.model.InvalidationList
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.cloudfront.model.InvalidationSummary
Returns a string representation of this object.
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.
toString() - Method in class com.amazonaws.services.cloudfront.model.LambdaFunctionAssociation
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.cloudfront.model.LambdaFunctionAssociations
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.cloudfront.model.ListCloudFrontOriginAccessIdentitiesRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.cloudfront.model.ListCloudFrontOriginAccessIdentitiesResult
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.cloudfront.model.ListDistributionsByWebACLIdRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.cloudfront.model.ListDistributionsByWebACLIdResult
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.cloudfront.model.ListDistributionsRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.cloudfront.model.ListDistributionsResult
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.cloudfront.model.ListFieldLevelEncryptionConfigsRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.cloudfront.model.ListFieldLevelEncryptionConfigsResult
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.cloudfront.model.ListFieldLevelEncryptionProfilesRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.cloudfront.model.ListFieldLevelEncryptionProfilesResult
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.cloudfront.model.ListInvalidationsRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.cloudfront.model.ListInvalidationsResult
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.cloudfront.model.ListPublicKeysRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.cloudfront.model.ListPublicKeysResult
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.cloudfront.model.ListStreamingDistributionsRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.cloudfront.model.ListStreamingDistributionsResult
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.cloudfront.model.ListTagsForResourceRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.cloudfront.model.ListTagsForResourceResult
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.cloudfront.model.LoggingConfig
Returns a string representation of this object.
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.
toString() - Method in class com.amazonaws.services.cloudfront.model.OriginCustomHeader
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.cloudfront.model.OriginGroup
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.cloudfront.model.OriginGroupFailoverCriteria
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.cloudfront.model.OriginGroupMember
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.cloudfront.model.OriginGroupMembers
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.cloudfront.model.OriginGroups
Returns a string representation of this object.
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.
toString() - Method in class com.amazonaws.services.cloudfront.model.OriginSslProtocols
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.cloudfront.model.Paths
Returns a string representation of this object.
toString() - Method in enum com.amazonaws.services.cloudfront.model.PriceClass
 
toString() - Method in class com.amazonaws.services.cloudfront.model.PublicKey
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.cloudfront.model.PublicKeyConfig
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.cloudfront.model.PublicKeyList
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.cloudfront.model.PublicKeySummary
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.cloudfront.model.QueryArgProfile
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.cloudfront.model.QueryArgProfileConfig
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.cloudfront.model.QueryArgProfiles
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.cloudfront.model.QueryStringCacheKeys
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.cloudfront.model.Restrictions
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.cloudfront.model.S3Origin
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.cloudfront.model.S3OriginConfig
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.cloudfront.model.Signer
Returns a string representation of this object.
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.StatusCodes
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.cloudfront.model.StreamingDistribution
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.cloudfront.model.StreamingDistributionConfig
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.cloudfront.model.StreamingDistributionConfigWithTags
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.cloudfront.model.StreamingDistributionList
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.cloudfront.model.StreamingDistributionSummary
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.cloudfront.model.StreamingLoggingConfig
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.cloudfront.model.Tag
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.cloudfront.model.TagKeys
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.cloudfront.model.TagResourceRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.cloudfront.model.TagResourceResult
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.cloudfront.model.Tags
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.cloudfront.model.TrustedSigners
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.cloudfront.model.UntagResourceRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.cloudfront.model.UntagResourceResult
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.cloudfront.model.UpdateCloudFrontOriginAccessIdentityRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.cloudfront.model.UpdateCloudFrontOriginAccessIdentityResult
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.cloudfront.model.UpdateDistributionRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.cloudfront.model.UpdateDistributionResult
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.cloudfront.model.UpdateFieldLevelEncryptionConfigRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.cloudfront.model.UpdateFieldLevelEncryptionConfigResult
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.cloudfront.model.UpdateFieldLevelEncryptionProfileRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.cloudfront.model.UpdateFieldLevelEncryptionProfileResult
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.cloudfront.model.UpdatePublicKeyRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.cloudfront.model.UpdatePublicKeyResult
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.cloudfront.model.UpdateStreamingDistributionRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.cloudfront.model.UpdateStreamingDistributionResult
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.cloudfront.model.ViewerCertificate
Returns a string representation of this object.
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 don't 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
 
updateFieldLevelEncryptionConfig(UpdateFieldLevelEncryptionConfigRequest) - Method in class com.amazonaws.services.cloudfront.AbstractAmazonCloudFront
 
updateFieldLevelEncryptionConfig(UpdateFieldLevelEncryptionConfigRequest) - Method in interface com.amazonaws.services.cloudfront.AmazonCloudFront
Update a field-level encryption configuration.
updateFieldLevelEncryptionConfig(UpdateFieldLevelEncryptionConfigRequest) - Method in class com.amazonaws.services.cloudfront.AmazonCloudFrontClient
Update a field-level encryption configuration.
updateFieldLevelEncryptionConfigAsync(UpdateFieldLevelEncryptionConfigRequest) - Method in class com.amazonaws.services.cloudfront.AbstractAmazonCloudFrontAsync
 
updateFieldLevelEncryptionConfigAsync(UpdateFieldLevelEncryptionConfigRequest, AsyncHandler<UpdateFieldLevelEncryptionConfigRequest, UpdateFieldLevelEncryptionConfigResult>) - Method in class com.amazonaws.services.cloudfront.AbstractAmazonCloudFrontAsync
 
updateFieldLevelEncryptionConfigAsync(UpdateFieldLevelEncryptionConfigRequest) - Method in interface com.amazonaws.services.cloudfront.AmazonCloudFrontAsync
Update a field-level encryption configuration.
updateFieldLevelEncryptionConfigAsync(UpdateFieldLevelEncryptionConfigRequest, AsyncHandler<UpdateFieldLevelEncryptionConfigRequest, UpdateFieldLevelEncryptionConfigResult>) - Method in interface com.amazonaws.services.cloudfront.AmazonCloudFrontAsync
Update a field-level encryption configuration.
updateFieldLevelEncryptionConfigAsync(UpdateFieldLevelEncryptionConfigRequest) - Method in class com.amazonaws.services.cloudfront.AmazonCloudFrontAsyncClient
 
updateFieldLevelEncryptionConfigAsync(UpdateFieldLevelEncryptionConfigRequest, AsyncHandler<UpdateFieldLevelEncryptionConfigRequest, UpdateFieldLevelEncryptionConfigResult>) - Method in class com.amazonaws.services.cloudfront.AmazonCloudFrontAsyncClient
 
UpdateFieldLevelEncryptionConfigRequest - Class in com.amazonaws.services.cloudfront.model
 
UpdateFieldLevelEncryptionConfigRequest() - Constructor for class com.amazonaws.services.cloudfront.model.UpdateFieldLevelEncryptionConfigRequest
 
UpdateFieldLevelEncryptionConfigResult - Class in com.amazonaws.services.cloudfront.model
 
UpdateFieldLevelEncryptionConfigResult() - Constructor for class com.amazonaws.services.cloudfront.model.UpdateFieldLevelEncryptionConfigResult
 
updateFieldLevelEncryptionProfile(UpdateFieldLevelEncryptionProfileRequest) - Method in class com.amazonaws.services.cloudfront.AbstractAmazonCloudFront
 
updateFieldLevelEncryptionProfile(UpdateFieldLevelEncryptionProfileRequest) - Method in interface com.amazonaws.services.cloudfront.AmazonCloudFront
Update a field-level encryption profile.
updateFieldLevelEncryptionProfile(UpdateFieldLevelEncryptionProfileRequest) - Method in class com.amazonaws.services.cloudfront.AmazonCloudFrontClient
Update a field-level encryption profile.
updateFieldLevelEncryptionProfileAsync(UpdateFieldLevelEncryptionProfileRequest) - Method in class com.amazonaws.services.cloudfront.AbstractAmazonCloudFrontAsync
 
updateFieldLevelEncryptionProfileAsync(UpdateFieldLevelEncryptionProfileRequest, AsyncHandler<UpdateFieldLevelEncryptionProfileRequest, UpdateFieldLevelEncryptionProfileResult>) - Method in class com.amazonaws.services.cloudfront.AbstractAmazonCloudFrontAsync
 
updateFieldLevelEncryptionProfileAsync(UpdateFieldLevelEncryptionProfileRequest) - Method in interface com.amazonaws.services.cloudfront.AmazonCloudFrontAsync
Update a field-level encryption profile.
updateFieldLevelEncryptionProfileAsync(UpdateFieldLevelEncryptionProfileRequest, AsyncHandler<UpdateFieldLevelEncryptionProfileRequest, UpdateFieldLevelEncryptionProfileResult>) - Method in interface com.amazonaws.services.cloudfront.AmazonCloudFrontAsync
Update a field-level encryption profile.
updateFieldLevelEncryptionProfileAsync(UpdateFieldLevelEncryptionProfileRequest) - Method in class com.amazonaws.services.cloudfront.AmazonCloudFrontAsyncClient
 
updateFieldLevelEncryptionProfileAsync(UpdateFieldLevelEncryptionProfileRequest, AsyncHandler<UpdateFieldLevelEncryptionProfileRequest, UpdateFieldLevelEncryptionProfileResult>) - Method in class com.amazonaws.services.cloudfront.AmazonCloudFrontAsyncClient
 
UpdateFieldLevelEncryptionProfileRequest - Class in com.amazonaws.services.cloudfront.model
 
UpdateFieldLevelEncryptionProfileRequest() - Constructor for class com.amazonaws.services.cloudfront.model.UpdateFieldLevelEncryptionProfileRequest
 
UpdateFieldLevelEncryptionProfileResult - Class in com.amazonaws.services.cloudfront.model
 
UpdateFieldLevelEncryptionProfileResult() - Constructor for class com.amazonaws.services.cloudfront.model.UpdateFieldLevelEncryptionProfileResult
 
updatePublicKey(UpdatePublicKeyRequest) - Method in class com.amazonaws.services.cloudfront.AbstractAmazonCloudFront
 
updatePublicKey(UpdatePublicKeyRequest) - Method in interface com.amazonaws.services.cloudfront.AmazonCloudFront
Update public key information.
updatePublicKey(UpdatePublicKeyRequest) - Method in class com.amazonaws.services.cloudfront.AmazonCloudFrontClient
Update public key information.
updatePublicKeyAsync(UpdatePublicKeyRequest) - Method in class com.amazonaws.services.cloudfront.AbstractAmazonCloudFrontAsync
 
updatePublicKeyAsync(UpdatePublicKeyRequest, AsyncHandler<UpdatePublicKeyRequest, UpdatePublicKeyResult>) - Method in class com.amazonaws.services.cloudfront.AbstractAmazonCloudFrontAsync
 
updatePublicKeyAsync(UpdatePublicKeyRequest) - Method in interface com.amazonaws.services.cloudfront.AmazonCloudFrontAsync
Update public key information.
updatePublicKeyAsync(UpdatePublicKeyRequest, AsyncHandler<UpdatePublicKeyRequest, UpdatePublicKeyResult>) - Method in interface com.amazonaws.services.cloudfront.AmazonCloudFrontAsync
Update public key information.
updatePublicKeyAsync(UpdatePublicKeyRequest) - Method in class com.amazonaws.services.cloudfront.AmazonCloudFrontAsyncClient
 
updatePublicKeyAsync(UpdatePublicKeyRequest, AsyncHandler<UpdatePublicKeyRequest, UpdatePublicKeyResult>) - Method in class com.amazonaws.services.cloudfront.AmazonCloudFrontAsyncClient
 
UpdatePublicKeyRequest - Class in com.amazonaws.services.cloudfront.model
 
UpdatePublicKeyRequest() - Constructor for class com.amazonaws.services.cloudfront.model.UpdatePublicKeyRequest
 
UpdatePublicKeyResult - Class in com.amazonaws.services.cloudfront.model
 
UpdatePublicKeyResult() - Constructor for class com.amazonaws.services.cloudfront.model.UpdatePublicKeyResult
 
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.Format
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.Format
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
For information about how and when to use ACMCertificateArn, see 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
The ARN (Amazon Resource Name) for the distribution.
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 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.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.FieldLevelEncryptionConfig
A unique number that ensures the request can't be replayed.
withCallerReference(String) - Method in class com.amazonaws.services.cloudfront.model.FieldLevelEncryptionProfileConfig
A unique number 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.PublicKeyConfig
A unique number that ensures that the request can't be replayed.
withCallerReference(String) - Method in class com.amazonaws.services.cloudfront.model.StreamingDistributionConfig
A unique value (for example, a date-time stamp) 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
For information about how and when to use CloudFrontDefaultCertificate, see 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.FieldLevelEncryptionConfig
An optional comment about the configuration.
withComment(String) - Method in class com.amazonaws.services.cloudfront.model.FieldLevelEncryptionProfileConfig
An optional comment for the field-level encryption profile.
withComment(String) - Method in class com.amazonaws.services.cloudfront.model.FieldLevelEncryptionProfileSummary
An optional comment for the field-level encryption profile summary.
withComment(String) - Method in class com.amazonaws.services.cloudfront.model.FieldLevelEncryptionSummary
An optional comment about the field-level encryption item.
withComment(String) - Method in class com.amazonaws.services.cloudfront.model.PublicKeyConfig
An optional comment about a public key.
withComment(String) - Method in class com.amazonaws.services.cloudfront.model.PublicKeySummary
Comment for public key information summary.
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.
withContentType(String) - Method in class com.amazonaws.services.cloudfront.model.ContentTypeProfile
The content type for a field-level encryption content type-profile mapping.
withContentTypeProfileConfig(ContentTypeProfileConfig) - Method in class com.amazonaws.services.cloudfront.model.FieldLevelEncryptionConfig
A complex data type that specifies when to forward content if a content type isn't recognized and profiles to use as by default in a request if a query argument doesn't specify a profile to use.
withContentTypeProfileConfig(ContentTypeProfileConfig) - Method in class com.amazonaws.services.cloudfront.model.FieldLevelEncryptionSummary
A summary of a content type-profile mapping.
withContentTypeProfiles(ContentTypeProfiles) - Method in class com.amazonaws.services.cloudfront.model.ContentTypeProfileConfig
The configuration for a field-level encryption content type-profile.
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.
withCreatedTime(Date) - Method in class com.amazonaws.services.cloudfront.model.PublicKey
A time you added a public key to CloudFront.
withCreatedTime(Date) - Method in class com.amazonaws.services.cloudfront.model.PublicKeySummary
Creation time for public key information summary.
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
The time that an invalidation request was created.
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 don't 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 don't 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, for example, d111111abcdef8.cloudfront.net.
withDomainName(String) - Method in class com.amazonaws.services.cloudfront.model.DistributionSummary
The domain name that corresponds to the distribution, for example, d111111abcdef8.cloudfront.net.
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, for example, s5c39gqb8ow64r.cloudfront.net.
withDomainName(String) - Method in class com.amazonaws.services.cloudfront.model.StreamingDistributionSummary
The domain name corresponding to the distribution, for example, d111111abcdef8.cloudfront.net.
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.
withEncodedKey(String) - Method in class com.amazonaws.services.cloudfront.model.PublicKeyConfig
The encoded public key that you want to add to CloudFront to use with features like field-level encryption.
withEncodedKey(String) - Method in class com.amazonaws.services.cloudfront.model.PublicKeySummary
Encoded key for public key information summary.
withEncryptionEntities(EncryptionEntities) - Method in class com.amazonaws.services.cloudfront.model.FieldLevelEncryptionProfileConfig
A complex data type of encryption entities for the field-level encryption profile that include the public key ID, provider, and field patterns for specifying which fields to encrypt with this key.
withEncryptionEntities(EncryptionEntities) - Method in class com.amazonaws.services.cloudfront.model.FieldLevelEncryptionProfileSummary
A complex data type of encryption entities for the field-level encryption profile that include the public key ID, provider, and field patterns for specifying which fields to encrypt with this key.
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.CreateFieldLevelEncryptionConfigResult
The current version of the field level encryption configuration.
withETag(String) - Method in class com.amazonaws.services.cloudfront.model.CreateFieldLevelEncryptionProfileResult
The current version of the field level encryption profile.
withETag(String) - Method in class com.amazonaws.services.cloudfront.model.CreatePublicKeyResult
The current version of the public key.
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
The current version of the distribution created.
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.GetFieldLevelEncryptionConfigResult
The current version of the field level encryption configuration.
withETag(String) - Method in class com.amazonaws.services.cloudfront.model.GetFieldLevelEncryptionProfileConfigResult
The current version of the field-level encryption profile configuration result.
withETag(String) - Method in class com.amazonaws.services.cloudfront.model.GetFieldLevelEncryptionProfileResult
The current version of the field level encryption profile.
withETag(String) - Method in class com.amazonaws.services.cloudfront.model.GetFieldLevelEncryptionResult
The current version of the field level encryption configuration.
withETag(String) - Method in class com.amazonaws.services.cloudfront.model.GetPublicKeyConfigResult
The current version of the public key configuration.
withETag(String) - Method in class com.amazonaws.services.cloudfront.model.GetPublicKeyResult
The current version of the public key.
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.UpdateFieldLevelEncryptionConfigResult
The value of the ETag header that you received when updating the configuration.
withETag(String) - Method in class com.amazonaws.services.cloudfront.model.UpdateFieldLevelEncryptionProfileResult
The result of the field-level encryption profile request.
withETag(String) - Method in class com.amazonaws.services.cloudfront.model.UpdatePublicKeyResult
The current version of the update public key result.
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.
withFailoverCriteria(OriginGroupFailoverCriteria) - Method in class com.amazonaws.services.cloudfront.model.OriginGroup
A complex type that contains information about the failover criteria for an origin group.
withFieldLevelEncryption(FieldLevelEncryption) - Method in class com.amazonaws.services.cloudfront.model.CreateFieldLevelEncryptionConfigResult
Returned when you create a new field-level encryption configuration.
withFieldLevelEncryption(FieldLevelEncryption) - Method in class com.amazonaws.services.cloudfront.model.GetFieldLevelEncryptionResult
Return the field-level encryption configuration information.
withFieldLevelEncryption(FieldLevelEncryption) - Method in class com.amazonaws.services.cloudfront.model.UpdateFieldLevelEncryptionConfigResult
Return the results of updating the configuration.
withFieldLevelEncryptionConfig(FieldLevelEncryptionConfig) - Method in class com.amazonaws.services.cloudfront.model.CreateFieldLevelEncryptionConfigRequest
The request to create a new field-level encryption configuration.
withFieldLevelEncryptionConfig(FieldLevelEncryptionConfig) - Method in class com.amazonaws.services.cloudfront.model.FieldLevelEncryption
A complex data type that includes the profile configurations specified for field-level encryption.
withFieldLevelEncryptionConfig(FieldLevelEncryptionConfig) - Method in class com.amazonaws.services.cloudfront.model.GetFieldLevelEncryptionConfigResult
Return the field-level encryption configuration information.
withFieldLevelEncryptionConfig(FieldLevelEncryptionConfig) - Method in class com.amazonaws.services.cloudfront.model.UpdateFieldLevelEncryptionConfigRequest
Request to update a field-level encryption configuration.
withFieldLevelEncryptionId(String) - Method in class com.amazonaws.services.cloudfront.model.CacheBehavior
The value of ID for the field-level encryption configuration that you want CloudFront to use for encrypting specific fields of data for a cache behavior or for the default cache behavior in your distribution.
withFieldLevelEncryptionId(String) - Method in class com.amazonaws.services.cloudfront.model.DefaultCacheBehavior
The value of ID for the field-level encryption configuration that you want CloudFront to use for encrypting specific fields of data for a cache behavior or for the default cache behavior in your distribution.
withFieldLevelEncryptionList(FieldLevelEncryptionList) - Method in class com.amazonaws.services.cloudfront.model.ListFieldLevelEncryptionConfigsResult
Returns a list of all field-level encryption configurations that have been created in CloudFront for this account.
withFieldLevelEncryptionProfile(FieldLevelEncryptionProfile) - Method in class com.amazonaws.services.cloudfront.model.CreateFieldLevelEncryptionProfileResult
Returned when you create a new field-level encryption profile.
withFieldLevelEncryptionProfile(FieldLevelEncryptionProfile) - Method in class com.amazonaws.services.cloudfront.model.GetFieldLevelEncryptionProfileResult
Return the field-level encryption profile information.
withFieldLevelEncryptionProfile(FieldLevelEncryptionProfile) - Method in class com.amazonaws.services.cloudfront.model.UpdateFieldLevelEncryptionProfileResult
Return the results of updating the profile.
withFieldLevelEncryptionProfileConfig(FieldLevelEncryptionProfileConfig) - Method in class com.amazonaws.services.cloudfront.model.CreateFieldLevelEncryptionProfileRequest
The request to create a field-level encryption profile.
withFieldLevelEncryptionProfileConfig(FieldLevelEncryptionProfileConfig) - Method in class com.amazonaws.services.cloudfront.model.FieldLevelEncryptionProfile
A complex data type that includes the profile name and the encryption entities for the field-level encryption profile.
withFieldLevelEncryptionProfileConfig(FieldLevelEncryptionProfileConfig) - Method in class com.amazonaws.services.cloudfront.model.GetFieldLevelEncryptionProfileConfigResult
Return the field-level encryption profile configuration information.
withFieldLevelEncryptionProfileConfig(FieldLevelEncryptionProfileConfig) - Method in class com.amazonaws.services.cloudfront.model.UpdateFieldLevelEncryptionProfileRequest
Request to update a field-level encryption profile.
withFieldLevelEncryptionProfileList(FieldLevelEncryptionProfileList) - Method in class com.amazonaws.services.cloudfront.model.ListFieldLevelEncryptionProfilesResult
Returns a list of the field-level encryption profiles that have been created in CloudFront for this account.
withFieldPatterns(FieldPatterns) - Method in class com.amazonaws.services.cloudfront.model.EncryptionEntity
Field patterns in a field-level encryption content type profile specify the fields that you want to be encrypted.
withFormat(String) - Method in class com.amazonaws.services.cloudfront.model.ContentTypeProfile
The format for a field-level encryption content type-profile mapping.
withFormat(Format) - Method in class com.amazonaws.services.cloudfront.model.ContentTypeProfile
The format for a field-level encryption content type-profile mapping.
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.
withForwardWhenContentTypeIsUnknown(Boolean) - Method in class com.amazonaws.services.cloudfront.model.ContentTypeProfileConfig
The setting in a field-level encryption content type-profile mapping that specifies what to do when an unknown content type is provided for the profile.
withForwardWhenQueryArgProfileIsUnknown(Boolean) - Method in class com.amazonaws.services.cloudfront.model.QueryArgProfileConfig
Flag to set if you want a request to be forwarded to the origin even if the profile specified by the field-level encryption query argument, fle-profile, is unknown.
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 base caching on 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
For information about how and when to use IAMCertificateId, see ViewerCertificate.
withId(String) - Method in class com.amazonaws.services.cloudfront.model.CloudFrontOriginAccessIdentity
The ID for the origin access identity, for example, E74FTE3AJFJ256A.
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.DeleteFieldLevelEncryptionConfigRequest
The ID of the configuration you want to delete from CloudFront.
withId(String) - Method in class com.amazonaws.services.cloudfront.model.DeleteFieldLevelEncryptionProfileRequest
Request the ID of the profile you want to delete from CloudFront.
withId(String) - Method in class com.amazonaws.services.cloudfront.model.DeletePublicKeyRequest
The ID of the public key you want to remove from CloudFront.
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.FieldLevelEncryption
The configuration ID for a field-level encryption configuration which includes a set of profiles that specify certain selected data fields to be encrypted by specific public keys.
withId(String) - Method in class com.amazonaws.services.cloudfront.model.FieldLevelEncryptionProfile
The ID for a field-level encryption profile configuration which includes a set of profiles that specify certain selected data fields to be encrypted by specific public keys.
withId(String) - Method in class com.amazonaws.services.cloudfront.model.FieldLevelEncryptionProfileSummary
ID for the field-level encryption profile summary.
withId(String) - Method in class com.amazonaws.services.cloudfront.model.FieldLevelEncryptionSummary
The unique ID of a field-level encryption item.
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.GetFieldLevelEncryptionConfigRequest
Request the ID for the field-level encryption configuration information.
withId(String) - Method in class com.amazonaws.services.cloudfront.model.GetFieldLevelEncryptionProfileConfigRequest
Get the ID for the field-level encryption profile configuration information.
withId(String) - Method in class com.amazonaws.services.cloudfront.model.GetFieldLevelEncryptionProfileRequest
Get the ID for the field-level encryption profile information.
withId(String) - Method in class com.amazonaws.services.cloudfront.model.GetFieldLevelEncryptionRequest
Request the ID for the field-level encryption configuration information.
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.GetPublicKeyConfigRequest
Request the ID for the public key configuration.
withId(String) - Method in class com.amazonaws.services.cloudfront.model.GetPublicKeyRequest
Request the ID for the public key.
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 or origin group.
withId(String) - Method in class com.amazonaws.services.cloudfront.model.OriginGroup
The origin group's ID.
withId(String) - Method in class com.amazonaws.services.cloudfront.model.PublicKey
A unique ID assigned to a public key you've added to CloudFront.
withId(String) - Method in class com.amazonaws.services.cloudfront.model.PublicKeySummary
ID for public key information summary.
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, for example, EDFDVBD632BHDS5.
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.UpdateFieldLevelEncryptionConfigRequest
The ID of the configuration you want to update.
withId(String) - Method in class com.amazonaws.services.cloudfront.model.UpdateFieldLevelEncryptionProfileRequest
The ID of the field-level encryption profile request.
withId(String) - Method in class com.amazonaws.services.cloudfront.model.UpdatePublicKeyRequest
ID of the public key to be updated.
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.DeleteFieldLevelEncryptionConfigRequest
The value of the ETag header that you received when retrieving the configuration identity to delete.
withIfMatch(String) - Method in class com.amazonaws.services.cloudfront.model.DeleteFieldLevelEncryptionProfileRequest
The value of the ETag header that you received when retrieving the profile to delete.
withIfMatch(String) - Method in class com.amazonaws.services.cloudfront.model.DeletePublicKeyRequest
The value of the ETag header that you received when retrieving the public key identity to delete.
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.UpdateFieldLevelEncryptionConfigRequest
The value of the ETag header that you received when retrieving the configuration identity to update.
withIfMatch(String) - Method in class com.amazonaws.services.cloudfront.model.UpdateFieldLevelEncryptionProfileRequest
The value of the ETag header that you received when retrieving the profile identity to update.
withIfMatch(String) - Method in class com.amazonaws.services.cloudfront.model.UpdatePublicKeyRequest
The value of the ETag header that you received when retrieving the public key to update.
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.
withIncludeBody(Boolean) - Method in class com.amazonaws.services.cloudfront.model.LambdaFunctionAssociation
A flag that allows a Lambda function to have read access to the body content.
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(ContentTypeProfile...) - Method in class com.amazonaws.services.cloudfront.model.ContentTypeProfiles
Items in a field-level encryption content type-profile mapping.
withItems(Collection<ContentTypeProfile>) - Method in class com.amazonaws.services.cloudfront.model.ContentTypeProfiles
Items in a field-level encryption content type-profile mapping.
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(EncryptionEntity...) - Method in class com.amazonaws.services.cloudfront.model.EncryptionEntities
An array of field patterns in a field-level encryption content type-profile mapping.
withItems(Collection<EncryptionEntity>) - Method in class com.amazonaws.services.cloudfront.model.EncryptionEntities
An array of field patterns in a field-level encryption content type-profile mapping.
withItems(FieldLevelEncryptionSummary...) - Method in class com.amazonaws.services.cloudfront.model.FieldLevelEncryptionList
An array of field-level encryption items.
withItems(Collection<FieldLevelEncryptionSummary>) - Method in class com.amazonaws.services.cloudfront.model.FieldLevelEncryptionList
An array of field-level encryption items.
withItems(FieldLevelEncryptionProfileSummary...) - Method in class com.amazonaws.services.cloudfront.model.FieldLevelEncryptionProfileList
The field-level encryption profile items.
withItems(Collection<FieldLevelEncryptionProfileSummary>) - Method in class com.amazonaws.services.cloudfront.model.FieldLevelEncryptionProfileList
The field-level encryption profile items.
withItems(String...) - Method in class com.amazonaws.services.cloudfront.model.FieldPatterns
An array of the field-level encryption field patterns.
withItems(Collection<String>) - Method in class com.amazonaws.services.cloudfront.model.FieldPatterns
An array of the field-level encryption field patterns.
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 list that contains one Name element for each header that you want CloudFront to use for caching in this cache behavior.
withItems(Collection<String>) - Method in class com.amazonaws.services.cloudfront.model.Headers
A list that contains one Name element for each header that you want CloudFront to use for caching in 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(OriginGroupMember...) - Method in class com.amazonaws.services.cloudfront.model.OriginGroupMembers
Items (origins) in an origin group.
withItems(Collection<OriginGroupMember>) - Method in class com.amazonaws.services.cloudfront.model.OriginGroupMembers
Items (origins) in an origin group.
withItems(OriginGroup...) - Method in class com.amazonaws.services.cloudfront.model.OriginGroups
The items (origin groups) in a distribution.
withItems(Collection<OriginGroup>) - Method in class com.amazonaws.services.cloudfront.model.OriginGroups
The items (origin groups) in a distribution.
withItems(Origin...) - Method in class com.amazonaws.services.cloudfront.model.Origins
A complex type that contains origins or origin groups for this distribution.
withItems(Collection<Origin>) - Method in class com.amazonaws.services.cloudfront.model.Origins
A complex type that contains origins or origin groups 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(PublicKeySummary...) - Method in class com.amazonaws.services.cloudfront.model.PublicKeyList
An array of information about a public key you add to CloudFront to use with features like field-level encryption.
withItems(Collection<PublicKeySummary>) - Method in class com.amazonaws.services.cloudfront.model.PublicKeyList
An array of information about a public key you add to CloudFront to use with features like field-level encryption.
withItems(QueryArgProfile...) - Method in class com.amazonaws.services.cloudfront.model.QueryArgProfiles
Number of items for query argument-profile mapping for field-level encryption.
withItems(Collection<QueryArgProfile>) - Method in class com.amazonaws.services.cloudfront.model.QueryArgProfiles
Number of items for query argument-profile mapping for field-level encryption.
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(Integer...) - Method in class com.amazonaws.services.cloudfront.model.StatusCodes
The items (status codes) for an origin group.
withItems(Collection<Integer>) - Method in class com.amazonaws.services.cloudfront.model.StatusCodes
The items (status codes) for an origin group.
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.FieldLevelEncryption
The last time the field-level encryption configuration was changed.
withLastModifiedTime(Date) - Method in class com.amazonaws.services.cloudfront.model.FieldLevelEncryptionProfile
The last time the field-level encryption profile was updated.
withLastModifiedTime(Date) - Method in class com.amazonaws.services.cloudfront.model.FieldLevelEncryptionProfileSummary
The time when the the field-level encryption profile summary was last updated.
withLastModifiedTime(Date) - Method in class com.amazonaws.services.cloudfront.model.FieldLevelEncryptionSummary
The last time that the summary of field-level encryption items was 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.CreateFieldLevelEncryptionConfigResult
The fully qualified URI of the new configuration resource just created.
withLocation(String) - Method in class com.amazonaws.services.cloudfront.model.CreateFieldLevelEncryptionProfileResult
The fully qualified URI of the new profile 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.CreatePublicKeyResult
The fully qualified URI of the new public key resource just created.
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.ListFieldLevelEncryptionConfigsRequest
Use this when paginating results to indicate where to begin in your list of configurations.
withMarker(String) - Method in class com.amazonaws.services.cloudfront.model.ListFieldLevelEncryptionProfilesRequest
Use this when paginating results to indicate where to begin in your list of profiles.
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.ListPublicKeysRequest
Use this when paginating results to indicate where to begin in your list of public keys.
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.FieldLevelEncryptionList
The maximum number of elements you want in the response body.
withMaxItems(Integer) - Method in class com.amazonaws.services.cloudfront.model.FieldLevelEncryptionProfileList
The maximum number of field-level encryption profiles you want in the response body.
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.ListFieldLevelEncryptionConfigsRequest
The maximum number of field-level encryption configurations you want in the response body.
withMaxItems(String) - Method in class com.amazonaws.services.cloudfront.model.ListFieldLevelEncryptionProfilesRequest
The maximum number of field-level encryption profiles 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.ListPublicKeysRequest
The maximum number of public keys 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.PublicKeyList
The maximum number of public keys you want in the response body.
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
 
withMembers(OriginGroupMembers) - Method in class com.amazonaws.services.cloudfront.model.OriginGroup
A complex type that contains information about the origins in an origin group.
withMinimumProtocolVersion(String) - Method in class com.amazonaws.services.cloudfront.model.ViewerCertificate
Specify the security policy that you want CloudFront to use for HTTPS connections.
withMinimumProtocolVersion(MinimumProtocolVersion) - Method in class com.amazonaws.services.cloudfront.model.ViewerCertificate
Specify the security policy that you want CloudFront to use for HTTPS connections.
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.
withName(String) - Method in class com.amazonaws.services.cloudfront.model.FieldLevelEncryptionProfileConfig
Profile name for the field-level encryption profile.
withName(String) - Method in class com.amazonaws.services.cloudfront.model.FieldLevelEncryptionProfileSummary
Name for the field-level encryption profile summary.
withName(String) - Method in class com.amazonaws.services.cloudfront.model.PublicKeyConfig
The name for a public key you add to CloudFront to use with features like field-level encryption.
withName(String) - Method in class com.amazonaws.services.cloudfront.model.PublicKeySummary
Name for public key information summary.
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.FieldLevelEncryptionList
If there are more elements to be listed, this element is present and contains the value that you can use for the Marker request parameter to continue listing your configurations where you left off.
withNextMarker(String) - Method in class com.amazonaws.services.cloudfront.model.FieldLevelEncryptionProfileList
If there are more elements to be listed, this element is present and contains the value that you can use for the Marker request parameter to continue listing your profiles where you 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.PublicKeyList
If there are more elements to be listed, this element is present and contains the value that you can use for the Marker request parameter to continue listing your public keys where you 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.
withOriginGroups(OriginGroups) - Method in class com.amazonaws.services.cloudfront.model.DistributionConfig
A complex type that contains information about origin groups for this distribution.
withOriginGroups(OriginGroups) - Method in class com.amazonaws.services.cloudfront.model.DistributionSummary
A complex type that contains information about origin groups for this distribution.
withOriginId(String) - Method in class com.amazonaws.services.cloudfront.model.OriginGroupMember
The ID for an origin in an origin group.
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
A complex type that contains information about price class for this streaming distribution.
withPriceClass(PriceClass) - Method in class com.amazonaws.services.cloudfront.model.DistributionSummary
A complex type that contains information about price class for this streaming distribution.
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

withProfileId(String) - Method in class com.amazonaws.services.cloudfront.model.ContentTypeProfile
The profile ID for a field-level encryption content type-profile mapping.
withProfileId(String) - Method in class com.amazonaws.services.cloudfront.model.QueryArgProfile
ID of profile to use for field-level encryption query argument-profile mapping
withProviderId(String) - Method in class com.amazonaws.services.cloudfront.model.EncryptionEntity
The provider associated with the public key being used for encryption.
withPublicKey(PublicKey) - Method in class com.amazonaws.services.cloudfront.model.CreatePublicKeyResult
Returned when you add a public key.
withPublicKey(PublicKey) - Method in class com.amazonaws.services.cloudfront.model.GetPublicKeyResult
Return the public key.
withPublicKey(PublicKey) - Method in class com.amazonaws.services.cloudfront.model.UpdatePublicKeyResult
Return the results of updating the public key.
withPublicKeyConfig(PublicKeyConfig) - Method in class com.amazonaws.services.cloudfront.model.CreatePublicKeyRequest
The request to add a public key to CloudFront.
withPublicKeyConfig(PublicKeyConfig) - Method in class com.amazonaws.services.cloudfront.model.GetPublicKeyConfigResult
Return the result for the public key configuration.
withPublicKeyConfig(PublicKeyConfig) - Method in class com.amazonaws.services.cloudfront.model.PublicKey
A complex data type for a public key you add to CloudFront to use with features like field-level encryption.
withPublicKeyConfig(PublicKeyConfig) - Method in class com.amazonaws.services.cloudfront.model.UpdatePublicKeyRequest
Request to update public key information.
withPublicKeyId(String) - Method in class com.amazonaws.services.cloudfront.model.EncryptionEntity
The public key associated with a set of field-level encryption patterns, to be used when encrypting the fields that match the patterns.
withPublicKeyList(PublicKeyList) - Method in class com.amazonaws.services.cloudfront.model.ListPublicKeysResult
Returns a list of all public keys that have been added to CloudFront for this account.
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.ContentTypeProfiles
The number of field-level encryption content type-profile mappings.
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.EncryptionEntities
Number of field pattern items in a field-level encryption content type-profile mapping.
withQuantity(Integer) - Method in class com.amazonaws.services.cloudfront.model.FieldLevelEncryptionList
The number of field-level encryption items.
withQuantity(Integer) - Method in class com.amazonaws.services.cloudfront.model.FieldLevelEncryptionProfileList
The number of field-level encryption profiles.
withQuantity(Integer) - Method in class com.amazonaws.services.cloudfront.model.FieldPatterns
The number of field-level encryption field patterns.
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 base caching on 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.OriginGroupMembers
The number of origins in an origin group.
withQuantity(Integer) - Method in class com.amazonaws.services.cloudfront.model.OriginGroups
The number of origin groups.
withQuantity(Integer) - Method in class com.amazonaws.services.cloudfront.model.Origins
The number of origins or origin groups 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.PublicKeyList
The number of public keys you added to CloudFront to use with features like field-level encryption.
withQuantity(Integer) - Method in class com.amazonaws.services.cloudfront.model.QueryArgProfiles
Number of profiles for query argument-profile mapping for field-level encryption.
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.StatusCodes
The number of status codes.
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.
withQueryArg(String) - Method in class com.amazonaws.services.cloudfront.model.QueryArgProfile
Query argument for field-level encryption query argument-profile mapping.
withQueryArgProfileConfig(QueryArgProfileConfig) - Method in class com.amazonaws.services.cloudfront.model.FieldLevelEncryptionConfig
A complex data type that specifies when to forward content if a profile isn't found and the profile that can be provided as a query argument in a request.
withQueryArgProfileConfig(QueryArgProfileConfig) - Method in class com.amazonaws.services.cloudfront.model.FieldLevelEncryptionSummary
A summary of a query argument-profile mapping.
withQueryArgProfiles(QueryArgProfiles) - Method in class com.amazonaws.services.cloudfront.model.QueryArgProfileConfig
Profiles specified for query argument-profile mapping for field-level encryption.
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 ViewerCertificate$ACMCertificateArn or for ViewerCertificate$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 ViewerCertificate$ACMCertificateArn or for ViewerCertificate$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.
withStatusCodes(StatusCodes) - Method in class com.amazonaws.services.cloudfront.model.OriginGroupFailoverCriteria
The status codes that, when returned from the primary origin, will trigger CloudFront to failover to the second origin.
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 in your distribution.
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 in your distribution.
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 © 2019. All rights reserved.