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