Uses of Class
com.amazonaws.services.cloudfront.model.UpdateCloudFrontOriginAccessIdentityResult
-
Packages that use UpdateCloudFrontOriginAccessIdentityResult Package Description com.amazonaws.services.cloudfront com.amazonaws.services.cloudfront.model -
-
Uses of UpdateCloudFrontOriginAccessIdentityResult in com.amazonaws.services.cloudfront
Methods in com.amazonaws.services.cloudfront that return UpdateCloudFrontOriginAccessIdentityResult Modifier and Type Method Description UpdateCloudFrontOriginAccessIdentityResult
AbstractAmazonCloudFront. updateCloudFrontOriginAccessIdentity(UpdateCloudFrontOriginAccessIdentityRequest request)
UpdateCloudFrontOriginAccessIdentityResult
AmazonCloudFront. updateCloudFrontOriginAccessIdentity(UpdateCloudFrontOriginAccessIdentityRequest updateCloudFrontOriginAccessIdentityRequest)
Update an origin access identity.UpdateCloudFrontOriginAccessIdentityResult
AmazonCloudFrontClient. updateCloudFrontOriginAccessIdentity(UpdateCloudFrontOriginAccessIdentityRequest updateCloudFrontOriginAccessIdentityRequest)
Update an origin access identity. -
Uses of UpdateCloudFrontOriginAccessIdentityResult in com.amazonaws.services.cloudfront.model
Methods in com.amazonaws.services.cloudfront.model that return UpdateCloudFrontOriginAccessIdentityResult Modifier and Type Method Description UpdateCloudFrontOriginAccessIdentityResult
UpdateCloudFrontOriginAccessIdentityResult. clone()
UpdateCloudFrontOriginAccessIdentityResult
UpdateCloudFrontOriginAccessIdentityResult. withCloudFrontOriginAccessIdentity(CloudFrontOriginAccessIdentity cloudFrontOriginAccessIdentity)
The origin access identity's information.UpdateCloudFrontOriginAccessIdentityResult
UpdateCloudFrontOriginAccessIdentityResult. withETag(String eTag)
The current version of the configuration.
-