Uses of Class
software.amazon.awssdk.services.organizations.paginators.ListDelegatedAdministratorsIterable
-
Packages that use ListDelegatedAdministratorsIterable Package Description software.amazon.awssdk.services.organizations Organizations is a web service that enables you to consolidate your multiple Amazon Web Services accounts into an organization and centrally manage your accounts and their resources. -
-
Uses of ListDelegatedAdministratorsIterable in software.amazon.awssdk.services.organizations
Methods in software.amazon.awssdk.services.organizations that return ListDelegatedAdministratorsIterable Modifier and Type Method Description default ListDelegatedAdministratorsIterableOrganizationsClient. listDelegatedAdministratorsPaginator(Consumer<ListDelegatedAdministratorsRequest.Builder> listDelegatedAdministratorsRequest)Lists the Amazon Web Services accounts that are designated as delegated administrators in this organization.default ListDelegatedAdministratorsIterableOrganizationsClient. listDelegatedAdministratorsPaginator(ListDelegatedAdministratorsRequest listDelegatedAdministratorsRequest)Lists the Amazon Web Services accounts that are designated as delegated administrators in this organization.
-