Uses of Class
software.amazon.awssdk.services.ssoadmin.model.IamAuthenticationMethod
-
Packages that use IamAuthenticationMethod Package Description software.amazon.awssdk.services.ssoadmin.model -
-
Uses of IamAuthenticationMethod in software.amazon.awssdk.services.ssoadmin.model
Methods in software.amazon.awssdk.services.ssoadmin.model that return IamAuthenticationMethod Modifier and Type Method Description IamAuthenticationMethodAuthenticationMethod. iam()A structure that describes details for IAM authentication.Methods in software.amazon.awssdk.services.ssoadmin.model with parameters of type IamAuthenticationMethod Modifier and Type Method Description static AuthenticationMethodAuthenticationMethod. fromIam(IamAuthenticationMethod iam)Create an instance of this class withAuthenticationMethod.iam()initialized to the given value.AuthenticationMethod.BuilderAuthenticationMethod.Builder. iam(IamAuthenticationMethod iam)A structure that describes details for IAM authentication.
-