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