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

Packages that use RetrieveTapeArchiveRequest
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 RetrieveTapeArchiveRequest in com.amazonaws.services.storagegateway
 

Methods in com.amazonaws.services.storagegateway with parameters of type RetrieveTapeArchiveRequest
 RetrieveTapeArchiveResult AWSStorageGatewayClient.retrieveTapeArchive(RetrieveTapeArchiveRequest retrieveTapeArchiveRequest)
           Retrieves an archived virtual tape from the Virtual Tape Shelf (VTS) to a Gateway-Virtual Tape Library.
 RetrieveTapeArchiveResult AWSStorageGateway.retrieveTapeArchive(RetrieveTapeArchiveRequest retrieveTapeArchiveRequest)
           Retrieves an archived virtual tape from the Virtual Tape Shelf (VTS) to a Gateway-Virtual Tape Library.
 Future<RetrieveTapeArchiveResult> AWSStorageGatewayAsyncClient.retrieveTapeArchiveAsync(RetrieveTapeArchiveRequest retrieveTapeArchiveRequest)
           Retrieves an archived virtual tape from the Virtual Tape Shelf (VTS) to a Gateway-Virtual Tape Library.
 Future<RetrieveTapeArchiveResult> AWSStorageGatewayAsync.retrieveTapeArchiveAsync(RetrieveTapeArchiveRequest retrieveTapeArchiveRequest)
           Retrieves an archived virtual tape from the Virtual Tape Shelf (VTS) to a Gateway-Virtual Tape Library.
 Future<RetrieveTapeArchiveResult> AWSStorageGatewayAsyncClient.retrieveTapeArchiveAsync(RetrieveTapeArchiveRequest retrieveTapeArchiveRequest, AsyncHandler<RetrieveTapeArchiveRequest,RetrieveTapeArchiveResult> asyncHandler)
           Retrieves an archived virtual tape from the Virtual Tape Shelf (VTS) to a Gateway-Virtual Tape Library.
 Future<RetrieveTapeArchiveResult> AWSStorageGatewayAsync.retrieveTapeArchiveAsync(RetrieveTapeArchiveRequest retrieveTapeArchiveRequest, AsyncHandler<RetrieveTapeArchiveRequest,RetrieveTapeArchiveResult> asyncHandler)
           Retrieves an archived virtual tape from the Virtual Tape Shelf (VTS) to a Gateway-Virtual Tape Library.
 

Method parameters in com.amazonaws.services.storagegateway with type arguments of type RetrieveTapeArchiveRequest
 Future<RetrieveTapeArchiveResult> AWSStorageGatewayAsyncClient.retrieveTapeArchiveAsync(RetrieveTapeArchiveRequest retrieveTapeArchiveRequest, AsyncHandler<RetrieveTapeArchiveRequest,RetrieveTapeArchiveResult> asyncHandler)
           Retrieves an archived virtual tape from the Virtual Tape Shelf (VTS) to a Gateway-Virtual Tape Library.
 Future<RetrieveTapeArchiveResult> AWSStorageGatewayAsync.retrieveTapeArchiveAsync(RetrieveTapeArchiveRequest retrieveTapeArchiveRequest, AsyncHandler<RetrieveTapeArchiveRequest,RetrieveTapeArchiveResult> asyncHandler)
           Retrieves an archived virtual tape from the Virtual Tape Shelf (VTS) to a Gateway-Virtual Tape Library.
 

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

Methods in com.amazonaws.services.storagegateway.model that return RetrieveTapeArchiveRequest
 RetrieveTapeArchiveRequest RetrieveTapeArchiveRequest.withGatewayARN(String gatewayARN)
          The Amazon Resource Name (ARN) of the gateway you want to retrieve the virtual tape to.
 RetrieveTapeArchiveRequest RetrieveTapeArchiveRequest.withTapeARN(String tapeARN)
          The Amazon Resource Name (ARN) of the virtual tape you want to retrieve from the Virtual Tape Shelf (VTS).
 



Copyright © 2016. All rights reserved.