Uses of Class
software.amazon.awssdk.services.m2.model.StartBatchJobRequest
-
Packages that use StartBatchJobRequest 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 StartBatchJobRequest in software.amazon.awssdk.services.m2
Methods in software.amazon.awssdk.services.m2 with parameters of type StartBatchJobRequest Modifier and Type Method Description default CompletableFuture<StartBatchJobResponse>M2AsyncClient. startBatchJob(StartBatchJobRequest 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. -
Uses of StartBatchJobRequest in software.amazon.awssdk.services.m2.transform
Methods in software.amazon.awssdk.services.m2.transform with parameters of type StartBatchJobRequest Modifier and Type Method Description SdkHttpFullRequestStartBatchJobRequestMarshaller. marshall(StartBatchJobRequest startBatchJobRequest)
-