Uses of Class
software.amazon.awssdk.services.quicksight.model.BrandDetail
-
Packages that use BrandDetail Package Description software.amazon.awssdk.services.quicksight.model -
-
Uses of BrandDetail in software.amazon.awssdk.services.quicksight.model
Methods in software.amazon.awssdk.services.quicksight.model that return BrandDetail Modifier and Type Method Description BrandDetailCreateBrandResponse. brandDetail()The details of the brand.BrandDetailDescribeBrandPublishedVersionResponse. brandDetail()The details of the brand.BrandDetailDescribeBrandResponse. brandDetail()The details of the brand.BrandDetailUpdateBrandResponse. brandDetail()The details of the brand.Methods in software.amazon.awssdk.services.quicksight.model with parameters of type BrandDetail Modifier and Type Method Description CreateBrandResponse.BuilderCreateBrandResponse.Builder. brandDetail(BrandDetail brandDetail)The details of the brand.DescribeBrandPublishedVersionResponse.BuilderDescribeBrandPublishedVersionResponse.Builder. brandDetail(BrandDetail brandDetail)The details of the brand.DescribeBrandResponse.BuilderDescribeBrandResponse.Builder. brandDetail(BrandDetail brandDetail)The details of the brand.UpdateBrandResponse.BuilderUpdateBrandResponse.Builder. brandDetail(BrandDetail brandDetail)The details of the brand.
-