| 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 MoveAccountResponse |
OrganizationsClient.moveAccount(Consumer<MoveAccountRequest.Builder> moveAccountRequest)
Moves an account from its current source parent root or organizational unit (OU) to the specified destination
parent root or OU.
|
default CompletableFuture<MoveAccountResponse> |
OrganizationsAsyncClient.moveAccount(Consumer<MoveAccountRequest.Builder> moveAccountRequest)
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.Builder |
MoveAccountRequest.Builder.accountId(String accountId)
The unique identifier (ID) of the account that you want to move.
|
static MoveAccountRequest.Builder |
MoveAccountRequest.builder() |
MoveAccountRequest.Builder |
MoveAccountRequest.Builder.destinationParentId(String destinationParentId)
The unique identifier (ID) of the root or organizational unit that you want to move the account to.
|
MoveAccountRequest.Builder |
MoveAccountRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
MoveAccountRequest.Builder |
MoveAccountRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
MoveAccountRequest.Builder |
MoveAccountRequest.Builder.sourceParentId(String sourceParentId)
The unique identifier (ID) of the root or organizational unit that you want to move the account from.
|
MoveAccountRequest.Builder |
MoveAccountRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends MoveAccountRequest.Builder> |
MoveAccountRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.