Uses of Class
software.amazon.awssdk.services.m2.model.GetBatchJobExecutionRequest
-
Packages that use GetBatchJobExecutionRequest 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 GetBatchJobExecutionRequest in software.amazon.awssdk.services.m2
Methods in software.amazon.awssdk.services.m2 with parameters of type GetBatchJobExecutionRequest Modifier and Type Method Description default CompletableFuture<GetBatchJobExecutionResponse>M2AsyncClient. getBatchJobExecution(GetBatchJobExecutionRequest getBatchJobExecutionRequest)Gets the details of a specific batch job execution for a specific application.default GetBatchJobExecutionResponseM2Client. getBatchJobExecution(GetBatchJobExecutionRequest getBatchJobExecutionRequest)Gets the details of a specific batch job execution for a specific application. -
Uses of GetBatchJobExecutionRequest in software.amazon.awssdk.services.m2.transform
Methods in software.amazon.awssdk.services.m2.transform with parameters of type GetBatchJobExecutionRequest Modifier and Type Method Description SdkHttpFullRequestGetBatchJobExecutionRequestMarshaller. marshall(GetBatchJobExecutionRequest getBatchJobExecutionRequest)
-