Uses of Class
software.amazon.awssdk.services.cloudfront.model.CloudFrontOriginAccessIdentity
-
Packages that use CloudFrontOriginAccessIdentity Package Description software.amazon.awssdk.services.cloudfront.model -
-
Uses of CloudFrontOriginAccessIdentity in software.amazon.awssdk.services.cloudfront.model
Methods in software.amazon.awssdk.services.cloudfront.model that return CloudFrontOriginAccessIdentity Modifier and Type Method Description CloudFrontOriginAccessIdentityCreateCloudFrontOriginAccessIdentityResponse. cloudFrontOriginAccessIdentity()The origin access identity's information.CloudFrontOriginAccessIdentityGetCloudFrontOriginAccessIdentityResponse. cloudFrontOriginAccessIdentity()The origin access identity's information.CloudFrontOriginAccessIdentityUpdateCloudFrontOriginAccessIdentityResponse. cloudFrontOriginAccessIdentity()The origin access identity's information.Methods in software.amazon.awssdk.services.cloudfront.model with parameters of type CloudFrontOriginAccessIdentity Modifier and Type Method Description CreateCloudFrontOriginAccessIdentityResponse.BuilderCreateCloudFrontOriginAccessIdentityResponse.Builder. cloudFrontOriginAccessIdentity(CloudFrontOriginAccessIdentity cloudFrontOriginAccessIdentity)The origin access identity's information.GetCloudFrontOriginAccessIdentityResponse.BuilderGetCloudFrontOriginAccessIdentityResponse.Builder. cloudFrontOriginAccessIdentity(CloudFrontOriginAccessIdentity cloudFrontOriginAccessIdentity)The origin access identity's information.UpdateCloudFrontOriginAccessIdentityResponse.BuilderUpdateCloudFrontOriginAccessIdentityResponse.Builder. cloudFrontOriginAccessIdentity(CloudFrontOriginAccessIdentity cloudFrontOriginAccessIdentity)The origin access identity's information.
-