Uses of Class
software.amazon.awssdk.services.organizations.model.ListDelegatedAdministratorsRequest
-
Packages that use ListDelegatedAdministratorsRequest 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 software.amazon.awssdk.services.organizations.transform -
-
Uses of ListDelegatedAdministratorsRequest in software.amazon.awssdk.services.organizations
Methods in software.amazon.awssdk.services.organizations with parameters of type ListDelegatedAdministratorsRequest Modifier and Type Method Description default CompletableFuture<ListDelegatedAdministratorsResponse>OrganizationsAsyncClient. listDelegatedAdministrators(ListDelegatedAdministratorsRequest 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.default ListDelegatedAdministratorsPublisherOrganizationsAsyncClient. listDelegatedAdministratorsPaginator(ListDelegatedAdministratorsRequest 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. -
Uses of ListDelegatedAdministratorsRequest in software.amazon.awssdk.services.organizations.paginators
Constructors in software.amazon.awssdk.services.organizations.paginators with parameters of type ListDelegatedAdministratorsRequest Constructor Description ListDelegatedAdministratorsIterable(OrganizationsClient client, ListDelegatedAdministratorsRequest firstRequest)ListDelegatedAdministratorsPublisher(OrganizationsAsyncClient client, ListDelegatedAdministratorsRequest firstRequest) -
Uses of ListDelegatedAdministratorsRequest in software.amazon.awssdk.services.organizations.transform
Methods in software.amazon.awssdk.services.organizations.transform with parameters of type ListDelegatedAdministratorsRequest Modifier and Type Method Description SdkHttpFullRequestListDelegatedAdministratorsRequestMarshaller. marshall(ListDelegatedAdministratorsRequest listDelegatedAdministratorsRequest)
-