Uses of Enum
software.amazon.awssdk.services.cognitoidentityprovider.model.AssetExtensionType
Packages that use AssetExtensionType
-
Uses of AssetExtensionType in software.amazon.awssdk.services.cognitoidentityprovider.model
Methods in software.amazon.awssdk.services.cognitoidentityprovider.model that return AssetExtensionTypeModifier and TypeMethodDescriptionfinal AssetExtensionTypeAssetType.extension()The file type of the image file.static AssetExtensionTypeUse this in place of valueOf to convert the raw string returned by the service into the enum value.static AssetExtensionTypeReturns 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 AssetExtensionTypeModifier and TypeMethodDescriptionstatic Set<AssetExtensionType>AssetExtensionType.knownValues()Methods in software.amazon.awssdk.services.cognitoidentityprovider.model with parameters of type AssetExtensionTypeModifier and TypeMethodDescriptionAssetType.Builder.extension(AssetExtensionType extension) The file type of the image file.