| Package | Description |
|---|---|
| com.amazonaws.services.organizations |
AWS Organizations is a web service that enables you to consolidate your multiple AWS accounts into an
organization and centrally manage your accounts and their resources.
|
| com.amazonaws.services.organizations.model |
| Modifier and Type | Method and Description |
|---|---|
LeaveOrganizationResult |
AbstractAWSOrganizations.leaveOrganization(LeaveOrganizationRequest request) |
LeaveOrganizationResult |
AWSOrganizationsClient.leaveOrganization(LeaveOrganizationRequest request)
Removes a member account from its parent organization.
|
LeaveOrganizationResult |
AWSOrganizations.leaveOrganization(LeaveOrganizationRequest leaveOrganizationRequest)
Removes a member account from its parent organization.
|
| Modifier and Type | Method and Description |
|---|---|
Future<LeaveOrganizationResult> |
AWSOrganizationsAsync.leaveOrganizationAsync(LeaveOrganizationRequest leaveOrganizationRequest,
AsyncHandler<LeaveOrganizationRequest,LeaveOrganizationResult> asyncHandler)
Removes a member account from its parent organization.
|
Future<LeaveOrganizationResult> |
AWSOrganizationsAsyncClient.leaveOrganizationAsync(LeaveOrganizationRequest request,
AsyncHandler<LeaveOrganizationRequest,LeaveOrganizationResult> asyncHandler) |
Future<LeaveOrganizationResult> |
AbstractAWSOrganizationsAsync.leaveOrganizationAsync(LeaveOrganizationRequest request,
AsyncHandler<LeaveOrganizationRequest,LeaveOrganizationResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
LeaveOrganizationResult |
LeaveOrganizationResult.clone() |
Copyright © 2021. All rights reserved.