Uses of Class
software.amazon.awssdk.services.organizations.paginators.ListDelegatedServicesForAccountIterable
-
Packages that use ListDelegatedServicesForAccountIterable 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 ListDelegatedServicesForAccountIterable in software.amazon.awssdk.services.organizations
Methods in software.amazon.awssdk.services.organizations that return ListDelegatedServicesForAccountIterable Modifier and Type Method Description default ListDelegatedServicesForAccountIterableOrganizationsClient. listDelegatedServicesForAccountPaginator(Consumer<ListDelegatedServicesForAccountRequest.Builder> listDelegatedServicesForAccountRequest)List the Amazon Web Services services for which the specified account is a delegated administrator.default ListDelegatedServicesForAccountIterableOrganizationsClient. listDelegatedServicesForAccountPaginator(ListDelegatedServicesForAccountRequest listDelegatedServicesForAccountRequest)List the Amazon Web Services services for which the specified account is a delegated administrator.
-