| 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 RemoveAccountFromOrganizationResponse |
OrganizationsClient.removeAccountFromOrganization(Consumer<RemoveAccountFromOrganizationRequest.Builder> removeAccountFromOrganizationRequest)
Removes the specified account from the organization.
|
default CompletableFuture<RemoveAccountFromOrganizationResponse> |
OrganizationsAsyncClient.removeAccountFromOrganization(Consumer<RemoveAccountFromOrganizationRequest.Builder> removeAccountFromOrganizationRequest)
Removes the specified account from the organization.
|
| Modifier and Type | Method and Description |
|---|---|
RemoveAccountFromOrganizationRequest.Builder |
RemoveAccountFromOrganizationRequest.Builder.accountId(String accountId)
The unique identifier (ID) of the member account that you want to remove from the organization.
|
static RemoveAccountFromOrganizationRequest.Builder |
RemoveAccountFromOrganizationRequest.builder() |
RemoveAccountFromOrganizationRequest.Builder |
RemoveAccountFromOrganizationRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
RemoveAccountFromOrganizationRequest.Builder |
RemoveAccountFromOrganizationRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
RemoveAccountFromOrganizationRequest.Builder |
RemoveAccountFromOrganizationRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends RemoveAccountFromOrganizationRequest.Builder> |
RemoveAccountFromOrganizationRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.