Uses of Class
software.amazon.awssdk.services.ssoadmin.model.DisplayData
-
Packages that use DisplayData Package Description software.amazon.awssdk.services.ssoadmin.model -
-
Uses of DisplayData in software.amazon.awssdk.services.ssoadmin.model
Methods in software.amazon.awssdk.services.ssoadmin.model that return DisplayData Modifier and Type Method Description DisplayData
ApplicationProvider. displayData()
A structure that describes how IAM Identity Center represents the application provider in the portal.DisplayData
DescribeApplicationProviderResponse. displayData()
A structure with details about the display data for the application provider.Methods in software.amazon.awssdk.services.ssoadmin.model with parameters of type DisplayData Modifier and Type Method Description ApplicationProvider.Builder
ApplicationProvider.Builder. displayData(DisplayData displayData)
A structure that describes how IAM Identity Center represents the application provider in the portal.DescribeApplicationProviderResponse.Builder
DescribeApplicationProviderResponse.Builder. displayData(DisplayData displayData)
A structure with details about the display data for the application provider.
-