Uses of Class
com.amazonaws.services.cloudfront.model.DeleteCloudFrontOriginAccessIdentityRequest

Packages that use DeleteCloudFrontOriginAccessIdentityRequest
com.amazonaws.services.cloudfront Synchronous and asynchronous client classes for accessing AmazonCloudFront. 
com.amazonaws.services.cloudfront.model Classes modeling the various types represented by AmazonCloudFront. 
 

Uses of DeleteCloudFrontOriginAccessIdentityRequest in com.amazonaws.services.cloudfront
 

Methods in com.amazonaws.services.cloudfront with parameters of type DeleteCloudFrontOriginAccessIdentityRequest
 void AmazonCloudFrontClient.deleteCloudFrontOriginAccessIdentity(DeleteCloudFrontOriginAccessIdentityRequest deleteCloudFrontOriginAccessIdentityRequest)
           Delete an origin access identity.
 void AmazonCloudFront.deleteCloudFrontOriginAccessIdentity(DeleteCloudFrontOriginAccessIdentityRequest deleteCloudFrontOriginAccessIdentityRequest)
           Delete an origin access identity.
 Future<Void> AmazonCloudFrontAsyncClient.deleteCloudFrontOriginAccessIdentityAsync(DeleteCloudFrontOriginAccessIdentityRequest deleteCloudFrontOriginAccessIdentityRequest)
           Delete an origin access identity.
 Future<Void> AmazonCloudFrontAsync.deleteCloudFrontOriginAccessIdentityAsync(DeleteCloudFrontOriginAccessIdentityRequest deleteCloudFrontOriginAccessIdentityRequest)
           Delete an origin access identity.
 Future<Void> AmazonCloudFrontAsyncClient.deleteCloudFrontOriginAccessIdentityAsync(DeleteCloudFrontOriginAccessIdentityRequest deleteCloudFrontOriginAccessIdentityRequest, AsyncHandler<DeleteCloudFrontOriginAccessIdentityRequest,Void> asyncHandler)
           Delete an origin access identity.
 Future<Void> AmazonCloudFrontAsync.deleteCloudFrontOriginAccessIdentityAsync(DeleteCloudFrontOriginAccessIdentityRequest deleteCloudFrontOriginAccessIdentityRequest, AsyncHandler<DeleteCloudFrontOriginAccessIdentityRequest,Void> asyncHandler)
           Delete an origin access identity.
 

Method parameters in com.amazonaws.services.cloudfront with type arguments of type DeleteCloudFrontOriginAccessIdentityRequest
 Future<Void> AmazonCloudFrontAsyncClient.deleteCloudFrontOriginAccessIdentityAsync(DeleteCloudFrontOriginAccessIdentityRequest deleteCloudFrontOriginAccessIdentityRequest, AsyncHandler<DeleteCloudFrontOriginAccessIdentityRequest,Void> asyncHandler)
           Delete an origin access identity.
 Future<Void> AmazonCloudFrontAsync.deleteCloudFrontOriginAccessIdentityAsync(DeleteCloudFrontOriginAccessIdentityRequest deleteCloudFrontOriginAccessIdentityRequest, AsyncHandler<DeleteCloudFrontOriginAccessIdentityRequest,Void> asyncHandler)
           Delete an origin access identity.
 

Uses of DeleteCloudFrontOriginAccessIdentityRequest in com.amazonaws.services.cloudfront.model
 

Methods in com.amazonaws.services.cloudfront.model that return DeleteCloudFrontOriginAccessIdentityRequest
 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.
 



Copyright © 2016. All rights reserved.