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

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

Methods in com.amazonaws.services.storagegateway with parameters of type RetrieveTapeRecoveryPointRequest
 RetrieveTapeRecoveryPointResult AWSStorageGatewayClient.retrieveTapeRecoveryPoint(RetrieveTapeRecoveryPointRequest retrieveTapeRecoveryPointRequest)
           Retrieves the recovery point for the specified virtual tape.
 RetrieveTapeRecoveryPointResult AWSStorageGateway.retrieveTapeRecoveryPoint(RetrieveTapeRecoveryPointRequest retrieveTapeRecoveryPointRequest)
           Retrieves the recovery point for the specified virtual tape.
 Future<RetrieveTapeRecoveryPointResult> AWSStorageGatewayAsyncClient.retrieveTapeRecoveryPointAsync(RetrieveTapeRecoveryPointRequest retrieveTapeRecoveryPointRequest)
           Retrieves the recovery point for the specified virtual tape.
 Future<RetrieveTapeRecoveryPointResult> AWSStorageGatewayAsync.retrieveTapeRecoveryPointAsync(RetrieveTapeRecoveryPointRequest retrieveTapeRecoveryPointRequest)
           Retrieves the recovery point for the specified virtual tape.
 Future<RetrieveTapeRecoveryPointResult> AWSStorageGatewayAsyncClient.retrieveTapeRecoveryPointAsync(RetrieveTapeRecoveryPointRequest retrieveTapeRecoveryPointRequest, AsyncHandler<RetrieveTapeRecoveryPointRequest,RetrieveTapeRecoveryPointResult> asyncHandler)
           Retrieves the recovery point for the specified virtual tape.
 Future<RetrieveTapeRecoveryPointResult> AWSStorageGatewayAsync.retrieveTapeRecoveryPointAsync(RetrieveTapeRecoveryPointRequest retrieveTapeRecoveryPointRequest, AsyncHandler<RetrieveTapeRecoveryPointRequest,RetrieveTapeRecoveryPointResult> asyncHandler)
           Retrieves the recovery point for the specified virtual tape.
 

Method parameters in com.amazonaws.services.storagegateway with type arguments of type RetrieveTapeRecoveryPointRequest
 Future<RetrieveTapeRecoveryPointResult> AWSStorageGatewayAsyncClient.retrieveTapeRecoveryPointAsync(RetrieveTapeRecoveryPointRequest retrieveTapeRecoveryPointRequest, AsyncHandler<RetrieveTapeRecoveryPointRequest,RetrieveTapeRecoveryPointResult> asyncHandler)
           Retrieves the recovery point for the specified virtual tape.
 Future<RetrieveTapeRecoveryPointResult> AWSStorageGatewayAsync.retrieveTapeRecoveryPointAsync(RetrieveTapeRecoveryPointRequest retrieveTapeRecoveryPointRequest, AsyncHandler<RetrieveTapeRecoveryPointRequest,RetrieveTapeRecoveryPointResult> asyncHandler)
           Retrieves the recovery point for the specified virtual tape.
 

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

Methods in com.amazonaws.services.storagegateway.model that return RetrieveTapeRecoveryPointRequest
 RetrieveTapeRecoveryPointRequest RetrieveTapeRecoveryPointRequest.withGatewayARN(String gatewayARN)
          The Amazon Resource Name (ARN) of the gateway.
 RetrieveTapeRecoveryPointRequest RetrieveTapeRecoveryPointRequest.withTapeARN(String tapeARN)
          The Amazon Resource Name (ARN) of the virtual tape for which you want to retrieve the recovery point.
 



Copyright © 2016. All rights reserved.