| 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.model |
| Modifier and Type | Method and Description |
|---|---|
default ListRootsResponse |
OrganizationsClient.listRoots(Consumer<ListRootsRequest.Builder> listRootsRequest)
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 ListRootsIterable |
OrganizationsClient.listRootsPaginator(Consumer<ListRootsRequest.Builder> listRootsRequest)
Lists the roots that are defined in the current organization.
|
default ListRootsPublisher |
OrganizationsAsyncClient.listRootsPaginator(Consumer<ListRootsRequest.Builder> listRootsRequest)
Lists the roots that are defined in the current organization.
|
| Modifier and Type | Method and Description |
|---|---|
static ListRootsRequest.Builder |
ListRootsRequest.builder() |
ListRootsRequest.Builder |
ListRootsRequest.Builder.maxResults(Integer maxResults)
The total number of results that you want included on each page of the response.
|
ListRootsRequest.Builder |
ListRootsRequest.Builder.nextToken(String nextToken)
The parameter for receiving additional results if you receive a
NextToken response in a previous
request. |
ListRootsRequest.Builder |
ListRootsRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListRootsRequest.Builder |
ListRootsRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListRootsRequest.Builder |
ListRootsRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ListRootsRequest.Builder> |
ListRootsRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.