Uses of Class
software.amazon.awssdk.services.m2.model.StartBatchJobResponse
-
Packages that use StartBatchJobResponse 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 StartBatchJobResponse in software.amazon.awssdk.services.m2
Methods in software.amazon.awssdk.services.m2 that return StartBatchJobResponse Modifier and Type Method Description default StartBatchJobResponseM2Client. startBatchJob(Consumer<StartBatchJobRequest.Builder> startBatchJobRequest)Starts a batch job and returns the unique identifier of this execution of the batch job.default StartBatchJobResponseM2Client. startBatchJob(StartBatchJobRequest startBatchJobRequest)Starts a batch job and returns the unique identifier of this execution of the batch job.Methods in software.amazon.awssdk.services.m2 that return types with arguments of type StartBatchJobResponse Modifier and Type Method Description default CompletableFuture<StartBatchJobResponse>M2AsyncClient. startBatchJob(Consumer<StartBatchJobRequest.Builder> startBatchJobRequest)Starts a batch job and returns the unique identifier of this execution of the batch job.default CompletableFuture<StartBatchJobResponse>M2AsyncClient. startBatchJob(StartBatchJobRequest startBatchJobRequest)Starts a batch job and returns the unique identifier of this execution of the batch job.
-