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