| Package | Description |
|---|---|
| com.amazonaws.services.organizations |
|
| com.amazonaws.services.organizations.model |
| Modifier and Type | Method and Description |
|---|---|
MoveAccountResult |
AWSOrganizations.moveAccount(MoveAccountRequest moveAccountRequest)
Moves an account from its current source parent root or organizational unit (OU) to the specified destination
parent root or OU.
|
MoveAccountResult |
AWSOrganizationsClient.moveAccount(MoveAccountRequest request)
Moves an account from its current source parent root or organizational unit (OU) to the specified destination
parent root or OU.
|
MoveAccountResult |
AbstractAWSOrganizations.moveAccount(MoveAccountRequest request) |
Future<MoveAccountResult> |
AWSOrganizationsAsyncClient.moveAccountAsync(MoveAccountRequest request) |
Future<MoveAccountResult> |
AbstractAWSOrganizationsAsync.moveAccountAsync(MoveAccountRequest request) |
Future<MoveAccountResult> |
AWSOrganizationsAsync.moveAccountAsync(MoveAccountRequest moveAccountRequest)
Moves an account from its current source parent root or organizational unit (OU) to the specified destination
parent root or OU.
|
Future<MoveAccountResult> |
AWSOrganizationsAsyncClient.moveAccountAsync(MoveAccountRequest request,
AsyncHandler<MoveAccountRequest,MoveAccountResult> asyncHandler) |
Future<MoveAccountResult> |
AbstractAWSOrganizationsAsync.moveAccountAsync(MoveAccountRequest request,
AsyncHandler<MoveAccountRequest,MoveAccountResult> asyncHandler) |
Future<MoveAccountResult> |
AWSOrganizationsAsync.moveAccountAsync(MoveAccountRequest moveAccountRequest,
AsyncHandler<MoveAccountRequest,MoveAccountResult> asyncHandler)
Moves an account from its current source parent root or organizational unit (OU) to the specified destination
parent root or OU.
|
| Modifier and Type | Method and Description |
|---|---|
Future<MoveAccountResult> |
AWSOrganizationsAsyncClient.moveAccountAsync(MoveAccountRequest request,
AsyncHandler<MoveAccountRequest,MoveAccountResult> asyncHandler) |
Future<MoveAccountResult> |
AbstractAWSOrganizationsAsync.moveAccountAsync(MoveAccountRequest request,
AsyncHandler<MoveAccountRequest,MoveAccountResult> asyncHandler) |
Future<MoveAccountResult> |
AWSOrganizationsAsync.moveAccountAsync(MoveAccountRequest moveAccountRequest,
AsyncHandler<MoveAccountRequest,MoveAccountResult> asyncHandler)
Moves an account from its current source parent root or organizational unit (OU) to the specified destination
parent root or OU.
|
| Modifier and Type | Method and Description |
|---|---|
MoveAccountRequest |
MoveAccountRequest.clone() |
MoveAccountRequest |
MoveAccountRequest.withAccountId(String accountId)
The unique identifier (ID) of the account that you want to move.
|
MoveAccountRequest |
MoveAccountRequest.withDestinationParentId(String destinationParentId)
The unique identifier (ID) of the root or organizational unit that you want to move the account to.
|
MoveAccountRequest |
MoveAccountRequest.withSourceParentId(String sourceParentId)
The unique identifier (ID) of the root or organizational unit that you want to move the account from.
|
Copyright © 2019. All rights reserved.