Uses of Class
software.amazon.awssdk.services.ssoadmin.model.SignInOptions
-
Packages that use SignInOptions Package Description software.amazon.awssdk.services.ssoadmin.model -
-
Uses of SignInOptions in software.amazon.awssdk.services.ssoadmin.model
Methods in software.amazon.awssdk.services.ssoadmin.model that return SignInOptions Modifier and Type Method Description SignInOptions
PortalOptions. signInOptions()
A structure that describes the sign-in options for the access portal.SignInOptions
UpdateApplicationPortalOptions. signInOptions()
Returns the value of the SignInOptions property for this object.Methods in software.amazon.awssdk.services.ssoadmin.model with parameters of type SignInOptions Modifier and Type Method Description PortalOptions.Builder
PortalOptions.Builder. signInOptions(SignInOptions signInOptions)
A structure that describes the sign-in options for the access portal.UpdateApplicationPortalOptions.Builder
UpdateApplicationPortalOptions.Builder. signInOptions(SignInOptions signInOptions)
Sets the value of the SignInOptions property for this object.
-