Uses of Class
software.amazon.awssdk.services.quicksight.model.ListBrandsRequest
-
Packages that use ListBrandsRequest Package Description software.amazon.awssdk.services.quicksight Amazon QuickSight API Reference software.amazon.awssdk.services.quicksight.paginators software.amazon.awssdk.services.quicksight.transform -
-
Uses of ListBrandsRequest in software.amazon.awssdk.services.quicksight
Methods in software.amazon.awssdk.services.quicksight with parameters of type ListBrandsRequest Modifier and Type Method Description default CompletableFuture<ListBrandsResponse>QuickSightAsyncClient. listBrands(ListBrandsRequest listBrandsRequest)Lists all brands in an QuickSight account.default ListBrandsResponseQuickSightClient. listBrands(ListBrandsRequest listBrandsRequest)Lists all brands in an QuickSight account.default ListBrandsPublisherQuickSightAsyncClient. listBrandsPaginator(ListBrandsRequest listBrandsRequest)This is a variant ofQuickSightAsyncClient.listBrands(software.amazon.awssdk.services.quicksight.model.ListBrandsRequest)operation.default ListBrandsIterableQuickSightClient. listBrandsPaginator(ListBrandsRequest listBrandsRequest)This is a variant ofQuickSightClient.listBrands(software.amazon.awssdk.services.quicksight.model.ListBrandsRequest)operation. -
Uses of ListBrandsRequest in software.amazon.awssdk.services.quicksight.paginators
Constructors in software.amazon.awssdk.services.quicksight.paginators with parameters of type ListBrandsRequest Constructor Description ListBrandsIterable(QuickSightClient client, ListBrandsRequest firstRequest)ListBrandsPublisher(QuickSightAsyncClient client, ListBrandsRequest firstRequest) -
Uses of ListBrandsRequest in software.amazon.awssdk.services.quicksight.transform
Methods in software.amazon.awssdk.services.quicksight.transform with parameters of type ListBrandsRequest Modifier and Type Method Description SdkHttpFullRequestListBrandsRequestMarshaller. marshall(ListBrandsRequest listBrandsRequest)
-