Uses of Class
software.amazon.awssdk.services.quicksight.model.BrandStatus
-
Packages that use BrandStatus Package Description software.amazon.awssdk.services.quicksight.model -
-
Uses of BrandStatus in software.amazon.awssdk.services.quicksight.model
Methods in software.amazon.awssdk.services.quicksight.model that return BrandStatus Modifier and Type Method Description BrandStatusBrandDetail. brandStatus()The status of the brand.BrandStatusBrandSummary. brandStatus()The status of the brand.static BrandStatusBrandStatus. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static BrandStatusBrandStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static BrandStatus[]BrandStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.quicksight.model that return types with arguments of type BrandStatus Modifier and Type Method Description static Set<BrandStatus>BrandStatus. knownValues()Methods in software.amazon.awssdk.services.quicksight.model with parameters of type BrandStatus Modifier and Type Method Description BrandDetail.BuilderBrandDetail.Builder. brandStatus(BrandStatus brandStatus)The status of the brand.BrandSummary.BuilderBrandSummary.Builder. brandStatus(BrandStatus brandStatus)The status of the brand.
-