Uses of Class
software.amazon.awssdk.services.quicksight.model.BrandDefinition
-
Packages that use BrandDefinition Package Description software.amazon.awssdk.services.quicksight.model -
-
Uses of BrandDefinition in software.amazon.awssdk.services.quicksight.model
Methods in software.amazon.awssdk.services.quicksight.model that return BrandDefinition Modifier and Type Method Description BrandDefinitionCreateBrandRequest. brandDefinition()The definition of the brand.BrandDefinitionCreateBrandResponse. brandDefinition()The definition of the brand.BrandDefinitionDescribeBrandPublishedVersionResponse. brandDefinition()The definition of the brand.BrandDefinitionDescribeBrandResponse. brandDefinition()The definition of the brand.BrandDefinitionUpdateBrandRequest. brandDefinition()The definition of the brand.BrandDefinitionUpdateBrandResponse. brandDefinition()The definition of the brand.Methods in software.amazon.awssdk.services.quicksight.model with parameters of type BrandDefinition Modifier and Type Method Description CreateBrandRequest.BuilderCreateBrandRequest.Builder. brandDefinition(BrandDefinition brandDefinition)The definition of the brand.CreateBrandResponse.BuilderCreateBrandResponse.Builder. brandDefinition(BrandDefinition brandDefinition)The definition of the brand.DescribeBrandPublishedVersionResponse.BuilderDescribeBrandPublishedVersionResponse.Builder. brandDefinition(BrandDefinition brandDefinition)The definition of the brand.DescribeBrandResponse.BuilderDescribeBrandResponse.Builder. brandDefinition(BrandDefinition brandDefinition)The definition of the brand.UpdateBrandRequest.BuilderUpdateBrandRequest.Builder. brandDefinition(BrandDefinition brandDefinition)The definition of the brand.UpdateBrandResponse.BuilderUpdateBrandResponse.Builder. brandDefinition(BrandDefinition brandDefinition)The definition of the brand.
-