Uses of Class
software.amazon.awssdk.services.m2.model.CancelBatchJobExecutionResponse
-
Packages that use CancelBatchJobExecutionResponse Package Description software.amazon.awssdk.services.m2 Amazon Web Services Mainframe Modernization provides tools and resources to help you plan and implement migration and modernization from mainframes to Amazon Web Services managed runtime environments. -
-
Uses of CancelBatchJobExecutionResponse in software.amazon.awssdk.services.m2
Methods in software.amazon.awssdk.services.m2 that return CancelBatchJobExecutionResponse Modifier and Type Method Description default CancelBatchJobExecutionResponseM2Client. cancelBatchJobExecution(Consumer<CancelBatchJobExecutionRequest.Builder> cancelBatchJobExecutionRequest)Cancels the running of a specific batch job execution.default CancelBatchJobExecutionResponseM2Client. cancelBatchJobExecution(CancelBatchJobExecutionRequest cancelBatchJobExecutionRequest)Cancels the running of a specific batch job execution.Methods in software.amazon.awssdk.services.m2 that return types with arguments of type CancelBatchJobExecutionResponse Modifier and Type Method Description default CompletableFuture<CancelBatchJobExecutionResponse>M2AsyncClient. cancelBatchJobExecution(Consumer<CancelBatchJobExecutionRequest.Builder> cancelBatchJobExecutionRequest)Cancels the running of a specific batch job execution.default CompletableFuture<CancelBatchJobExecutionResponse>M2AsyncClient. cancelBatchJobExecution(CancelBatchJobExecutionRequest cancelBatchJobExecutionRequest)Cancels the running of a specific batch job execution.
-