Uses of Class
software.amazon.awssdk.services.cognitoidentityprovider.model.AssetType
Packages that use AssetType
-
Uses of AssetType in software.amazon.awssdk.services.cognitoidentityprovider.model
Methods in software.amazon.awssdk.services.cognitoidentityprovider.model that return types with arguments of type AssetTypeModifier and TypeMethodDescriptionCreateManagedLoginBrandingRequest.assets()An array of image files that you want to apply to functions like backgrounds, logos, and icons.ManagedLoginBrandingType.assets()An array of image files that you want to apply to roles like backgrounds, logos, and icons.UpdateManagedLoginBrandingRequest.assets()An array of image files that you want to apply to roles like backgrounds, logos, and icons.Methods in software.amazon.awssdk.services.cognitoidentityprovider.model with parameters of type AssetTypeModifier and TypeMethodDescriptionAn array of image files that you want to apply to functions like backgrounds, logos, and icons.An array of image files that you want to apply to roles like backgrounds, logos, and icons.An array of image files that you want to apply to roles like backgrounds, logos, and icons.Method parameters in software.amazon.awssdk.services.cognitoidentityprovider.model with type arguments of type AssetTypeModifier and TypeMethodDescriptionCreateManagedLoginBrandingRequest.Builder.assets(Collection<AssetType> assets) An array of image files that you want to apply to functions like backgrounds, logos, and icons.ManagedLoginBrandingType.Builder.assets(Collection<AssetType> assets) An array of image files that you want to apply to roles like backgrounds, logos, and icons.UpdateManagedLoginBrandingRequest.Builder.assets(Collection<AssetType> assets) An array of image files that you want to apply to roles like backgrounds, logos, and icons.