Uses of Class
software.amazon.awssdk.services.quicksight.model.ListDataSetsResponse
-
Packages that use ListDataSetsResponse Package Description software.amazon.awssdk.services.quicksight Amazon QuickSight API Reference software.amazon.awssdk.services.quicksight.paginators -
-
Uses of ListDataSetsResponse in software.amazon.awssdk.services.quicksight
Methods in software.amazon.awssdk.services.quicksight that return ListDataSetsResponse Modifier and Type Method Description default ListDataSetsResponseQuickSightClient. listDataSets(Consumer<ListDataSetsRequest.Builder> listDataSetsRequest)Lists all of the datasets belonging to the current Amazon Web Services account in an Amazon Web Services Region.default ListDataSetsResponseQuickSightClient. listDataSets(ListDataSetsRequest listDataSetsRequest)Lists all of the datasets belonging to the current Amazon Web Services account in an Amazon Web Services Region.Methods in software.amazon.awssdk.services.quicksight that return types with arguments of type ListDataSetsResponse Modifier and Type Method Description default CompletableFuture<ListDataSetsResponse>QuickSightAsyncClient. listDataSets(Consumer<ListDataSetsRequest.Builder> listDataSetsRequest)Lists all of the datasets belonging to the current Amazon Web Services account in an Amazon Web Services Region.default CompletableFuture<ListDataSetsResponse>QuickSightAsyncClient. listDataSets(ListDataSetsRequest listDataSetsRequest)Lists all of the datasets belonging to the current Amazon Web Services account in an Amazon Web Services Region. -
Uses of ListDataSetsResponse in software.amazon.awssdk.services.quicksight.paginators
Methods in software.amazon.awssdk.services.quicksight.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.quicksight.paginators with type arguments of type ListDataSetsResponse Modifier and Type Method Description voidListDataSetsPublisher. subscribe(org.reactivestreams.Subscriber<? super ListDataSetsResponse> subscriber)
-