Uses of Class
software.amazon.awssdk.services.organizations.model.ListDelegatedServicesForAccountResponse
-
Packages that use ListDelegatedServicesForAccountResponse 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 ListDelegatedServicesForAccountResponse in software.amazon.awssdk.services.organizations
Methods in software.amazon.awssdk.services.organizations that return ListDelegatedServicesForAccountResponse Modifier and Type Method Description default ListDelegatedServicesForAccountResponseOrganizationsClient. listDelegatedServicesForAccount(Consumer<ListDelegatedServicesForAccountRequest.Builder> listDelegatedServicesForAccountRequest)List the Amazon Web Services services for which the specified account is a delegated administrator.default ListDelegatedServicesForAccountResponseOrganizationsClient. listDelegatedServicesForAccount(ListDelegatedServicesForAccountRequest listDelegatedServicesForAccountRequest)List the Amazon Web Services services for which the specified account is a delegated administrator.Methods in software.amazon.awssdk.services.organizations that return types with arguments of type ListDelegatedServicesForAccountResponse Modifier and Type Method Description default CompletableFuture<ListDelegatedServicesForAccountResponse>OrganizationsAsyncClient. listDelegatedServicesForAccount(Consumer<ListDelegatedServicesForAccountRequest.Builder> listDelegatedServicesForAccountRequest)List the Amazon Web Services services for which the specified account is a delegated administrator.default CompletableFuture<ListDelegatedServicesForAccountResponse>OrganizationsAsyncClient. listDelegatedServicesForAccount(ListDelegatedServicesForAccountRequest listDelegatedServicesForAccountRequest)List the Amazon Web Services services for which the specified account is a delegated administrator. -
Uses of ListDelegatedServicesForAccountResponse in software.amazon.awssdk.services.organizations.paginators
Methods in software.amazon.awssdk.services.organizations.paginators that return types with arguments of type ListDelegatedServicesForAccountResponse Modifier and Type Method Description Iterator<ListDelegatedServicesForAccountResponse>ListDelegatedServicesForAccountIterable. iterator()Method parameters in software.amazon.awssdk.services.organizations.paginators with type arguments of type ListDelegatedServicesForAccountResponse Modifier and Type Method Description voidListDelegatedServicesForAccountPublisher. subscribe(org.reactivestreams.Subscriber<? super ListDelegatedServicesForAccountResponse> subscriber)
-