Uses of Class
software.amazon.awssdk.services.cognitoidentityprovider.model.AssetType
-
Packages that use AssetType Package Description software.amazon.awssdk.services.cognitoidentityprovider.model -
-
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 AssetType Modifier and Type Method Description List<AssetType>CreateManagedLoginBrandingRequest. assets()An array of image files that you want to apply to roles like backgrounds, logos, and icons.List<AssetType>ManagedLoginBrandingType. assets()An array of image files that you want to apply to roles like backgrounds, logos, and icons.List<AssetType>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 AssetType Modifier and Type Method Description CreateManagedLoginBrandingRequest.BuilderCreateManagedLoginBrandingRequest.Builder. assets(AssetType... assets)An array of image files that you want to apply to roles like backgrounds, logos, and icons.ManagedLoginBrandingType.BuilderManagedLoginBrandingType.Builder. assets(AssetType... assets)An array of image files that you want to apply to roles like backgrounds, logos, and icons.UpdateManagedLoginBrandingRequest.BuilderUpdateManagedLoginBrandingRequest.Builder. assets(AssetType... assets)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 AssetType Modifier and Type Method Description CreateManagedLoginBrandingRequest.BuilderCreateManagedLoginBrandingRequest.Builder. assets(Collection<AssetType> assets)An array of image files that you want to apply to roles like backgrounds, logos, and icons.ManagedLoginBrandingType.BuilderManagedLoginBrandingType.Builder. assets(Collection<AssetType> assets)An array of image files that you want to apply to roles like backgrounds, logos, and icons.UpdateManagedLoginBrandingRequest.BuilderUpdateManagedLoginBrandingRequest.Builder. assets(Collection<AssetType> assets)An array of image files that you want to apply to roles like backgrounds, logos, and icons.
-