| 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 ListRootsResponse |
OrganizationsClient.listRoots(ListRootsRequest listRootsRequest)
Lists the roots that are defined in the current organization.
|
default CompletableFuture<ListRootsResponse> |
OrganizationsAsyncClient.listRoots(ListRootsRequest listRootsRequest)
Lists the roots that are defined in the current organization.
|
default ListRootsIterable |
OrganizationsClient.listRootsPaginator(ListRootsRequest listRootsRequest)
Lists the roots that are defined in the current organization.
|
default ListRootsPublisher |
OrganizationsAsyncClient.listRootsPaginator(ListRootsRequest listRootsRequest)
Lists the roots that are defined in the current organization.
|
| Constructor and Description |
|---|
ListRootsIterable(OrganizationsClient client,
ListRootsRequest firstRequest) |
ListRootsPublisher(OrganizationsAsyncClient client,
ListRootsRequest firstRequest) |
| Modifier and Type | Method and Description |
|---|---|
SdkHttpFullRequest |
ListRootsRequestMarshaller.marshall(ListRootsRequest listRootsRequest) |
Copyright © 2023. All rights reserved.