Uses of Interface
software.amazon.awssdk.services.organizations.model.MoveAccountRequest.Builder
-
Packages that use MoveAccountRequest.Builder 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 -
-
Uses of MoveAccountRequest.Builder in software.amazon.awssdk.services.organizations
Method parameters in software.amazon.awssdk.services.organizations with type arguments of type MoveAccountRequest.Builder Modifier and Type Method Description 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.default MoveAccountResponseOrganizationsClient. 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. -
Uses of MoveAccountRequest.Builder in software.amazon.awssdk.services.organizations.model
Methods in software.amazon.awssdk.services.organizations.model that return MoveAccountRequest.Builder Modifier and Type Method Description MoveAccountRequest.BuilderMoveAccountRequest.Builder. accountId(String accountId)The unique identifier (ID) of the account that you want to move.static MoveAccountRequest.BuilderMoveAccountRequest. builder()MoveAccountRequest.BuilderMoveAccountRequest.Builder. destinationParentId(String destinationParentId)The unique identifier (ID) of the root or organizational unit that you want to move the account to.MoveAccountRequest.BuilderMoveAccountRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)MoveAccountRequest.BuilderMoveAccountRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)MoveAccountRequest.BuilderMoveAccountRequest.Builder. sourceParentId(String sourceParentId)The unique identifier (ID) of the root or organizational unit that you want to move the account from.MoveAccountRequest.BuilderMoveAccountRequest. toBuilder()Methods in software.amazon.awssdk.services.organizations.model that return types with arguments of type MoveAccountRequest.Builder Modifier and Type Method Description static Class<? extends MoveAccountRequest.Builder>MoveAccountRequest. serializableBuilderClass()
-