| Package | Description |
|---|---|
| com.amazonaws.services.ssoadmin.model |
| Modifier and Type | Method and Description |
|---|---|
AuthenticationMethodItem |
AuthenticationMethodItem.clone() |
AuthenticationMethodItem |
AuthenticationMethodItem.withAuthenticationMethod(AuthenticationMethod authenticationMethod)
A structure that describes an authentication method.
|
AuthenticationMethodItem |
AuthenticationMethodItem.withAuthenticationMethodType(AuthenticationMethodType authenticationMethodType)
The type of authentication that is used by this method.
|
AuthenticationMethodItem |
AuthenticationMethodItem.withAuthenticationMethodType(String authenticationMethodType)
The type of authentication that is used by this method.
|
| Modifier and Type | Method and Description |
|---|---|
List<AuthenticationMethodItem> |
ListApplicationAuthenticationMethodsResult.getAuthenticationMethods()
An array list of authentication methods for the specified application.
|
| Modifier and Type | Method and Description |
|---|---|
ListApplicationAuthenticationMethodsResult |
ListApplicationAuthenticationMethodsResult.withAuthenticationMethods(AuthenticationMethodItem... authenticationMethods)
An array list of authentication methods for the specified application.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListApplicationAuthenticationMethodsResult.setAuthenticationMethods(Collection<AuthenticationMethodItem> authenticationMethods)
An array list of authentication methods for the specified application.
|
ListApplicationAuthenticationMethodsResult |
ListApplicationAuthenticationMethodsResult.withAuthenticationMethods(Collection<AuthenticationMethodItem> authenticationMethods)
An array list of authentication methods for the specified application.
|
Copyright © 2024. All rights reserved.