Uses of Class
com.amazonaws.services.storagegateway.model.RetrieveTapeRecoveryPointResult
-
Packages that use RetrieveTapeRecoveryPointResult Package Description com.amazonaws.services.storagegateway com.amazonaws.services.storagegateway.model -
-
Uses of RetrieveTapeRecoveryPointResult in com.amazonaws.services.storagegateway
Methods in com.amazonaws.services.storagegateway that return RetrieveTapeRecoveryPointResult Modifier and Type Method Description RetrieveTapeRecoveryPointResult
AbstractAWSStorageGateway. retrieveTapeRecoveryPoint(RetrieveTapeRecoveryPointRequest request)
RetrieveTapeRecoveryPointResult
AWSStorageGateway. retrieveTapeRecoveryPoint(RetrieveTapeRecoveryPointRequest retrieveTapeRecoveryPointRequest)
Retrieves the recovery point for the specified virtual tape.RetrieveTapeRecoveryPointResult
AWSStorageGatewayClient. retrieveTapeRecoveryPoint(RetrieveTapeRecoveryPointRequest retrieveTapeRecoveryPointRequest)
Retrieves the recovery point for the specified virtual tape.Method parameters in com.amazonaws.services.storagegateway with type arguments of type RetrieveTapeRecoveryPointResult Modifier and Type Method Description Future<RetrieveTapeRecoveryPointResult>
AbstractAWSStorageGatewayAsync. retrieveTapeRecoveryPointAsync(RetrieveTapeRecoveryPointRequest request, AsyncHandler<RetrieveTapeRecoveryPointRequest,RetrieveTapeRecoveryPointResult> asyncHandler)
Future<RetrieveTapeRecoveryPointResult>
AWSStorageGatewayAsync. retrieveTapeRecoveryPointAsync(RetrieveTapeRecoveryPointRequest retrieveTapeRecoveryPointRequest, AsyncHandler<RetrieveTapeRecoveryPointRequest,RetrieveTapeRecoveryPointResult> asyncHandler)
Retrieves the recovery point for the specified virtual tape.Future<RetrieveTapeRecoveryPointResult>
AWSStorageGatewayAsyncClient. retrieveTapeRecoveryPointAsync(RetrieveTapeRecoveryPointRequest request, AsyncHandler<RetrieveTapeRecoveryPointRequest,RetrieveTapeRecoveryPointResult> asyncHandler)
-
Uses of RetrieveTapeRecoveryPointResult in com.amazonaws.services.storagegateway.model
Methods in com.amazonaws.services.storagegateway.model that return RetrieveTapeRecoveryPointResult Modifier and Type Method Description RetrieveTapeRecoveryPointResult
RetrieveTapeRecoveryPointResult. clone()
RetrieveTapeRecoveryPointResult
RetrieveTapeRecoveryPointResult. withTapeARN(String tapeARN)
The Amazon Resource Name (ARN) of the virtual tape for which the recovery point was retrieved.
-