Uses of Class
software.amazon.awssdk.services.ssoadmin.paginators.ListApplicationAuthenticationMethodsIterable
-
Packages that use ListApplicationAuthenticationMethodsIterable Package Description software.amazon.awssdk.services.ssoadmin IAM Identity Center (successor to Single Sign-On) helps you securely create, or connect, your workforce identities and manage their access centrally across Amazon Web Services accounts and applications. -
-
Uses of ListApplicationAuthenticationMethodsIterable in software.amazon.awssdk.services.ssoadmin
Methods in software.amazon.awssdk.services.ssoadmin that return ListApplicationAuthenticationMethodsIterable Modifier and Type Method Description default ListApplicationAuthenticationMethodsIterableSsoAdminClient. listApplicationAuthenticationMethodsPaginator(Consumer<ListApplicationAuthenticationMethodsRequest.Builder> listApplicationAuthenticationMethodsRequest)Lists all of the authentication methods supported by the specified application.default ListApplicationAuthenticationMethodsIterableSsoAdminClient. listApplicationAuthenticationMethodsPaginator(ListApplicationAuthenticationMethodsRequest listApplicationAuthenticationMethodsRequest)Lists all of the authentication methods supported by the specified application.
-