Uses of Class
software.amazon.awssdk.services.mgn.model.DeleteJobResponse
-
Packages that use DeleteJobResponse Package Description software.amazon.awssdk.services.mgn The Application Migration Service service. -
-
Uses of DeleteJobResponse in software.amazon.awssdk.services.mgn
Methods in software.amazon.awssdk.services.mgn that return DeleteJobResponse Modifier and Type Method Description default DeleteJobResponseMgnClient. deleteJob(Consumer<DeleteJobRequest.Builder> deleteJobRequest)Deletes a single Job by ID.default DeleteJobResponseMgnClient. deleteJob(DeleteJobRequest deleteJobRequest)Deletes a single Job by ID.Methods in software.amazon.awssdk.services.mgn that return types with arguments of type DeleteJobResponse Modifier and Type Method Description default CompletableFuture<DeleteJobResponse>MgnAsyncClient. deleteJob(Consumer<DeleteJobRequest.Builder> deleteJobRequest)Deletes a single Job by ID.default CompletableFuture<DeleteJobResponse>MgnAsyncClient. deleteJob(DeleteJobRequest deleteJobRequest)Deletes a single Job by ID.
-