Uses of Class
com.amazonaws.services.cloudfront.model.Origin
-
Packages that use Origin Package Description com.amazonaws.services.cloudfront.model -
-
Uses of Origin in com.amazonaws.services.cloudfront.model
Methods in com.amazonaws.services.cloudfront.model that return Origin Modifier and Type Method Description OriginOrigin. clone()OriginOrigin. withCustomHeaders(CustomHeaders customHeaders)A complex type that contains information about the custom headers associated with this Origin.OriginOrigin. withCustomOriginConfig(CustomOriginConfig customOriginConfig)A complex type that contains information about a custom origin.OriginOrigin. withDomainName(String domainName)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.OriginOrigin. withId(String id)A unique identifier for the origin.OriginOrigin. withOriginPath(String originPath)An optional element that causes CloudFront to request your content from a directory in your Amazon S3 bucket or your custom origin.OriginOrigin. withS3OriginConfig(S3OriginConfig s3OriginConfig)A complex type that contains information about the Amazon S3 origin.Methods in com.amazonaws.services.cloudfront.model that return types with arguments of type Origin Modifier and Type Method Description List<Origin>Origins. getItems()A complex type that contains origins for this distribution.Methods in com.amazonaws.services.cloudfront.model with parameters of type Origin Modifier and Type Method Description OriginsOrigins. withItems(Origin... items)A complex type that contains origins for this distribution.Method parameters in com.amazonaws.services.cloudfront.model with type arguments of type Origin Modifier and Type Method Description voidOrigins. setItems(Collection<Origin> items)A complex type that contains origins for this distribution.OriginsOrigins. withItems(Collection<Origin> items)A complex type that contains origins for this distribution.
-