Uses of Interface
software.amazon.awssdk.services.workspaces.model.IosImportClientBrandingAttributes.Builder
-
Packages that use IosImportClientBrandingAttributes.Builder Package Description software.amazon.awssdk.services.workspaces.model -
-
Uses of IosImportClientBrandingAttributes.Builder in software.amazon.awssdk.services.workspaces.model
Methods in software.amazon.awssdk.services.workspaces.model that return IosImportClientBrandingAttributes.Builder Modifier and Type Method Description static IosImportClientBrandingAttributes.BuilderIosImportClientBrandingAttributes. builder()IosImportClientBrandingAttributes.BuilderIosImportClientBrandingAttributes.Builder. forgotPasswordLink(String forgotPasswordLink)The forgotten password link.IosImportClientBrandingAttributes.BuilderIosImportClientBrandingAttributes.Builder. loginMessage(Map<String,String> loginMessage)The login message.IosImportClientBrandingAttributes.BuilderIosImportClientBrandingAttributes.Builder. logo(SdkBytes logo)The logo.IosImportClientBrandingAttributes.BuilderIosImportClientBrandingAttributes.Builder. logo2x(SdkBytes logo2x)The @2x version of the logo.IosImportClientBrandingAttributes.BuilderIosImportClientBrandingAttributes.Builder. logo3x(SdkBytes logo3x)The @3x version of the logo.IosImportClientBrandingAttributes.BuilderIosImportClientBrandingAttributes.Builder. supportEmail(String supportEmail)The support email.IosImportClientBrandingAttributes.BuilderIosImportClientBrandingAttributes.Builder. supportLink(String supportLink)The support link.IosImportClientBrandingAttributes.BuilderIosImportClientBrandingAttributes. toBuilder()Methods in software.amazon.awssdk.services.workspaces.model that return types with arguments of type IosImportClientBrandingAttributes.Builder Modifier and Type Method Description static Class<? extends IosImportClientBrandingAttributes.Builder>IosImportClientBrandingAttributes. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.workspaces.model with type arguments of type IosImportClientBrandingAttributes.Builder Modifier and Type Method Description default ImportClientBrandingRequest.BuilderImportClientBrandingRequest.Builder. deviceTypeIos(Consumer<IosImportClientBrandingAttributes.Builder> deviceTypeIos)The branding information to import for iOS devices.
-