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