Uses of Enum
software.amazon.awssdk.services.cognitoidentityprovider.model.AssetCategoryType
Packages that use AssetCategoryType
-
Uses of AssetCategoryType in software.amazon.awssdk.services.cognitoidentityprovider.model
Methods in software.amazon.awssdk.services.cognitoidentityprovider.model that return AssetCategoryTypeModifier and TypeMethodDescriptionfinal AssetCategoryTypeAssetType.category()The category that the image corresponds to in your managed login configuration.static AssetCategoryTypeUse this in place of valueOf to convert the raw string returned by the service into the enum value.static AssetCategoryTypeReturns 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 AssetCategoryTypeMethods in software.amazon.awssdk.services.cognitoidentityprovider.model with parameters of type AssetCategoryTypeModifier and TypeMethodDescriptionAssetType.Builder.category(AssetCategoryType category) The category that the image corresponds to in your managed login configuration.