| 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 ListRootsResponse |
OrganizationsClient.listRoots()
Lists the roots that are defined in the current organization.
|
default ListRootsResponse |
OrganizationsClient.listRoots(Consumer<ListRootsRequest.Builder> listRootsRequest)
Lists the roots that are defined in the current organization.
|
default ListRootsResponse |
OrganizationsClient.listRoots(ListRootsRequest listRootsRequest)
Lists the roots that are defined in the current organization.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListRootsResponse> |
OrganizationsAsyncClient.listRoots()
Lists the roots that are defined in the current organization.
|
default CompletableFuture<ListRootsResponse> |
OrganizationsAsyncClient.listRoots(Consumer<ListRootsRequest.Builder> 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.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<ListRootsResponse> |
ListRootsIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListRootsPublisher.subscribe(org.reactivestreams.Subscriber<? super ListRootsResponse> subscriber) |
Copyright © 2023. All rights reserved.