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 DeleteTapeResult
AbstractAWSStorageGateway. deleteTape(DeleteTapeRequest request)
DeleteTapeResult
AWSStorageGateway. deleteTape(DeleteTapeRequest deleteTapeRequest)
Deletes the specified virtual tape.DeleteTapeResult
AWSStorageGatewayClient. 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 DeleteTapeResult
DeleteTapeResult. clone()
DeleteTapeResult
DeleteTapeResult. withTapeARN(String tapeARN)
The Amazon Resource Name (ARN) of the deleted virtual tape.
-