Uses of Class
software.amazon.awssdk.services.m2.model.ListBatchJobRestartPointsRequest
-
Packages that use ListBatchJobRestartPointsRequest 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 ListBatchJobRestartPointsRequest in software.amazon.awssdk.services.m2
Methods in software.amazon.awssdk.services.m2 with parameters of type ListBatchJobRestartPointsRequest Modifier and Type Method Description default CompletableFuture<ListBatchJobRestartPointsResponse>M2AsyncClient. listBatchJobRestartPoints(ListBatchJobRestartPointsRequest listBatchJobRestartPointsRequest)Lists all the job steps for JCL files to restart a batch job.default ListBatchJobRestartPointsResponseM2Client. listBatchJobRestartPoints(ListBatchJobRestartPointsRequest listBatchJobRestartPointsRequest)Lists all the job steps for JCL files to restart a batch job. -
Uses of ListBatchJobRestartPointsRequest in software.amazon.awssdk.services.m2.transform
Methods in software.amazon.awssdk.services.m2.transform with parameters of type ListBatchJobRestartPointsRequest Modifier and Type Method Description SdkHttpFullRequestListBatchJobRestartPointsRequestMarshaller. marshall(ListBatchJobRestartPointsRequest listBatchJobRestartPointsRequest)
-