default LeaveOrganizationResponse |
OrganizationsClient.leaveOrganization() |
Removes a member account from its parent organization.
|
default LeaveOrganizationResponse |
OrganizationsClient.leaveOrganization(Consumer<LeaveOrganizationRequest.Builder> leaveOrganizationRequest) |
Removes a member account from its parent organization.
|
default LeaveOrganizationResponse |
OrganizationsClient.leaveOrganization(LeaveOrganizationRequest leaveOrganizationRequest) |
Removes a member account from its parent organization.
|
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.
|