| 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 LeaveOrganizationResponse |
OrganizationsClient.leaveOrganization(Consumer<LeaveOrganizationRequest.Builder> leaveOrganizationRequest)
Removes a member account from its parent organization.
|
default CompletableFuture<LeaveOrganizationResponse> |
OrganizationsAsyncClient.leaveOrganization(Consumer<LeaveOrganizationRequest.Builder> leaveOrganizationRequest)
Removes a member account from its parent organization.
|
| Modifier and Type | Method and Description |
|---|---|
static LeaveOrganizationRequest.Builder |
LeaveOrganizationRequest.builder() |
LeaveOrganizationRequest.Builder |
LeaveOrganizationRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
LeaveOrganizationRequest.Builder |
LeaveOrganizationRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
LeaveOrganizationRequest.Builder |
LeaveOrganizationRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends LeaveOrganizationRequest.Builder> |
LeaveOrganizationRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.