Uses of Interface
software.amazon.awssdk.services.quicksight.model.ListBrandsRequest.Builder
-
Packages that use ListBrandsRequest.Builder Package Description software.amazon.awssdk.services.quicksight Amazon QuickSight API Reference software.amazon.awssdk.services.quicksight.model -
-
Uses of ListBrandsRequest.Builder in software.amazon.awssdk.services.quicksight
Method parameters in software.amazon.awssdk.services.quicksight with type arguments of type ListBrandsRequest.Builder Modifier and Type Method Description default CompletableFuture<ListBrandsResponse>QuickSightAsyncClient. listBrands(Consumer<ListBrandsRequest.Builder> listBrandsRequest)Lists all brands in an QuickSight account.default ListBrandsResponseQuickSightClient. listBrands(Consumer<ListBrandsRequest.Builder> listBrandsRequest)Lists all brands in an QuickSight account.default ListBrandsPublisherQuickSightAsyncClient. listBrandsPaginator(Consumer<ListBrandsRequest.Builder> listBrandsRequest)This is a variant ofQuickSightAsyncClient.listBrands(software.amazon.awssdk.services.quicksight.model.ListBrandsRequest)operation.default ListBrandsIterableQuickSightClient. listBrandsPaginator(Consumer<ListBrandsRequest.Builder> listBrandsRequest)This is a variant ofQuickSightClient.listBrands(software.amazon.awssdk.services.quicksight.model.ListBrandsRequest)operation. -
Uses of ListBrandsRequest.Builder in software.amazon.awssdk.services.quicksight.model
Methods in software.amazon.awssdk.services.quicksight.model that return ListBrandsRequest.Builder Modifier and Type Method Description ListBrandsRequest.BuilderListBrandsRequest.Builder. awsAccountId(String awsAccountId)The ID of the Amazon Web Services account that owns the brands that you want to list.static ListBrandsRequest.BuilderListBrandsRequest. builder()ListBrandsRequest.BuilderListBrandsRequest.Builder. maxResults(Integer maxResults)The maximum number of results to be returned in a single request.ListBrandsRequest.BuilderListBrandsRequest.Builder. nextToken(String nextToken)The token for the next set of results, or null if there are no more results.ListBrandsRequest.BuilderListBrandsRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListBrandsRequest.BuilderListBrandsRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListBrandsRequest.BuilderListBrandsRequest. toBuilder()Methods in software.amazon.awssdk.services.quicksight.model that return types with arguments of type ListBrandsRequest.Builder Modifier and Type Method Description static Class<? extends ListBrandsRequest.Builder>ListBrandsRequest. serializableBuilderClass()
-