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