Uses of Interface
software.amazon.awssdk.services.quicksight.model.ListBrandsResponse.Builder
-
Packages that use ListBrandsResponse.Builder Package Description software.amazon.awssdk.services.quicksight.model -
-
Uses of ListBrandsResponse.Builder in software.amazon.awssdk.services.quicksight.model
Methods in software.amazon.awssdk.services.quicksight.model that return ListBrandsResponse.Builder Modifier and Type Method Description ListBrandsResponse.BuilderListBrandsResponse.Builder. brands(Collection<BrandSummary> brands)A list of all brands in your Amazon Web Services account.ListBrandsResponse.BuilderListBrandsResponse.Builder. brands(Consumer<BrandSummary.Builder>... brands)A list of all brands in your Amazon Web Services account.ListBrandsResponse.BuilderListBrandsResponse.Builder. brands(BrandSummary... brands)A list of all brands in your Amazon Web Services account.static ListBrandsResponse.BuilderListBrandsResponse. builder()ListBrandsResponse.BuilderListBrandsResponse.Builder. nextToken(String nextToken)The token for the next set of results, or null if there are no more results.ListBrandsResponse.BuilderListBrandsResponse. toBuilder()Methods in software.amazon.awssdk.services.quicksight.model that return types with arguments of type ListBrandsResponse.Builder Modifier and Type Method Description static Class<? extends ListBrandsResponse.Builder>ListBrandsResponse. serializableBuilderClass()
-