| 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 CreateAccountResponse |
OrganizationsClient.createAccount(Consumer<CreateAccountRequest.Builder> createAccountRequest)
Creates an Amazon Web Services account that is automatically a member of the organization whose credentials made
the request.
|
default CompletableFuture<CreateAccountResponse> |
OrganizationsAsyncClient.createAccount(Consumer<CreateAccountRequest.Builder> createAccountRequest)
Creates an Amazon Web Services account that is automatically a member of the organization whose credentials made
the request.
|
| Modifier and Type | Method and Description |
|---|---|
CreateAccountRequest.Builder |
CreateAccountRequest.Builder.accountName(String accountName)
The friendly name of the member account.
|
static CreateAccountRequest.Builder |
CreateAccountRequest.builder() |
CreateAccountRequest.Builder |
CreateAccountRequest.Builder.email(String email)
The email address of the owner to assign to the new member account.
|
CreateAccountRequest.Builder |
CreateAccountRequest.Builder.iamUserAccessToBilling(IAMUserAccessToBilling iamUserAccessToBilling)
If set to
ALLOW, the new account enables IAM users to access account billing information
if they have the required permissions. |
CreateAccountRequest.Builder |
CreateAccountRequest.Builder.iamUserAccessToBilling(String iamUserAccessToBilling)
If set to
ALLOW, the new account enables IAM users to access account billing information
if they have the required permissions. |
CreateAccountRequest.Builder |
CreateAccountRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreateAccountRequest.Builder |
CreateAccountRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
CreateAccountRequest.Builder |
CreateAccountRequest.Builder.roleName(String roleName)
The name of an IAM role that Organizations automatically preconfigures in the new member account.
|
CreateAccountRequest.Builder |
CreateAccountRequest.Builder.tags(Collection<Tag> tags)
A list of tags that you want to attach to the newly created account.
|
CreateAccountRequest.Builder |
CreateAccountRequest.Builder.tags(Consumer<Tag.Builder>... tags)
A list of tags that you want to attach to the newly created account.
|
CreateAccountRequest.Builder |
CreateAccountRequest.Builder.tags(Tag... tags)
A list of tags that you want to attach to the newly created account.
|
CreateAccountRequest.Builder |
CreateAccountRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends CreateAccountRequest.Builder> |
CreateAccountRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.