Uses of Class
software.amazon.awssdk.services.organizations.model.ListDelegatedServicesForAccountRequest
-
Packages that use ListDelegatedServicesForAccountRequest 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 ListDelegatedServicesForAccountRequest in software.amazon.awssdk.services.organizations
Methods in software.amazon.awssdk.services.organizations with parameters of type ListDelegatedServicesForAccountRequest Modifier and Type Method Description default CompletableFuture<ListDelegatedServicesForAccountResponse>OrganizationsAsyncClient. listDelegatedServicesForAccount(ListDelegatedServicesForAccountRequest 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.default ListDelegatedServicesForAccountPublisherOrganizationsAsyncClient. listDelegatedServicesForAccountPaginator(ListDelegatedServicesForAccountRequest 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. -
Uses of ListDelegatedServicesForAccountRequest in software.amazon.awssdk.services.organizations.paginators
Constructors in software.amazon.awssdk.services.organizations.paginators with parameters of type ListDelegatedServicesForAccountRequest Constructor Description ListDelegatedServicesForAccountIterable(OrganizationsClient client, ListDelegatedServicesForAccountRequest firstRequest)ListDelegatedServicesForAccountPublisher(OrganizationsAsyncClient client, ListDelegatedServicesForAccountRequest firstRequest) -
Uses of ListDelegatedServicesForAccountRequest in software.amazon.awssdk.services.organizations.transform
Methods in software.amazon.awssdk.services.organizations.transform with parameters of type ListDelegatedServicesForAccountRequest Modifier and Type Method Description SdkHttpFullRequestListDelegatedServicesForAccountRequestMarshaller. marshall(ListDelegatedServicesForAccountRequest listDelegatedServicesForAccountRequest)
-