| Package | Description |
|---|---|
| com.amazonaws.services.workspaces.model |
| Modifier and Type | Method and Description |
|---|---|
IosImportClientBrandingAttributes |
IosImportClientBrandingAttributes.addLoginMessageEntry(String key,
String value)
Add a single LoginMessage entry
|
IosImportClientBrandingAttributes |
IosImportClientBrandingAttributes.clearLoginMessageEntries()
Removes all the entries added into LoginMessage.
|
IosImportClientBrandingAttributes |
IosImportClientBrandingAttributes.clone() |
IosImportClientBrandingAttributes |
ImportClientBrandingRequest.getDeviceTypeIos()
The branding information to import for iOS devices.
|
IosImportClientBrandingAttributes |
IosImportClientBrandingAttributes.withForgotPasswordLink(String forgotPasswordLink)
The forgotten password link.
|
IosImportClientBrandingAttributes |
IosImportClientBrandingAttributes.withLoginMessage(Map<String,String> loginMessage)
The login message.
|
IosImportClientBrandingAttributes |
IosImportClientBrandingAttributes.withLogo(ByteBuffer logo)
The logo.
|
IosImportClientBrandingAttributes |
IosImportClientBrandingAttributes.withLogo2x(ByteBuffer logo2x)
The @2x version of the logo.
|
IosImportClientBrandingAttributes |
IosImportClientBrandingAttributes.withLogo3x(ByteBuffer logo3x)
The @3x version of the logo.
|
IosImportClientBrandingAttributes |
IosImportClientBrandingAttributes.withSupportEmail(String supportEmail)
The support email.
|
IosImportClientBrandingAttributes |
IosImportClientBrandingAttributes.withSupportLink(String supportLink)
The support link.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ImportClientBrandingRequest.setDeviceTypeIos(IosImportClientBrandingAttributes deviceTypeIos)
The branding information to import for iOS devices.
|
ImportClientBrandingRequest |
ImportClientBrandingRequest.withDeviceTypeIos(IosImportClientBrandingAttributes deviceTypeIos)
The branding information to import for iOS devices.
|
Copyright © 2023. All rights reserved.