| Package | Description |
|---|---|
| com.amazonaws.services.ssoadmin.model |
| Modifier and Type | Method and Description |
|---|---|
static AuthenticationMethodType |
AuthenticationMethodType.fromValue(String value)
Use this in place of valueOf.
|
static AuthenticationMethodType |
AuthenticationMethodType.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.
|
| Modifier and Type | Method and Description |
|---|---|
AuthenticationMethodItem |
AuthenticationMethodItem.withAuthenticationMethodType(AuthenticationMethodType authenticationMethodType)
The type of authentication that is used by this method.
|
PutApplicationAuthenticationMethodRequest |
PutApplicationAuthenticationMethodRequest.withAuthenticationMethodType(AuthenticationMethodType authenticationMethodType)
Specifies the type of the authentication method that you want to add or update.
|
DeleteApplicationAuthenticationMethodRequest |
DeleteApplicationAuthenticationMethodRequest.withAuthenticationMethodType(AuthenticationMethodType authenticationMethodType)
Specifies the authentication method type to delete from the application.
|
GetApplicationAuthenticationMethodRequest |
GetApplicationAuthenticationMethodRequest.withAuthenticationMethodType(AuthenticationMethodType authenticationMethodType)
Specifies the type of authentication method for which you want details.
|
Copyright © 2024. All rights reserved.