| 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 CreateGovCloudAccountResponse |
OrganizationsClient.createGovCloudAccount(Consumer<CreateGovCloudAccountRequest.Builder> createGovCloudAccountRequest)
This action is available if all of the following are true:
|
default CompletableFuture<CreateGovCloudAccountResponse> |
OrganizationsAsyncClient.createGovCloudAccount(Consumer<CreateGovCloudAccountRequest.Builder> createGovCloudAccountRequest)
This action is available if all of the following are true:
|
| Modifier and Type | Method and Description |
|---|---|
CreateGovCloudAccountRequest.Builder |
CreateGovCloudAccountRequest.Builder.accountName(String accountName)
The friendly name of the member account.
|
static CreateGovCloudAccountRequest.Builder |
CreateGovCloudAccountRequest.builder() |
CreateGovCloudAccountRequest.Builder |
CreateGovCloudAccountRequest.Builder.email(String email)
Specifies the email address of the owner to assign to the new member account in the commercial Region.
|
CreateGovCloudAccountRequest.Builder |
CreateGovCloudAccountRequest.Builder.iamUserAccessToBilling(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.Builder |
CreateGovCloudAccountRequest.Builder.iamUserAccessToBilling(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.Builder |
CreateGovCloudAccountRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreateGovCloudAccountRequest.Builder |
CreateGovCloudAccountRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
CreateGovCloudAccountRequest.Builder |
CreateGovCloudAccountRequest.Builder.roleName(String roleName)
(Optional)
|
CreateGovCloudAccountRequest.Builder |
CreateGovCloudAccountRequest.Builder.tags(Collection<Tag> tags)
A list of tags that you want to attach to the newly created account.
|
CreateGovCloudAccountRequest.Builder |
CreateGovCloudAccountRequest.Builder.tags(Consumer<Tag.Builder>... tags)
A list of tags that you want to attach to the newly created account.
|
CreateGovCloudAccountRequest.Builder |
CreateGovCloudAccountRequest.Builder.tags(Tag... tags)
A list of tags that you want to attach to the newly created account.
|
CreateGovCloudAccountRequest.Builder |
CreateGovCloudAccountRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends CreateGovCloudAccountRequest.Builder> |
CreateGovCloudAccountRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.