Uses of Class
software.amazon.awssdk.services.m2.paginators.ListBatchJobDefinitionsIterable
-
Packages that use ListBatchJobDefinitionsIterable 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 ListBatchJobDefinitionsIterable in software.amazon.awssdk.services.m2
Methods in software.amazon.awssdk.services.m2 that return ListBatchJobDefinitionsIterable Modifier and Type Method Description default ListBatchJobDefinitionsIterableM2Client. listBatchJobDefinitionsPaginator(Consumer<ListBatchJobDefinitionsRequest.Builder> listBatchJobDefinitionsRequest)Lists all the available batch job definitions based on the batch job resources uploaded during the application creation.default ListBatchJobDefinitionsIterableM2Client. listBatchJobDefinitionsPaginator(ListBatchJobDefinitionsRequest listBatchJobDefinitionsRequest)Lists all the available batch job definitions based on the batch job resources uploaded during the application creation.
-