Uses of Class
com.amazonaws.services.cloudfront.model.S3OriginConfig

Packages that use S3OriginConfig
com.amazonaws.services.cloudfront.model Classes modeling the various types represented by AmazonCloudFront. 
 

Uses of S3OriginConfig in com.amazonaws.services.cloudfront.model
 

Methods in com.amazonaws.services.cloudfront.model that return S3OriginConfig
 S3OriginConfig Origin.getS3OriginConfig()
          A complex type that contains information about the Amazon S3 origin.
 S3OriginConfig S3OriginConfig.withOriginAccessIdentity(String originAccessIdentity)
          The CloudFront origin access identity to associate with the origin.
 

Methods in com.amazonaws.services.cloudfront.model with parameters of type S3OriginConfig
 void Origin.setS3OriginConfig(S3OriginConfig s3OriginConfig)
          A complex type that contains information about the Amazon S3 origin.
 Origin Origin.withS3OriginConfig(S3OriginConfig s3OriginConfig)
          A complex type that contains information about the Amazon S3 origin.
 



Copyright © 2016. All rights reserved.