Uses of Class
com.amazonaws.services.cloudfront.model.DeleteCloudFrontOriginAccessIdentityRequest
-
Packages that use DeleteCloudFrontOriginAccessIdentityRequest Package Description com.amazonaws.services.cloudfront com.amazonaws.services.cloudfront.model -
-
Uses of DeleteCloudFrontOriginAccessIdentityRequest in com.amazonaws.services.cloudfront
-
Uses of DeleteCloudFrontOriginAccessIdentityRequest in com.amazonaws.services.cloudfront.model
Methods in com.amazonaws.services.cloudfront.model that return DeleteCloudFrontOriginAccessIdentityRequest Modifier and Type Method Description DeleteCloudFrontOriginAccessIdentityRequest
DeleteCloudFrontOriginAccessIdentityRequest. clone()
DeleteCloudFrontOriginAccessIdentityRequest
DeleteCloudFrontOriginAccessIdentityRequest. withId(String id)
The origin access identity's id.DeleteCloudFrontOriginAccessIdentityRequest
DeleteCloudFrontOriginAccessIdentityRequest. withIfMatch(String ifMatch)
The value of the ETag header you received from a previous GET or PUT request.
-