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 SignInOptionsPortalOptions. signInOptions()A structure that describes the sign-in options for the access portal.SignInOptionsUpdateApplicationPortalOptions. 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.BuilderPortalOptions.Builder. signInOptions(SignInOptions signInOptions)A structure that describes the sign-in options for the access portal.UpdateApplicationPortalOptions.BuilderUpdateApplicationPortalOptions.Builder. signInOptions(SignInOptions signInOptions)Sets the value of the SignInOptions property for this object.
-