Uses of Class
software.amazon.awssdk.services.ssoadmin.model.PortalOptions
-
Packages that use PortalOptions Package Description software.amazon.awssdk.services.ssoadmin.model -
-
Uses of PortalOptions in software.amazon.awssdk.services.ssoadmin.model
Methods in software.amazon.awssdk.services.ssoadmin.model that return PortalOptions Modifier and Type Method Description PortalOptionsApplication. portalOptions()A structure that describes the options for the access portal associated with this application.PortalOptionsCreateApplicationRequest. portalOptions()A structure that describes the options for the portal associated with an application.PortalOptionsDescribeApplicationResponse. portalOptions()A structure that describes the options for the portal associated with an application.Methods in software.amazon.awssdk.services.ssoadmin.model with parameters of type PortalOptions Modifier and Type Method Description Application.BuilderApplication.Builder. portalOptions(PortalOptions portalOptions)A structure that describes the options for the access portal associated with this application.CreateApplicationRequest.BuilderCreateApplicationRequest.Builder. portalOptions(PortalOptions portalOptions)A structure that describes the options for the portal associated with an application.DescribeApplicationResponse.BuilderDescribeApplicationResponse.Builder. portalOptions(PortalOptions portalOptions)A structure that describes the options for the portal associated with an application.
-