Uses of Class
software.amazon.awssdk.services.storagegateway.model.CancelRetrievalResponse
-
Packages that use CancelRetrievalResponse Package Description software.amazon.awssdk.services.storagegateway Storage Gateway Service -
-
Uses of CancelRetrievalResponse in software.amazon.awssdk.services.storagegateway
Methods in software.amazon.awssdk.services.storagegateway that return CancelRetrievalResponse Modifier and Type Method Description default CancelRetrievalResponseStorageGatewayClient. cancelRetrieval(Consumer<CancelRetrievalRequest.Builder> cancelRetrievalRequest)Cancels retrieval of a virtual tape from the virtual tape shelf (VTS) to a gateway after the retrieval process is initiated.default CancelRetrievalResponseStorageGatewayClient. cancelRetrieval(CancelRetrievalRequest cancelRetrievalRequest)Cancels retrieval of a virtual tape from the virtual tape shelf (VTS) to a gateway after the retrieval process is initiated.Methods in software.amazon.awssdk.services.storagegateway that return types with arguments of type CancelRetrievalResponse Modifier and Type Method Description default CompletableFuture<CancelRetrievalResponse>StorageGatewayAsyncClient. cancelRetrieval(Consumer<CancelRetrievalRequest.Builder> cancelRetrievalRequest)Cancels retrieval of a virtual tape from the virtual tape shelf (VTS) to a gateway after the retrieval process is initiated.default CompletableFuture<CancelRetrievalResponse>StorageGatewayAsyncClient. cancelRetrieval(CancelRetrievalRequest cancelRetrievalRequest)Cancels retrieval of a virtual tape from the virtual tape shelf (VTS) to a gateway after the retrieval process is initiated.
-