Uses of Class
com.amazonaws.services.storagegateway.model.CancelRetrievalRequest

Packages that use CancelRetrievalRequest
com.amazonaws.services.storagegateway Synchronous and asynchronous client classes for accessing AWSStorageGateway. 
com.amazonaws.services.storagegateway.model Classes modeling the various types represented by AWSStorageGateway. 
 

Uses of CancelRetrievalRequest in com.amazonaws.services.storagegateway
 

Methods in com.amazonaws.services.storagegateway with parameters of type CancelRetrievalRequest
 CancelRetrievalResult AWSStorageGatewayClient.cancelRetrieval(CancelRetrievalRequest cancelRetrievalRequest)
           Cancels retrieval of a virtual tape from the Virtual Tape Shelf (VTS) to a gateway after the retrieval process is initiated.
 CancelRetrievalResult AWSStorageGateway.cancelRetrieval(CancelRetrievalRequest cancelRetrievalRequest)
           Cancels retrieval of a virtual tape from the Virtual Tape Shelf (VTS) to a gateway after the retrieval process is initiated.
 Future<CancelRetrievalResult> AWSStorageGatewayAsyncClient.cancelRetrievalAsync(CancelRetrievalRequest cancelRetrievalRequest)
           Cancels retrieval of a virtual tape from the Virtual Tape Shelf (VTS) to a gateway after the retrieval process is initiated.
 Future<CancelRetrievalResult> AWSStorageGatewayAsync.cancelRetrievalAsync(CancelRetrievalRequest cancelRetrievalRequest)
           Cancels retrieval of a virtual tape from the Virtual Tape Shelf (VTS) to a gateway after the retrieval process is initiated.
 Future<CancelRetrievalResult> AWSStorageGatewayAsyncClient.cancelRetrievalAsync(CancelRetrievalRequest cancelRetrievalRequest, AsyncHandler<CancelRetrievalRequest,CancelRetrievalResult> asyncHandler)
           Cancels retrieval of a virtual tape from the Virtual Tape Shelf (VTS) to a gateway after the retrieval process is initiated.
 Future<CancelRetrievalResult> AWSStorageGatewayAsync.cancelRetrievalAsync(CancelRetrievalRequest cancelRetrievalRequest, AsyncHandler<CancelRetrievalRequest,CancelRetrievalResult> asyncHandler)
           Cancels retrieval of a virtual tape from the Virtual Tape Shelf (VTS) to a gateway after the retrieval process is initiated.
 

Method parameters in com.amazonaws.services.storagegateway with type arguments of type CancelRetrievalRequest
 Future<CancelRetrievalResult> AWSStorageGatewayAsyncClient.cancelRetrievalAsync(CancelRetrievalRequest cancelRetrievalRequest, AsyncHandler<CancelRetrievalRequest,CancelRetrievalResult> asyncHandler)
           Cancels retrieval of a virtual tape from the Virtual Tape Shelf (VTS) to a gateway after the retrieval process is initiated.
 Future<CancelRetrievalResult> AWSStorageGatewayAsync.cancelRetrievalAsync(CancelRetrievalRequest cancelRetrievalRequest, AsyncHandler<CancelRetrievalRequest,CancelRetrievalResult> asyncHandler)
           Cancels retrieval of a virtual tape from the Virtual Tape Shelf (VTS) to a gateway after the retrieval process is initiated.
 

Uses of CancelRetrievalRequest in com.amazonaws.services.storagegateway.model
 

Methods in com.amazonaws.services.storagegateway.model that return CancelRetrievalRequest
 CancelRetrievalRequest CancelRetrievalRequest.withGatewayARN(String gatewayARN)
          The Amazon Resource Name (ARN) of the gateway.
 CancelRetrievalRequest CancelRetrievalRequest.withTapeARN(String tapeARN)
          The Amazon Resource Name (ARN) of the virtual tape you want to cancel retrieval for.
 



Copyright © 2016. All rights reserved.