| 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 InviteAccountToOrganizationResponse |
OrganizationsClient.inviteAccountToOrganization(Consumer<InviteAccountToOrganizationRequest.Builder> inviteAccountToOrganizationRequest)
Sends an invitation to another account to join your organization as a member account.
|
default CompletableFuture<InviteAccountToOrganizationResponse> |
OrganizationsAsyncClient.inviteAccountToOrganization(Consumer<InviteAccountToOrganizationRequest.Builder> inviteAccountToOrganizationRequest)
Sends an invitation to another account to join your organization as a member account.
|
| Modifier and Type | Method and Description |
|---|---|
static InviteAccountToOrganizationRequest.Builder |
InviteAccountToOrganizationRequest.builder() |
InviteAccountToOrganizationRequest.Builder |
InviteAccountToOrganizationRequest.Builder.notes(String notes)
Additional information that you want to include in the generated email to the recipient account owner.
|
InviteAccountToOrganizationRequest.Builder |
InviteAccountToOrganizationRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
InviteAccountToOrganizationRequest.Builder |
InviteAccountToOrganizationRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
InviteAccountToOrganizationRequest.Builder |
InviteAccountToOrganizationRequest.Builder.tags(Collection<Tag> tags)
A list of tags that you want to attach to the account when it becomes a member of the organization.
|
InviteAccountToOrganizationRequest.Builder |
InviteAccountToOrganizationRequest.Builder.tags(Consumer<Tag.Builder>... tags)
A list of tags that you want to attach to the account when it becomes a member of the organization.
|
InviteAccountToOrganizationRequest.Builder |
InviteAccountToOrganizationRequest.Builder.tags(Tag... tags)
A list of tags that you want to attach to the account when it becomes a member of the organization.
|
default InviteAccountToOrganizationRequest.Builder |
InviteAccountToOrganizationRequest.Builder.target(Consumer<HandshakeParty.Builder> target)
The identifier (ID) of the Amazon Web Services account that you want to invite to join your organization.
|
InviteAccountToOrganizationRequest.Builder |
InviteAccountToOrganizationRequest.Builder.target(HandshakeParty target)
The identifier (ID) of the Amazon Web Services account that you want to invite to join your organization.
|
InviteAccountToOrganizationRequest.Builder |
InviteAccountToOrganizationRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends InviteAccountToOrganizationRequest.Builder> |
InviteAccountToOrganizationRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.