Uses of Class
software.amazon.awssdk.services.m2.paginators.ListBatchJobExecutionsPublisher
-
Packages that use ListBatchJobExecutionsPublisher 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 ListBatchJobExecutionsPublisher in software.amazon.awssdk.services.m2
Methods in software.amazon.awssdk.services.m2 that return ListBatchJobExecutionsPublisher Modifier and Type Method Description default ListBatchJobExecutionsPublisherM2AsyncClient. listBatchJobExecutionsPaginator(Consumer<ListBatchJobExecutionsRequest.Builder> listBatchJobExecutionsRequest)Lists historical, current, and scheduled batch job executions for a specific application.default ListBatchJobExecutionsPublisherM2AsyncClient. listBatchJobExecutionsPaginator(ListBatchJobExecutionsRequest listBatchJobExecutionsRequest)Lists historical, current, and scheduled batch job executions for a specific application.
-