Uses of Class
com.amazonaws.services.storagegateway.model.DeleteTapeResult
-
Packages that use DeleteTapeResult Package Description com.amazonaws.services.storagegateway com.amazonaws.services.storagegateway.model -
-
Uses of DeleteTapeResult in com.amazonaws.services.storagegateway
Methods in com.amazonaws.services.storagegateway that return DeleteTapeResult Modifier and Type Method Description DeleteTapeResultAbstractAWSStorageGateway. deleteTape(DeleteTapeRequest request)DeleteTapeResultAWSStorageGateway. deleteTape(DeleteTapeRequest deleteTapeRequest)Deletes the specified virtual tape.DeleteTapeResultAWSStorageGatewayClient. deleteTape(DeleteTapeRequest deleteTapeRequest)Deletes the specified virtual tape.Method parameters in com.amazonaws.services.storagegateway with type arguments of type DeleteTapeResult Modifier and Type Method Description Future<DeleteTapeResult>AbstractAWSStorageGatewayAsync. deleteTapeAsync(DeleteTapeRequest request, AsyncHandler<DeleteTapeRequest,DeleteTapeResult> asyncHandler)Future<DeleteTapeResult>AWSStorageGatewayAsync. deleteTapeAsync(DeleteTapeRequest deleteTapeRequest, AsyncHandler<DeleteTapeRequest,DeleteTapeResult> asyncHandler)Deletes the specified virtual tape.Future<DeleteTapeResult>AWSStorageGatewayAsyncClient. deleteTapeAsync(DeleteTapeRequest request, AsyncHandler<DeleteTapeRequest,DeleteTapeResult> asyncHandler) -
Uses of DeleteTapeResult in com.amazonaws.services.storagegateway.model
Methods in com.amazonaws.services.storagegateway.model that return DeleteTapeResult Modifier and Type Method Description DeleteTapeResultDeleteTapeResult. clone()DeleteTapeResultDeleteTapeResult. withTapeARN(String tapeARN)The Amazon Resource Name (ARN) of the deleted virtual tape.
-