| Package | Description |
|---|---|
| com.amazonaws.services.organizations |
|
| com.amazonaws.services.organizations.model |
| Modifier and Type | Method and Description |
|---|---|
ListRootsResult |
AWSOrganizations.listRoots(ListRootsRequest listRootsRequest)
Lists the roots that are defined in the current organization.
|
ListRootsResult |
AWSOrganizationsClient.listRoots(ListRootsRequest request)
Lists the roots that are defined in the current organization.
|
ListRootsResult |
AbstractAWSOrganizations.listRoots(ListRootsRequest request) |
| Modifier and Type | Method and Description |
|---|---|
Future<ListRootsResult> |
AWSOrganizationsAsyncClient.listRootsAsync(ListRootsRequest request) |
Future<ListRootsResult> |
AbstractAWSOrganizationsAsync.listRootsAsync(ListRootsRequest request) |
Future<ListRootsResult> |
AWSOrganizationsAsync.listRootsAsync(ListRootsRequest listRootsRequest)
Lists the roots that are defined in the current organization.
|
Future<ListRootsResult> |
AWSOrganizationsAsyncClient.listRootsAsync(ListRootsRequest request,
AsyncHandler<ListRootsRequest,ListRootsResult> asyncHandler) |
Future<ListRootsResult> |
AbstractAWSOrganizationsAsync.listRootsAsync(ListRootsRequest request,
AsyncHandler<ListRootsRequest,ListRootsResult> asyncHandler) |
Future<ListRootsResult> |
AWSOrganizationsAsync.listRootsAsync(ListRootsRequest listRootsRequest,
AsyncHandler<ListRootsRequest,ListRootsResult> asyncHandler)
Lists the roots that are defined in the current organization.
|
| Modifier and Type | Method and Description |
|---|---|
Future<ListRootsResult> |
AWSOrganizationsAsyncClient.listRootsAsync(ListRootsRequest request,
AsyncHandler<ListRootsRequest,ListRootsResult> asyncHandler) |
Future<ListRootsResult> |
AbstractAWSOrganizationsAsync.listRootsAsync(ListRootsRequest request,
AsyncHandler<ListRootsRequest,ListRootsResult> asyncHandler) |
Future<ListRootsResult> |
AWSOrganizationsAsync.listRootsAsync(ListRootsRequest listRootsRequest,
AsyncHandler<ListRootsRequest,ListRootsResult> asyncHandler)
Lists the roots that are defined in the current organization.
|
| Modifier and Type | Method and Description |
|---|---|
ListRootsResult |
ListRootsResult.clone() |
ListRootsResult |
ListRootsResult.withNextToken(String nextToken)
If present, this value indicates that there is more output available than is included in the current response.
|
ListRootsResult |
ListRootsResult.withRoots(Collection<Root> roots)
A list of roots that are defined in an organization.
|
ListRootsResult |
ListRootsResult.withRoots(Root... roots)
A list of roots that are defined in an organization.
|
Copyright © 2019. All rights reserved.