| 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.
|
| Modifier and Type | Method and Description |
|---|---|
default RemoveAccountFromOrganizationResponse |
OrganizationsClient.removeAccountFromOrganization(Consumer<RemoveAccountFromOrganizationRequest.Builder> removeAccountFromOrganizationRequest)
Removes the specified account from the organization.
|
default RemoveAccountFromOrganizationResponse |
OrganizationsClient.removeAccountFromOrganization(RemoveAccountFromOrganizationRequest removeAccountFromOrganizationRequest)
Removes the specified account from the organization.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<RemoveAccountFromOrganizationResponse> |
OrganizationsAsyncClient.removeAccountFromOrganization(Consumer<RemoveAccountFromOrganizationRequest.Builder> removeAccountFromOrganizationRequest)
Removes the specified account from the organization.
|
default CompletableFuture<RemoveAccountFromOrganizationResponse> |
OrganizationsAsyncClient.removeAccountFromOrganization(RemoveAccountFromOrganizationRequest removeAccountFromOrganizationRequest)
Removes the specified account from the organization.
|
Copyright © 2023. All rights reserved.