Uses of Interface
software.amazon.awssdk.services.workspaces.model.IosClientBrandingAttributes.Builder
-
Packages that use IosClientBrandingAttributes.Builder Package Description software.amazon.awssdk.services.workspaces.model -
-
Uses of IosClientBrandingAttributes.Builder in software.amazon.awssdk.services.workspaces.model
Methods in software.amazon.awssdk.services.workspaces.model that return IosClientBrandingAttributes.Builder Modifier and Type Method Description static IosClientBrandingAttributes.BuilderIosClientBrandingAttributes. builder()IosClientBrandingAttributes.BuilderIosClientBrandingAttributes.Builder. forgotPasswordLink(String forgotPasswordLink)The forgotten password link.IosClientBrandingAttributes.BuilderIosClientBrandingAttributes.Builder. loginMessage(Map<String,String> loginMessage)The login message.IosClientBrandingAttributes.BuilderIosClientBrandingAttributes.Builder. logo2xUrl(String logo2xUrl)The @2x version of the logo.IosClientBrandingAttributes.BuilderIosClientBrandingAttributes.Builder. logo3xUrl(String logo3xUrl)The @3x version of the logo.IosClientBrandingAttributes.BuilderIosClientBrandingAttributes.Builder. logoUrl(String logoUrl)The logo.IosClientBrandingAttributes.BuilderIosClientBrandingAttributes.Builder. supportEmail(String supportEmail)The support email.IosClientBrandingAttributes.BuilderIosClientBrandingAttributes.Builder. supportLink(String supportLink)The support link.IosClientBrandingAttributes.BuilderIosClientBrandingAttributes. toBuilder()Methods in software.amazon.awssdk.services.workspaces.model that return types with arguments of type IosClientBrandingAttributes.Builder Modifier and Type Method Description static Class<? extends IosClientBrandingAttributes.Builder>IosClientBrandingAttributes. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.workspaces.model with type arguments of type IosClientBrandingAttributes.Builder Modifier and Type Method Description default DescribeClientBrandingResponse.BuilderDescribeClientBrandingResponse.Builder. deviceTypeIos(Consumer<IosClientBrandingAttributes.Builder> deviceTypeIos)The branding information for iOS devices.default ImportClientBrandingResponse.BuilderImportClientBrandingResponse.Builder. deviceTypeIos(Consumer<IosClientBrandingAttributes.Builder> deviceTypeIos)The branding information configured for iOS devices.
-