| 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 |
|---|---|
Future<CreateGovCloudAccountResult> |
AbstractAWSOrganizationsAsync.createGovCloudAccountAsync(CreateGovCloudAccountRequest request,
AsyncHandler<CreateGovCloudAccountRequest,CreateGovCloudAccountResult> asyncHandler) |
Future<CreateGovCloudAccountResult> |
AWSOrganizationsAsync.createGovCloudAccountAsync(CreateGovCloudAccountRequest createGovCloudAccountRequest,
AsyncHandler<CreateGovCloudAccountRequest,CreateGovCloudAccountResult> asyncHandler)
This action is available if all of the following are true:
|
Future<CreateGovCloudAccountResult> |
AWSOrganizationsAsyncClient.createGovCloudAccountAsync(CreateGovCloudAccountRequest request,
AsyncHandler<CreateGovCloudAccountRequest,CreateGovCloudAccountResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
CreateGovCloudAccountRequest |
CreateGovCloudAccountRequest.clone() |
CreateGovCloudAccountRequest |
CreateGovCloudAccountRequest.withAccountName(String accountName)
The friendly name of the member account.
|
CreateGovCloudAccountRequest |
CreateGovCloudAccountRequest.withEmail(String email)
Specifies the email address of the owner to assign to the new member account in the commercial Region.
|
CreateGovCloudAccountRequest |
CreateGovCloudAccountRequest.withIamUserAccessToBilling(IAMUserAccessToBilling iamUserAccessToBilling)
If set to
ALLOW, the new linked account in the commercial Region enables IAM users to access account
billing information if they have the required permissions. |
CreateGovCloudAccountRequest |
CreateGovCloudAccountRequest.withIamUserAccessToBilling(String iamUserAccessToBilling)
If set to
ALLOW, the new linked account in the commercial Region enables IAM users to access account
billing information if they have the required permissions. |
CreateGovCloudAccountRequest |
CreateGovCloudAccountRequest.withRoleName(String roleName)
(Optional)
|
CreateGovCloudAccountRequest |
CreateGovCloudAccountRequest.withTags(Collection<Tag> tags)
A list of tags that you want to attach to the newly created account.
|
CreateGovCloudAccountRequest |
CreateGovCloudAccountRequest.withTags(Tag... tags)
A list of tags that you want to attach to the newly created account.
|
Copyright © 2025. All rights reserved.