| Package | Description |
|---|---|
| com.amazonaws.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.
|
| com.amazonaws.services.organizations.model |
| Modifier and Type | Method and Description |
|---|---|
ListParentsResult |
AWSOrganizationsClient.listParents(ListParentsRequest request)
Lists the root or organizational units (OUs) that serve as the immediate parent of the specified child OU or
account.
|
ListParentsResult |
AWSOrganizations.listParents(ListParentsRequest listParentsRequest)
Lists the root or organizational units (OUs) that serve as the immediate parent of the specified child OU or
account.
|
ListParentsResult |
AbstractAWSOrganizations.listParents(ListParentsRequest request) |
Future<ListParentsResult> |
AWSOrganizationsAsyncClient.listParentsAsync(ListParentsRequest request) |
Future<ListParentsResult> |
AWSOrganizationsAsync.listParentsAsync(ListParentsRequest listParentsRequest)
Lists the root or organizational units (OUs) that serve as the immediate parent of the specified child OU or
account.
|
Future<ListParentsResult> |
AbstractAWSOrganizationsAsync.listParentsAsync(ListParentsRequest request) |
Future<ListParentsResult> |
AWSOrganizationsAsyncClient.listParentsAsync(ListParentsRequest request,
AsyncHandler<ListParentsRequest,ListParentsResult> asyncHandler) |
Future<ListParentsResult> |
AWSOrganizationsAsync.listParentsAsync(ListParentsRequest listParentsRequest,
AsyncHandler<ListParentsRequest,ListParentsResult> asyncHandler)
Lists the root or organizational units (OUs) that serve as the immediate parent of the specified child OU or
account.
|
Future<ListParentsResult> |
AbstractAWSOrganizationsAsync.listParentsAsync(ListParentsRequest request,
AsyncHandler<ListParentsRequest,ListParentsResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
Future<ListParentsResult> |
AWSOrganizationsAsyncClient.listParentsAsync(ListParentsRequest request,
AsyncHandler<ListParentsRequest,ListParentsResult> asyncHandler) |
Future<ListParentsResult> |
AWSOrganizationsAsync.listParentsAsync(ListParentsRequest listParentsRequest,
AsyncHandler<ListParentsRequest,ListParentsResult> asyncHandler)
Lists the root or organizational units (OUs) that serve as the immediate parent of the specified child OU or
account.
|
Future<ListParentsResult> |
AbstractAWSOrganizationsAsync.listParentsAsync(ListParentsRequest request,
AsyncHandler<ListParentsRequest,ListParentsResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
ListParentsRequest |
ListParentsRequest.clone() |
ListParentsRequest |
ListParentsRequest.withChildId(String childId)
The unique identifier (ID) of the OU or account whose parent containers you want to list.
|
ListParentsRequest |
ListParentsRequest.withMaxResults(Integer maxResults)
The total number of results that you want included on each page of the response.
|
ListParentsRequest |
ListParentsRequest.withNextToken(String nextToken)
The parameter for receiving additional results if you receive a
NextToken response in a previous
request. |
Copyright © 2024. All rights reserved.