Uses of Class
software.amazon.awssdk.services.quicksight.model.BrandSummary
-
Packages that use BrandSummary Package Description software.amazon.awssdk.services.quicksight.model software.amazon.awssdk.services.quicksight.paginators -
-
Uses of BrandSummary in software.amazon.awssdk.services.quicksight.model
Methods in software.amazon.awssdk.services.quicksight.model that return types with arguments of type BrandSummary Modifier and Type Method Description List<BrandSummary>ListBrandsResponse. brands()A list of all brands in your Amazon Web Services account.Methods in software.amazon.awssdk.services.quicksight.model with parameters of type BrandSummary Modifier and Type Method Description ListBrandsResponse.BuilderListBrandsResponse.Builder. brands(BrandSummary... brands)A list of all brands in your Amazon Web Services account.Method parameters in software.amazon.awssdk.services.quicksight.model with type arguments of type BrandSummary Modifier and Type Method Description ListBrandsResponse.BuilderListBrandsResponse.Builder. brands(Collection<BrandSummary> brands)A list of all brands in your Amazon Web Services account. -
Uses of BrandSummary in software.amazon.awssdk.services.quicksight.paginators
Methods in software.amazon.awssdk.services.quicksight.paginators that return types with arguments of type BrandSummary Modifier and Type Method Description SdkIterable<BrandSummary>ListBrandsIterable. brands()Returns an iterable to iterate through the paginatedListBrandsResponse.brands()member.SdkPublisher<BrandSummary>ListBrandsPublisher. brands()Returns a publisher that can be used to get a stream of data.
-