| 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 ListDelegatedAdministratorsResponse |
OrganizationsClient.listDelegatedAdministrators(Consumer<ListDelegatedAdministratorsRequest.Builder> listDelegatedAdministratorsRequest)
Lists the Amazon Web Services accounts that are designated as delegated administrators in this organization.
|
default ListDelegatedAdministratorsResponse |
OrganizationsClient.listDelegatedAdministrators(ListDelegatedAdministratorsRequest listDelegatedAdministratorsRequest)
Lists the Amazon Web Services accounts that are designated as delegated administrators in this organization.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListDelegatedAdministratorsResponse> |
OrganizationsAsyncClient.listDelegatedAdministrators(Consumer<ListDelegatedAdministratorsRequest.Builder> listDelegatedAdministratorsRequest)
Lists the Amazon Web Services accounts that are designated as delegated administrators in this organization.
|
default CompletableFuture<ListDelegatedAdministratorsResponse> |
OrganizationsAsyncClient.listDelegatedAdministrators(ListDelegatedAdministratorsRequest listDelegatedAdministratorsRequest)
Lists the Amazon Web Services accounts that are designated as delegated administrators in this organization.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<ListDelegatedAdministratorsResponse> |
ListDelegatedAdministratorsIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListDelegatedAdministratorsPublisher.subscribe(org.reactivestreams.Subscriber<? super ListDelegatedAdministratorsResponse> subscriber) |
Copyright © 2023. All rights reserved.