Package | Description |
---|---|
com.amazonaws.services.cloudfront.model |
Modifier and Type | Method and Description |
---|---|
S3OriginConfig |
S3OriginConfig.clone() |
S3OriginConfig |
Origin.getS3OriginConfig()
Use this type to specify an origin that is an Amazon S3 bucket that is not configured with static website
hosting.
|
S3OriginConfig |
S3OriginConfig.withOriginAccessIdentity(String originAccessIdentity)
The CloudFront origin access identity to associate with the origin.
|
Modifier and Type | Method and Description |
---|---|
void |
Origin.setS3OriginConfig(S3OriginConfig s3OriginConfig)
Use this type to specify an origin that is an Amazon S3 bucket that is not configured with static website
hosting.
|
Origin |
Origin.withS3OriginConfig(S3OriginConfig s3OriginConfig)
Use this type to specify an origin that is an Amazon S3 bucket that is not configured with static website
hosting.
|
Copyright © 2023. All rights reserved.