Uses of Class
software.amazon.awssdk.services.ssoadmin.model.AuthenticationMethodItem
-
Packages that use AuthenticationMethodItem Package Description software.amazon.awssdk.services.ssoadmin.model software.amazon.awssdk.services.ssoadmin.paginators -
-
Uses of AuthenticationMethodItem in software.amazon.awssdk.services.ssoadmin.model
Methods in software.amazon.awssdk.services.ssoadmin.model that return types with arguments of type AuthenticationMethodItem Modifier and Type Method Description List<AuthenticationMethodItem>
ListApplicationAuthenticationMethodsResponse. authenticationMethods()
An array list of authentication methods for the specified application.Methods in software.amazon.awssdk.services.ssoadmin.model with parameters of type AuthenticationMethodItem Modifier and Type Method Description ListApplicationAuthenticationMethodsResponse.Builder
ListApplicationAuthenticationMethodsResponse.Builder. authenticationMethods(AuthenticationMethodItem... authenticationMethods)
An array list of authentication methods for the specified application.Method parameters in software.amazon.awssdk.services.ssoadmin.model with type arguments of type AuthenticationMethodItem Modifier and Type Method Description ListApplicationAuthenticationMethodsResponse.Builder
ListApplicationAuthenticationMethodsResponse.Builder. authenticationMethods(Collection<AuthenticationMethodItem> authenticationMethods)
An array list of authentication methods for the specified application. -
Uses of AuthenticationMethodItem in software.amazon.awssdk.services.ssoadmin.paginators
Methods in software.amazon.awssdk.services.ssoadmin.paginators that return types with arguments of type AuthenticationMethodItem Modifier and Type Method Description SdkIterable<AuthenticationMethodItem>
ListApplicationAuthenticationMethodsIterable. authenticationMethods()
Returns an iterable to iterate through the paginatedListApplicationAuthenticationMethodsResponse.authenticationMethods()
member.SdkPublisher<AuthenticationMethodItem>
ListApplicationAuthenticationMethodsPublisher. authenticationMethods()
Returns a publisher that can be used to get a stream of data.
-