Uses of Enum
software.amazon.awssdk.services.cognitoidentityprovider.model.ColorSchemeModeType
Packages that use ColorSchemeModeType
-
Uses of ColorSchemeModeType in software.amazon.awssdk.services.cognitoidentityprovider.model
Methods in software.amazon.awssdk.services.cognitoidentityprovider.model that return ColorSchemeModeTypeModifier and TypeMethodDescriptionfinal ColorSchemeModeTypeAssetType.colorMode()The display-mode target of the asset: light, dark, or browser-adaptive.static ColorSchemeModeTypeUse this in place of valueOf to convert the raw string returned by the service into the enum value.static ColorSchemeModeTypeReturns the enum constant of this type with the specified name.static ColorSchemeModeType[]ColorSchemeModeType.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.cognitoidentityprovider.model that return types with arguments of type ColorSchemeModeTypeModifier and TypeMethodDescriptionstatic Set<ColorSchemeModeType>ColorSchemeModeType.knownValues()Methods in software.amazon.awssdk.services.cognitoidentityprovider.model with parameters of type ColorSchemeModeTypeModifier and TypeMethodDescriptionAssetType.Builder.colorMode(ColorSchemeModeType colorMode) The display-mode target of the asset: light, dark, or browser-adaptive.