Uses of Class
software.amazon.awssdk.services.cloudfront.model.S3Origin
-
Packages that use S3Origin Package Description software.amazon.awssdk.services.cloudfront.model -
-
Uses of S3Origin in software.amazon.awssdk.services.cloudfront.model
Methods in software.amazon.awssdk.services.cloudfront.model that return S3Origin Modifier and Type Method Description S3OriginStreamingDistributionConfig. s3Origin()A complex type that contains information about the Amazon S3 bucket from which you want CloudFront to get your media files for distribution.S3OriginStreamingDistributionSummary. s3Origin()A complex type that contains information about the Amazon S3 bucket from which you want CloudFront to get your media files for distribution.Methods in software.amazon.awssdk.services.cloudfront.model with parameters of type S3Origin Modifier and Type Method Description StreamingDistributionConfig.BuilderStreamingDistributionConfig.Builder. s3Origin(S3Origin s3Origin)A complex type that contains information about the Amazon S3 bucket from which you want CloudFront to get your media files for distribution.StreamingDistributionSummary.BuilderStreamingDistributionSummary.Builder. s3Origin(S3Origin s3Origin)A complex type that contains information about the Amazon S3 bucket from which you want CloudFront to get your media files for distribution.
-