Uses of Class
software.amazon.awssdk.services.cognitoidentityprovider.model.AssetCategoryType
-
Packages that use AssetCategoryType Package Description software.amazon.awssdk.services.cognitoidentityprovider.model -
-
Uses of AssetCategoryType in software.amazon.awssdk.services.cognitoidentityprovider.model
Methods in software.amazon.awssdk.services.cognitoidentityprovider.model that return AssetCategoryType Modifier and Type Method Description AssetCategoryTypeAssetType. category()The category that the image corresponds to in your managed login configuration.static AssetCategoryTypeAssetCategoryType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static AssetCategoryTypeAssetCategoryType. valueOf(String name)Returns the enum constant of this type with the specified name.static AssetCategoryType[]AssetCategoryType. 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 AssetCategoryType Modifier and Type Method Description static Set<AssetCategoryType>AssetCategoryType. knownValues()Methods in software.amazon.awssdk.services.cognitoidentityprovider.model with parameters of type AssetCategoryType Modifier and Type Method Description AssetType.BuilderAssetType.Builder. category(AssetCategoryType category)The category that the image corresponds to in your managed login configuration.
-