| 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 |
| Modifier and Type | Method and Description |
|---|---|
default ListDelegatedServicesForAccountResponse |
OrganizationsClient.listDelegatedServicesForAccount(ListDelegatedServicesForAccountRequest 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.
|
default ListDelegatedServicesForAccountIterable |
OrganizationsClient.listDelegatedServicesForAccountPaginator(ListDelegatedServicesForAccountRequest listDelegatedServicesForAccountRequest)
List the Amazon Web Services services for which the specified account is a delegated administrator.
|
default ListDelegatedServicesForAccountPublisher |
OrganizationsAsyncClient.listDelegatedServicesForAccountPaginator(ListDelegatedServicesForAccountRequest listDelegatedServicesForAccountRequest)
List the Amazon Web Services services for which the specified account is a delegated administrator.
|
| Constructor and Description |
|---|
ListDelegatedServicesForAccountIterable(OrganizationsClient client,
ListDelegatedServicesForAccountRequest firstRequest) |
ListDelegatedServicesForAccountPublisher(OrganizationsAsyncClient client,
ListDelegatedServicesForAccountRequest firstRequest) |
| Modifier and Type | Method and Description |
|---|---|
SdkHttpFullRequest |
ListDelegatedServicesForAccountRequestMarshaller.marshall(ListDelegatedServicesForAccountRequest listDelegatedServicesForAccountRequest) |
Copyright © 2023. All rights reserved.