Uses of Class
software.amazon.awssdk.services.organizations.model.ListDelegatedAdministratorsResponse
-
Packages that use ListDelegatedAdministratorsResponse 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.software.amazon.awssdk.services.organizations.paginators -
-
Uses of ListDelegatedAdministratorsResponse in software.amazon.awssdk.services.organizations
Methods in software.amazon.awssdk.services.organizations that return ListDelegatedAdministratorsResponse Modifier and Type Method Description default ListDelegatedAdministratorsResponseOrganizationsClient. listDelegatedAdministrators(Consumer<ListDelegatedAdministratorsRequest.Builder> listDelegatedAdministratorsRequest)Lists the Amazon Web Services accounts that are designated as delegated administrators in this organization.default ListDelegatedAdministratorsResponseOrganizationsClient. listDelegatedAdministrators(ListDelegatedAdministratorsRequest listDelegatedAdministratorsRequest)Lists the Amazon Web Services accounts that are designated as delegated administrators in this organization.Methods in software.amazon.awssdk.services.organizations that return types with arguments of type ListDelegatedAdministratorsResponse Modifier and Type Method Description default CompletableFuture<ListDelegatedAdministratorsResponse>OrganizationsAsyncClient. listDelegatedAdministrators(Consumer<ListDelegatedAdministratorsRequest.Builder> listDelegatedAdministratorsRequest)Lists the Amazon Web Services accounts that are designated as delegated administrators in this organization.default CompletableFuture<ListDelegatedAdministratorsResponse>OrganizationsAsyncClient. listDelegatedAdministrators(ListDelegatedAdministratorsRequest listDelegatedAdministratorsRequest)Lists the Amazon Web Services accounts that are designated as delegated administrators in this organization. -
Uses of ListDelegatedAdministratorsResponse in software.amazon.awssdk.services.organizations.paginators
Methods in software.amazon.awssdk.services.organizations.paginators that return types with arguments of type ListDelegatedAdministratorsResponse Modifier and Type Method Description Iterator<ListDelegatedAdministratorsResponse>ListDelegatedAdministratorsIterable. iterator()Method parameters in software.amazon.awssdk.services.organizations.paginators with type arguments of type ListDelegatedAdministratorsResponse Modifier and Type Method Description voidListDelegatedAdministratorsPublisher. subscribe(org.reactivestreams.Subscriber<? super ListDelegatedAdministratorsResponse> subscriber)
-