Uses of Class
software.amazon.awssdk.services.cloudfront.model.S3OriginConfig
-
Packages that use S3OriginConfig Package Description software.amazon.awssdk.services.cloudfront.model -
-
Uses of S3OriginConfig in software.amazon.awssdk.services.cloudfront.model
Methods in software.amazon.awssdk.services.cloudfront.model that return S3OriginConfig Modifier and Type Method Description S3OriginConfigOrigin. s3OriginConfig()Use this type to specify an origin that is an Amazon S3 bucket that is not configured with static website hosting.Methods in software.amazon.awssdk.services.cloudfront.model with parameters of type S3OriginConfig Modifier and Type Method Description Origin.BuilderOrigin.Builder. s3OriginConfig(S3OriginConfig s3OriginConfig)Use this type to specify an origin that is an Amazon S3 bucket that is not configured with static website hosting.
-