Uses of Class
com.amazonaws.services.cloudfront.model.UpdateCloudFrontOriginAccessIdentityRequest
-
Packages that use UpdateCloudFrontOriginAccessIdentityRequest Package Description com.amazonaws.services.cloudfront com.amazonaws.services.cloudfront.model -
-
Uses of UpdateCloudFrontOriginAccessIdentityRequest in com.amazonaws.services.cloudfront
-
Uses of UpdateCloudFrontOriginAccessIdentityRequest in com.amazonaws.services.cloudfront.model
Methods in com.amazonaws.services.cloudfront.model that return UpdateCloudFrontOriginAccessIdentityRequest Modifier and Type Method Description UpdateCloudFrontOriginAccessIdentityRequest
UpdateCloudFrontOriginAccessIdentityRequest. clone()
UpdateCloudFrontOriginAccessIdentityRequest
UpdateCloudFrontOriginAccessIdentityRequest. withCloudFrontOriginAccessIdentityConfig(CloudFrontOriginAccessIdentityConfig cloudFrontOriginAccessIdentityConfig)
The identity's configuration information.UpdateCloudFrontOriginAccessIdentityRequest
UpdateCloudFrontOriginAccessIdentityRequest. withId(String id)
The identity's id.UpdateCloudFrontOriginAccessIdentityRequest
UpdateCloudFrontOriginAccessIdentityRequest. withIfMatch(String ifMatch)
The value of the ETag header you received when retrieving the identity's configuration.
-