Uses of Class
com.amazonaws.services.cloudfront.model.DeleteCloudFrontOriginAccessIdentityRequest
Packages that use DeleteCloudFrontOriginAccessIdentityRequest
-
Uses of DeleteCloudFrontOriginAccessIdentityRequest in com.amazonaws.services.cloudfront
Methods in com.amazonaws.services.cloudfront with parameters of type DeleteCloudFrontOriginAccessIdentityRequestModifier and TypeMethodDescriptionAbstractAmazonCloudFront.deleteCloudFrontOriginAccessIdentity
(DeleteCloudFrontOriginAccessIdentityRequest request) AmazonCloudFront.deleteCloudFrontOriginAccessIdentity
(DeleteCloudFrontOriginAccessIdentityRequest deleteCloudFrontOriginAccessIdentityRequest) Delete an origin access identity.AmazonCloudFrontClient.deleteCloudFrontOriginAccessIdentity
(DeleteCloudFrontOriginAccessIdentityRequest deleteCloudFrontOriginAccessIdentityRequest) Delete an origin access identity.AbstractAmazonCloudFrontAsync.deleteCloudFrontOriginAccessIdentityAsync
(DeleteCloudFrontOriginAccessIdentityRequest request) AbstractAmazonCloudFrontAsync.deleteCloudFrontOriginAccessIdentityAsync
(DeleteCloudFrontOriginAccessIdentityRequest request, AsyncHandler<DeleteCloudFrontOriginAccessIdentityRequest, DeleteCloudFrontOriginAccessIdentityResult> asyncHandler) AmazonCloudFrontAsync.deleteCloudFrontOriginAccessIdentityAsync
(DeleteCloudFrontOriginAccessIdentityRequest deleteCloudFrontOriginAccessIdentityRequest) Delete an origin access identity.AmazonCloudFrontAsync.deleteCloudFrontOriginAccessIdentityAsync
(DeleteCloudFrontOriginAccessIdentityRequest deleteCloudFrontOriginAccessIdentityRequest, AsyncHandler<DeleteCloudFrontOriginAccessIdentityRequest, DeleteCloudFrontOriginAccessIdentityResult> asyncHandler) Delete an origin access identity.AmazonCloudFrontAsyncClient.deleteCloudFrontOriginAccessIdentityAsync
(DeleteCloudFrontOriginAccessIdentityRequest request) AmazonCloudFrontAsyncClient.deleteCloudFrontOriginAccessIdentityAsync
(DeleteCloudFrontOriginAccessIdentityRequest request, AsyncHandler<DeleteCloudFrontOriginAccessIdentityRequest, DeleteCloudFrontOriginAccessIdentityResult> asyncHandler) Method parameters in com.amazonaws.services.cloudfront with type arguments of type DeleteCloudFrontOriginAccessIdentityRequestModifier and TypeMethodDescriptionAbstractAmazonCloudFrontAsync.deleteCloudFrontOriginAccessIdentityAsync
(DeleteCloudFrontOriginAccessIdentityRequest request, AsyncHandler<DeleteCloudFrontOriginAccessIdentityRequest, DeleteCloudFrontOriginAccessIdentityResult> asyncHandler) AmazonCloudFrontAsync.deleteCloudFrontOriginAccessIdentityAsync
(DeleteCloudFrontOriginAccessIdentityRequest deleteCloudFrontOriginAccessIdentityRequest, AsyncHandler<DeleteCloudFrontOriginAccessIdentityRequest, DeleteCloudFrontOriginAccessIdentityResult> asyncHandler) Delete an origin access identity.AmazonCloudFrontAsyncClient.deleteCloudFrontOriginAccessIdentityAsync
(DeleteCloudFrontOriginAccessIdentityRequest request, AsyncHandler<DeleteCloudFrontOriginAccessIdentityRequest, DeleteCloudFrontOriginAccessIdentityResult> asyncHandler) -
Uses of DeleteCloudFrontOriginAccessIdentityRequest in com.amazonaws.services.cloudfront.model
Methods in com.amazonaws.services.cloudfront.model that return DeleteCloudFrontOriginAccessIdentityRequestModifier and TypeMethodDescriptionDeleteCloudFrontOriginAccessIdentityRequest.clone()
The origin access identity's id.DeleteCloudFrontOriginAccessIdentityRequest.withIfMatch
(String ifMatch) The value of the ETag header you received from a previous GET or PUT request.