| Package | Description |
|---|---|
| com.amazonaws.services.ssoadmin.model |
| Modifier and Type | Method and Description |
|---|---|
AuthenticationMethod |
AuthenticationMethod.clone() |
AuthenticationMethod |
PutApplicationAuthenticationMethodRequest.getAuthenticationMethod()
Specifies a structure that describes the authentication method to add or update.
|
AuthenticationMethod |
GetApplicationAuthenticationMethodResult.getAuthenticationMethod()
A structure that contains details about the requested authentication method.
|
AuthenticationMethod |
AuthenticationMethodItem.getAuthenticationMethod()
A structure that describes an authentication method.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PutApplicationAuthenticationMethodRequest.setAuthenticationMethod(AuthenticationMethod authenticationMethod)
Specifies a structure that describes the authentication method to add or update.
|
void |
GetApplicationAuthenticationMethodResult.setAuthenticationMethod(AuthenticationMethod authenticationMethod)
A structure that contains details about the requested authentication method.
|
void |
AuthenticationMethodItem.setAuthenticationMethod(AuthenticationMethod authenticationMethod)
A structure that describes an authentication method.
|
PutApplicationAuthenticationMethodRequest |
PutApplicationAuthenticationMethodRequest.withAuthenticationMethod(AuthenticationMethod authenticationMethod)
Specifies a structure that describes the authentication method to add or update.
|
GetApplicationAuthenticationMethodResult |
GetApplicationAuthenticationMethodResult.withAuthenticationMethod(AuthenticationMethod authenticationMethod)
A structure that contains details about the requested authentication method.
|
AuthenticationMethodItem |
AuthenticationMethodItem.withAuthenticationMethod(AuthenticationMethod authenticationMethod)
A structure that describes an authentication method.
|
Copyright © 2024. All rights reserved.