Uses of Class
software.amazon.awssdk.services.quicksight.model.ListBrandsResponse
-
Packages that use ListBrandsResponse Package Description software.amazon.awssdk.services.quicksight Amazon QuickSight API Reference software.amazon.awssdk.services.quicksight.paginators -
-
Uses of ListBrandsResponse in software.amazon.awssdk.services.quicksight
Methods in software.amazon.awssdk.services.quicksight that return ListBrandsResponse Modifier and Type Method Description default ListBrandsResponseQuickSightClient. listBrands(Consumer<ListBrandsRequest.Builder> listBrandsRequest)Lists all brands in an QuickSight account.default ListBrandsResponseQuickSightClient. listBrands(ListBrandsRequest listBrandsRequest)Lists all brands in an QuickSight account.Methods in software.amazon.awssdk.services.quicksight that return types with arguments of type ListBrandsResponse Modifier and Type Method Description default CompletableFuture<ListBrandsResponse>QuickSightAsyncClient. listBrands(Consumer<ListBrandsRequest.Builder> listBrandsRequest)Lists all brands in an QuickSight account.default CompletableFuture<ListBrandsResponse>QuickSightAsyncClient. listBrands(ListBrandsRequest listBrandsRequest)Lists all brands in an QuickSight account. -
Uses of ListBrandsResponse in software.amazon.awssdk.services.quicksight.paginators
Methods in software.amazon.awssdk.services.quicksight.paginators that return types with arguments of type ListBrandsResponse Modifier and Type Method Description Iterator<ListBrandsResponse>ListBrandsIterable. iterator()Method parameters in software.amazon.awssdk.services.quicksight.paginators with type arguments of type ListBrandsResponse Modifier and Type Method Description voidListBrandsPublisher. subscribe(org.reactivestreams.Subscriber<? super ListBrandsResponse> subscriber)
-