Uses of Class
com.amazonaws.services.storagegateway.model.RetrieveTapeArchiveResult
-
Packages that use RetrieveTapeArchiveResult Package Description com.amazonaws.services.storagegateway com.amazonaws.services.storagegateway.model -
-
Uses of RetrieveTapeArchiveResult in com.amazonaws.services.storagegateway
Methods in com.amazonaws.services.storagegateway that return RetrieveTapeArchiveResult Modifier and Type Method Description RetrieveTapeArchiveResultAbstractAWSStorageGateway. retrieveTapeArchive(RetrieveTapeArchiveRequest request)RetrieveTapeArchiveResultAWSStorageGateway. retrieveTapeArchive(RetrieveTapeArchiveRequest retrieveTapeArchiveRequest)Retrieves an archived virtual tape from the virtual tape shelf (VTS) to a gateway-VTL.RetrieveTapeArchiveResultAWSStorageGatewayClient. retrieveTapeArchive(RetrieveTapeArchiveRequest retrieveTapeArchiveRequest)Retrieves an archived virtual tape from the virtual tape shelf (VTS) to a gateway-VTL.Method parameters in com.amazonaws.services.storagegateway with type arguments of type RetrieveTapeArchiveResult Modifier and Type Method Description Future<RetrieveTapeArchiveResult>AbstractAWSStorageGatewayAsync. retrieveTapeArchiveAsync(RetrieveTapeArchiveRequest request, AsyncHandler<RetrieveTapeArchiveRequest,RetrieveTapeArchiveResult> asyncHandler)Future<RetrieveTapeArchiveResult>AWSStorageGatewayAsync. retrieveTapeArchiveAsync(RetrieveTapeArchiveRequest retrieveTapeArchiveRequest, AsyncHandler<RetrieveTapeArchiveRequest,RetrieveTapeArchiveResult> asyncHandler)Retrieves an archived virtual tape from the virtual tape shelf (VTS) to a gateway-VTL.Future<RetrieveTapeArchiveResult>AWSStorageGatewayAsyncClient. retrieveTapeArchiveAsync(RetrieveTapeArchiveRequest request, AsyncHandler<RetrieveTapeArchiveRequest,RetrieveTapeArchiveResult> asyncHandler) -
Uses of RetrieveTapeArchiveResult in com.amazonaws.services.storagegateway.model
Methods in com.amazonaws.services.storagegateway.model that return RetrieveTapeArchiveResult Modifier and Type Method Description RetrieveTapeArchiveResultRetrieveTapeArchiveResult. clone()RetrieveTapeArchiveResultRetrieveTapeArchiveResult. withTapeARN(String tapeARN)The Amazon Resource Name (ARN) of the retrieved virtual tape.
-