Uses of Class
software.amazon.awssdk.services.m2.model.ListBatchJobDefinitionsRequest
-
Packages that use ListBatchJobDefinitionsRequest 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.paginators software.amazon.awssdk.services.m2.transform -
-
Uses of ListBatchJobDefinitionsRequest in software.amazon.awssdk.services.m2
Methods in software.amazon.awssdk.services.m2 with parameters of type ListBatchJobDefinitionsRequest Modifier and Type Method Description default CompletableFuture<ListBatchJobDefinitionsResponse>M2AsyncClient. listBatchJobDefinitions(ListBatchJobDefinitionsRequest listBatchJobDefinitionsRequest)Lists all the available batch job definitions based on the batch job resources uploaded during the application creation.default ListBatchJobDefinitionsResponseM2Client. listBatchJobDefinitions(ListBatchJobDefinitionsRequest listBatchJobDefinitionsRequest)Lists all the available batch job definitions based on the batch job resources uploaded during the application creation.default ListBatchJobDefinitionsPublisherM2AsyncClient. listBatchJobDefinitionsPaginator(ListBatchJobDefinitionsRequest 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. -
Uses of ListBatchJobDefinitionsRequest in software.amazon.awssdk.services.m2.paginators
Constructors in software.amazon.awssdk.services.m2.paginators with parameters of type ListBatchJobDefinitionsRequest Constructor Description ListBatchJobDefinitionsIterable(M2Client client, ListBatchJobDefinitionsRequest firstRequest)ListBatchJobDefinitionsPublisher(M2AsyncClient client, ListBatchJobDefinitionsRequest firstRequest) -
Uses of ListBatchJobDefinitionsRequest in software.amazon.awssdk.services.m2.transform
Methods in software.amazon.awssdk.services.m2.transform with parameters of type ListBatchJobDefinitionsRequest Modifier and Type Method Description SdkHttpFullRequestListBatchJobDefinitionsRequestMarshaller. marshall(ListBatchJobDefinitionsRequest listBatchJobDefinitionsRequest)
-