Uses of Class
software.amazon.awssdk.services.m2.model.ListDataSetImportHistoryResponse
-
Packages that use ListDataSetImportHistoryResponse 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 ListDataSetImportHistoryResponse in software.amazon.awssdk.services.m2
Methods in software.amazon.awssdk.services.m2 that return ListDataSetImportHistoryResponse Modifier and Type Method Description default ListDataSetImportHistoryResponseM2Client. listDataSetImportHistory(Consumer<ListDataSetImportHistoryRequest.Builder> listDataSetImportHistoryRequest)Lists the data set imports for the specified application.default ListDataSetImportHistoryResponseM2Client. listDataSetImportHistory(ListDataSetImportHistoryRequest listDataSetImportHistoryRequest)Lists the data set imports for the specified application.Methods in software.amazon.awssdk.services.m2 that return types with arguments of type ListDataSetImportHistoryResponse Modifier and Type Method Description default CompletableFuture<ListDataSetImportHistoryResponse>M2AsyncClient. listDataSetImportHistory(Consumer<ListDataSetImportHistoryRequest.Builder> listDataSetImportHistoryRequest)Lists the data set imports for the specified application.default CompletableFuture<ListDataSetImportHistoryResponse>M2AsyncClient. listDataSetImportHistory(ListDataSetImportHistoryRequest listDataSetImportHistoryRequest)Lists the data set imports for the specified application. -
Uses of ListDataSetImportHistoryResponse in software.amazon.awssdk.services.m2.paginators
Methods in software.amazon.awssdk.services.m2.paginators that return types with arguments of type ListDataSetImportHistoryResponse Modifier and Type Method Description Iterator<ListDataSetImportHistoryResponse>ListDataSetImportHistoryIterable. iterator()Method parameters in software.amazon.awssdk.services.m2.paginators with type arguments of type ListDataSetImportHistoryResponse Modifier and Type Method Description voidListDataSetImportHistoryPublisher. subscribe(org.reactivestreams.Subscriber<? super ListDataSetImportHistoryResponse> subscriber)
-