Uses of Class
com.amazonaws.services.storagegateway.model.DeleteTapeArchiveResult
-
Packages that use DeleteTapeArchiveResult Package Description com.amazonaws.services.storagegateway com.amazonaws.services.storagegateway.model -
-
Uses of DeleteTapeArchiveResult in com.amazonaws.services.storagegateway
Methods in com.amazonaws.services.storagegateway that return DeleteTapeArchiveResult Modifier and Type Method Description DeleteTapeArchiveResult
AbstractAWSStorageGateway. deleteTapeArchive(DeleteTapeArchiveRequest request)
DeleteTapeArchiveResult
AWSStorageGateway. deleteTapeArchive(DeleteTapeArchiveRequest deleteTapeArchiveRequest)
Deletes the specified virtual tape from the virtual tape shelf (VTS).DeleteTapeArchiveResult
AWSStorageGatewayClient. deleteTapeArchive(DeleteTapeArchiveRequest deleteTapeArchiveRequest)
Deletes the specified virtual tape from the virtual tape shelf (VTS).Method parameters in com.amazonaws.services.storagegateway with type arguments of type DeleteTapeArchiveResult Modifier and Type Method Description Future<DeleteTapeArchiveResult>
AbstractAWSStorageGatewayAsync. deleteTapeArchiveAsync(DeleteTapeArchiveRequest request, AsyncHandler<DeleteTapeArchiveRequest,DeleteTapeArchiveResult> asyncHandler)
Future<DeleteTapeArchiveResult>
AWSStorageGatewayAsync. deleteTapeArchiveAsync(DeleteTapeArchiveRequest deleteTapeArchiveRequest, AsyncHandler<DeleteTapeArchiveRequest,DeleteTapeArchiveResult> asyncHandler)
Deletes the specified virtual tape from the virtual tape shelf (VTS).Future<DeleteTapeArchiveResult>
AWSStorageGatewayAsyncClient. deleteTapeArchiveAsync(DeleteTapeArchiveRequest request, AsyncHandler<DeleteTapeArchiveRequest,DeleteTapeArchiveResult> asyncHandler)
-
Uses of DeleteTapeArchiveResult in com.amazonaws.services.storagegateway.model
Methods in com.amazonaws.services.storagegateway.model that return DeleteTapeArchiveResult Modifier and Type Method Description DeleteTapeArchiveResult
DeleteTapeArchiveResult. clone()
DeleteTapeArchiveResult
DeleteTapeArchiveResult. withTapeARN(String tapeARN)
The Amazon Resource Name (ARN) of the virtual tape that was deleted from the virtual tape shelf (VTS).
-