Uses of Class
software.amazon.awssdk.services.m2.model.ListBatchJobDefinitionsResponse
-
Packages that use ListBatchJobDefinitionsResponse 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 -
-
Uses of ListBatchJobDefinitionsResponse in software.amazon.awssdk.services.m2
Methods in software.amazon.awssdk.services.m2 that return ListBatchJobDefinitionsResponse Modifier and Type Method Description default ListBatchJobDefinitionsResponseM2Client. listBatchJobDefinitions(Consumer<ListBatchJobDefinitionsRequest.Builder> 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.Methods in software.amazon.awssdk.services.m2 that return types with arguments of type ListBatchJobDefinitionsResponse Modifier and Type Method Description default CompletableFuture<ListBatchJobDefinitionsResponse>M2AsyncClient. listBatchJobDefinitions(Consumer<ListBatchJobDefinitionsRequest.Builder> listBatchJobDefinitionsRequest)Lists all the available batch job definitions based on the batch job resources uploaded during the application creation.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. -
Uses of ListBatchJobDefinitionsResponse in software.amazon.awssdk.services.m2.paginators
Methods in software.amazon.awssdk.services.m2.paginators that return types with arguments of type ListBatchJobDefinitionsResponse Modifier and Type Method Description Iterator<ListBatchJobDefinitionsResponse>ListBatchJobDefinitionsIterable. iterator()Method parameters in software.amazon.awssdk.services.m2.paginators with type arguments of type ListBatchJobDefinitionsResponse Modifier and Type Method Description voidListBatchJobDefinitionsPublisher. subscribe(org.reactivestreams.Subscriber<? super ListBatchJobDefinitionsResponse> subscriber)
-