Uses of Class
software.amazon.awssdk.services.m2.model.ListDataSetsResponse
-
Packages that use ListDataSetsResponse 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 ListDataSetsResponse in software.amazon.awssdk.services.m2
Methods in software.amazon.awssdk.services.m2 that return ListDataSetsResponse Modifier and Type Method Description default ListDataSetsResponseM2Client. listDataSets(Consumer<ListDataSetsRequest.Builder> listDataSetsRequest)Lists the data sets imported for a specific application.default ListDataSetsResponseM2Client. listDataSets(ListDataSetsRequest listDataSetsRequest)Lists the data sets imported for a specific application.Methods in software.amazon.awssdk.services.m2 that return types with arguments of type ListDataSetsResponse Modifier and Type Method Description default CompletableFuture<ListDataSetsResponse>M2AsyncClient. listDataSets(Consumer<ListDataSetsRequest.Builder> listDataSetsRequest)Lists the data sets imported for a specific application.default CompletableFuture<ListDataSetsResponse>M2AsyncClient. listDataSets(ListDataSetsRequest listDataSetsRequest)Lists the data sets imported for a specific application. -
Uses of ListDataSetsResponse in software.amazon.awssdk.services.m2.paginators
Methods in software.amazon.awssdk.services.m2.paginators that return types with arguments of type ListDataSetsResponse Modifier and Type Method Description Iterator<ListDataSetsResponse>ListDataSetsIterable. iterator()Method parameters in software.amazon.awssdk.services.m2.paginators with type arguments of type ListDataSetsResponse Modifier and Type Method Description voidListDataSetsPublisher. subscribe(org.reactivestreams.Subscriber<? super ListDataSetsResponse> subscriber)
-