Uses of Class
software.amazon.awssdk.services.ssoadmin.paginators.ListApplicationAuthenticationMethodsPublisher
-
Packages that use ListApplicationAuthenticationMethodsPublisher 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 ListApplicationAuthenticationMethodsPublisher in software.amazon.awssdk.services.ssoadmin
Methods in software.amazon.awssdk.services.ssoadmin that return ListApplicationAuthenticationMethodsPublisher Modifier and Type Method Description default ListApplicationAuthenticationMethodsPublisherSsoAdminAsyncClient. listApplicationAuthenticationMethodsPaginator(Consumer<ListApplicationAuthenticationMethodsRequest.Builder> listApplicationAuthenticationMethodsRequest)Lists all of the authentication methods supported by the specified application.default ListApplicationAuthenticationMethodsPublisherSsoAdminAsyncClient. listApplicationAuthenticationMethodsPaginator(ListApplicationAuthenticationMethodsRequest listApplicationAuthenticationMethodsRequest)Lists all of the authentication methods supported by the specified application.
-