| 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) |
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 |
|---|---|
ListRootsRequest |
ListRootsRequest.clone() |
ListRootsRequest |
ListRootsRequest.withMaxResults(Integer maxResults)
(Optional) Use this to limit the number of results you want included per page in the response.
|
ListRootsRequest |
ListRootsRequest.withNextToken(String nextToken)
Use this parameter if you receive a
NextToken response in a previous request that indicates that
there is more output available. |
Copyright © 2019. All rights reserved.