Uses of Class
software.amazon.awssdk.services.m2.model.CancelBatchJobExecutionRequest
-
Packages that use CancelBatchJobExecutionRequest 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.software.amazon.awssdk.services.m2.transform -
-
Uses of CancelBatchJobExecutionRequest in software.amazon.awssdk.services.m2
Methods in software.amazon.awssdk.services.m2 with parameters of type CancelBatchJobExecutionRequest Modifier and Type Method Description default CompletableFuture<CancelBatchJobExecutionResponse>M2AsyncClient. cancelBatchJobExecution(CancelBatchJobExecutionRequest cancelBatchJobExecutionRequest)Cancels the running of a specific batch job execution.default CancelBatchJobExecutionResponseM2Client. cancelBatchJobExecution(CancelBatchJobExecutionRequest cancelBatchJobExecutionRequest)Cancels the running of a specific batch job execution. -
Uses of CancelBatchJobExecutionRequest in software.amazon.awssdk.services.m2.transform
Methods in software.amazon.awssdk.services.m2.transform with parameters of type CancelBatchJobExecutionRequest Modifier and Type Method Description SdkHttpFullRequestCancelBatchJobExecutionRequestMarshaller. marshall(CancelBatchJobExecutionRequest cancelBatchJobExecutionRequest)
-