Uses of Interface
software.amazon.awssdk.services.cognitoidentityprovider.model.AssetType.Builder
Packages that use AssetType.Builder
-
Uses of AssetType.Builder in software.amazon.awssdk.services.cognitoidentityprovider.model
Methods in software.amazon.awssdk.services.cognitoidentityprovider.model that return AssetType.BuilderModifier and TypeMethodDescriptionstatic AssetType.BuilderAssetType.builder()The image file, in Base64-encoded binary.The category that the image corresponds to in your managed login configuration.AssetType.Builder.category(AssetCategoryType category) The category that the image corresponds to in your managed login configuration.The display-mode target of the asset: light, dark, or browser-adaptive.AssetType.Builder.colorMode(ColorSchemeModeType colorMode) The display-mode target of the asset: light, dark, or browser-adaptive.The file type of the image file.AssetType.Builder.extension(AssetExtensionType extension) The file type of the image file.AssetType.Builder.resourceId(String resourceId) The ID of the asset.AssetType.toBuilder()Methods in software.amazon.awssdk.services.cognitoidentityprovider.model that return types with arguments of type AssetType.BuilderModifier and TypeMethodDescriptionstatic Class<? extends AssetType.Builder>AssetType.serializableBuilderClass()