Uses of Class
software.amazon.awssdk.services.ssoadmin.model.AuthenticationMethod
-
Packages that use AuthenticationMethod Package Description software.amazon.awssdk.services.ssoadmin.model -
-
Uses of AuthenticationMethod in software.amazon.awssdk.services.ssoadmin.model
Methods in software.amazon.awssdk.services.ssoadmin.model that return AuthenticationMethod Modifier and Type Method Description AuthenticationMethodAuthenticationMethodItem. authenticationMethod()A structure that describes an authentication method.AuthenticationMethodGetApplicationAuthenticationMethodResponse. authenticationMethod()A structure that contains details about the requested authentication method.AuthenticationMethodPutApplicationAuthenticationMethodRequest. authenticationMethod()Specifies a structure that describes the authentication method to add or update.static AuthenticationMethodAuthenticationMethod. fromIam(Consumer<IamAuthenticationMethod.Builder> iam)Create an instance of this class withiam()initialized to the given value.static AuthenticationMethodAuthenticationMethod. fromIam(IamAuthenticationMethod iam)Create an instance of this class withiam()initialized to the given value.Methods in software.amazon.awssdk.services.ssoadmin.model with parameters of type AuthenticationMethod Modifier and Type Method Description AuthenticationMethodItem.BuilderAuthenticationMethodItem.Builder. authenticationMethod(AuthenticationMethod authenticationMethod)A structure that describes an authentication method.GetApplicationAuthenticationMethodResponse.BuilderGetApplicationAuthenticationMethodResponse.Builder. authenticationMethod(AuthenticationMethod authenticationMethod)A structure that contains details about the requested authentication method.PutApplicationAuthenticationMethodRequest.BuilderPutApplicationAuthenticationMethodRequest.Builder. authenticationMethod(AuthenticationMethod authenticationMethod)Specifies a structure that describes the authentication method to add or update.
-