| 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 |
| Modifier and Type | Method and Description |
|---|---|
default ListDelegatedServicesForAccountResponse |
OrganizationsClient.listDelegatedServicesForAccount(Consumer<ListDelegatedServicesForAccountRequest.Builder> listDelegatedServicesForAccountRequest)
List the Amazon Web Services services for which the specified account is a delegated administrator.
|
default ListDelegatedServicesForAccountResponse |
OrganizationsClient.listDelegatedServicesForAccount(ListDelegatedServicesForAccountRequest listDelegatedServicesForAccountRequest)
List the Amazon Web Services services for which the specified account is a delegated administrator.
|
| Modifier and Type | Method and 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.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<ListDelegatedServicesForAccountResponse> |
ListDelegatedServicesForAccountIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListDelegatedServicesForAccountPublisher.subscribe(org.reactivestreams.Subscriber<? super ListDelegatedServicesForAccountResponse> subscriber) |
Copyright © 2023. All rights reserved.