Uses of Class
software.amazon.awssdk.services.ssoadmin.paginators.ListInstancesIterable
-
Packages that use ListInstancesIterable 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 ListInstancesIterable in software.amazon.awssdk.services.ssoadmin
Methods in software.amazon.awssdk.services.ssoadmin that return ListInstancesIterable Modifier and Type Method Description default ListInstancesIterableSsoAdminClient. listInstancesPaginator(Consumer<ListInstancesRequest.Builder> listInstancesRequest)Lists the details of the organization and account instances of IAM Identity Center that were created in or visible to the account calling this API.default ListInstancesIterableSsoAdminClient. listInstancesPaginator(ListInstancesRequest listInstancesRequest)Lists the details of the organization and account instances of IAM Identity Center that were created in or visible to the account calling this API.
-