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 AuthenticationMethod
AuthenticationMethodItem. authenticationMethod()
A structure that describes an authentication method.AuthenticationMethod
GetApplicationAuthenticationMethodResponse. authenticationMethod()
A structure that contains details about the requested authentication method.AuthenticationMethod
PutApplicationAuthenticationMethodRequest. authenticationMethod()
Specifies a structure that describes the authentication method to add or update.static AuthenticationMethod
AuthenticationMethod. fromIam(Consumer<IamAuthenticationMethod.Builder> iam)
Create an instance of this class withiam()
initialized to the given value.static AuthenticationMethod
AuthenticationMethod. 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.Builder
AuthenticationMethodItem.Builder. authenticationMethod(AuthenticationMethod authenticationMethod)
A structure that describes an authentication method.GetApplicationAuthenticationMethodResponse.Builder
GetApplicationAuthenticationMethodResponse.Builder. authenticationMethod(AuthenticationMethod authenticationMethod)
A structure that contains details about the requested authentication method.PutApplicationAuthenticationMethodRequest.Builder
PutApplicationAuthenticationMethodRequest.Builder. authenticationMethod(AuthenticationMethod authenticationMethod)
Specifies a structure that describes the authentication method to add or update.
-