Uses of Class
software.amazon.awssdk.services.ssoadmin.model.AuthenticationMethodType
-
Packages that use AuthenticationMethodType Package Description software.amazon.awssdk.services.ssoadmin.model -
-
Uses of AuthenticationMethodType in software.amazon.awssdk.services.ssoadmin.model
Methods in software.amazon.awssdk.services.ssoadmin.model that return AuthenticationMethodType Modifier and Type Method Description AuthenticationMethodTypeAuthenticationMethodItem. authenticationMethodType()The type of authentication that is used by this method.AuthenticationMethodTypeDeleteApplicationAuthenticationMethodRequest. authenticationMethodType()Specifies the authentication method type to delete from the application.AuthenticationMethodTypeGetApplicationAuthenticationMethodRequest. authenticationMethodType()Specifies the type of authentication method for which you want details.AuthenticationMethodTypePutApplicationAuthenticationMethodRequest. authenticationMethodType()Specifies the type of the authentication method that you want to add or update.static AuthenticationMethodTypeAuthenticationMethodType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static AuthenticationMethodTypeAuthenticationMethodType. valueOf(String name)Returns the enum constant of this type with the specified name.static AuthenticationMethodType[]AuthenticationMethodType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.ssoadmin.model that return types with arguments of type AuthenticationMethodType Modifier and Type Method Description static Set<AuthenticationMethodType>AuthenticationMethodType. knownValues()Methods in software.amazon.awssdk.services.ssoadmin.model with parameters of type AuthenticationMethodType Modifier and Type Method Description AuthenticationMethodItem.BuilderAuthenticationMethodItem.Builder. authenticationMethodType(AuthenticationMethodType authenticationMethodType)The type of authentication that is used by this method.DeleteApplicationAuthenticationMethodRequest.BuilderDeleteApplicationAuthenticationMethodRequest.Builder. authenticationMethodType(AuthenticationMethodType authenticationMethodType)Specifies the authentication method type to delete from the application.GetApplicationAuthenticationMethodRequest.BuilderGetApplicationAuthenticationMethodRequest.Builder. authenticationMethodType(AuthenticationMethodType authenticationMethodType)Specifies the type of authentication method for which you want details.PutApplicationAuthenticationMethodRequest.BuilderPutApplicationAuthenticationMethodRequest.Builder. authenticationMethodType(AuthenticationMethodType authenticationMethodType)Specifies the type of the authentication method that you want to add or update.
-