Uses of Class
com.amazonaws.services.storagegateway.model.DeleteTapeArchiveResult
Packages that use DeleteTapeArchiveResult
Package
Description
-
Uses of DeleteTapeArchiveResult in com.amazonaws.services.storagegateway
Methods in com.amazonaws.services.storagegateway that return DeleteTapeArchiveResultModifier 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).Methods in com.amazonaws.services.storagegateway that return types with arguments of type DeleteTapeArchiveResultModifier and TypeMethodDescriptionAbstractAWSStorageGatewayAsync.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 DeleteTapeArchiveResultModifier 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 DeleteTapeArchiveResult in com.amazonaws.services.storagegateway.model
Methods in com.amazonaws.services.storagegateway.model that return DeleteTapeArchiveResultModifier and TypeMethodDescriptionDeleteTapeArchiveResult.clone()DeleteTapeArchiveResult.withTapeARN(String tapeARN) The Amazon Resource Name (ARN) of the virtual tape that was deleted from the virtual tape shelf (VTS).