| Package | Description |
|---|---|
| com.amazonaws.services.ssoadmin.model |
| Modifier and Type | Method and Description |
|---|---|
PortalOptions |
PortalOptions.clone() |
PortalOptions |
Application.getPortalOptions()
A structure that describes the options for the access portal associated with this application.
|
PortalOptions |
DescribeApplicationResult.getPortalOptions()
A structure that describes the options for the portal associated with an application.
|
PortalOptions |
CreateApplicationRequest.getPortalOptions()
A structure that describes the options for the portal associated with an application.
|
PortalOptions |
PortalOptions.withSignInOptions(SignInOptions signInOptions)
A structure that describes the sign-in options for the access portal.
|
PortalOptions |
PortalOptions.withVisibility(ApplicationVisibility visibility)
Indicates whether this application is visible in the access portal.
|
PortalOptions |
PortalOptions.withVisibility(String visibility)
Indicates whether this application is visible in the access portal.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Application.setPortalOptions(PortalOptions portalOptions)
A structure that describes the options for the access portal associated with this application.
|
void |
DescribeApplicationResult.setPortalOptions(PortalOptions portalOptions)
A structure that describes the options for the portal associated with an application.
|
void |
CreateApplicationRequest.setPortalOptions(PortalOptions portalOptions)
A structure that describes the options for the portal associated with an application.
|
Application |
Application.withPortalOptions(PortalOptions portalOptions)
A structure that describes the options for the access portal associated with this application.
|
DescribeApplicationResult |
DescribeApplicationResult.withPortalOptions(PortalOptions portalOptions)
A structure that describes the options for the portal associated with an application.
|
CreateApplicationRequest |
CreateApplicationRequest.withPortalOptions(PortalOptions portalOptions)
A structure that describes the options for the portal associated with an application.
|
Copyright © 2024. All rights reserved.