| Package | Description |
|---|---|
| com.amazonaws.services.ssoadmin.model |
| Modifier and Type | Method and Description |
|---|---|
DisplayData |
DisplayData.clone() |
DisplayData |
ApplicationProvider.getDisplayData()
A structure that describes how IAM Identity Center represents the application provider in the portal.
|
DisplayData |
DescribeApplicationProviderResult.getDisplayData()
A structure with details about the display data for the application provider.
|
DisplayData |
DisplayData.withDescription(String description)
The description of the application provider that appears in the portal.
|
DisplayData |
DisplayData.withDisplayName(String displayName)
The name of the application provider that appears in the portal.
|
DisplayData |
DisplayData.withIconUrl(String iconUrl)
A URL that points to an icon that represents the application provider.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ApplicationProvider.setDisplayData(DisplayData displayData)
A structure that describes how IAM Identity Center represents the application provider in the portal.
|
void |
DescribeApplicationProviderResult.setDisplayData(DisplayData displayData)
A structure with details about the display data for the application provider.
|
ApplicationProvider |
ApplicationProvider.withDisplayData(DisplayData displayData)
A structure that describes how IAM Identity Center represents the application provider in the portal.
|
DescribeApplicationProviderResult |
DescribeApplicationProviderResult.withDisplayData(DisplayData displayData)
A structure with details about the display data for the application provider.
|
Copyright © 2023. All rights reserved.