| 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 CloseAccountResponse |
OrganizationsClient.closeAccount(CloseAccountRequest closeAccountRequest)
Closes an Amazon Web Services member account within an organization.
|
default CloseAccountResponse |
OrganizationsClient.closeAccount(Consumer<CloseAccountRequest.Builder> closeAccountRequest)
Closes an Amazon Web Services member account within an organization.
|
default DeregisterDelegatedAdministratorResponse |
OrganizationsClient.deregisterDelegatedAdministrator(Consumer<DeregisterDelegatedAdministratorRequest.Builder> deregisterDelegatedAdministratorRequest)
Removes the specified member Amazon Web Services account as a delegated administrator for the specified Amazon
Web Services service.
|
default DeregisterDelegatedAdministratorResponse |
OrganizationsClient.deregisterDelegatedAdministrator(DeregisterDelegatedAdministratorRequest deregisterDelegatedAdministratorRequest)
Removes the specified member Amazon Web Services account as a delegated administrator for the specified Amazon
Web Services service.
|
default DescribeAccountResponse |
OrganizationsClient.describeAccount(Consumer<DescribeAccountRequest.Builder> describeAccountRequest)
Retrieves Organizations-related information about the specified account.
|
default DescribeAccountResponse |
OrganizationsClient.describeAccount(DescribeAccountRequest describeAccountRequest)
Retrieves Organizations-related information about the specified account.
|
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 ListDelegatedServicesForAccountResponse |
OrganizationsClient.listDelegatedServicesForAccount(Consumer<ListDelegatedServicesForAccountRequest.Builder> listDelegatedServicesForAccountRequest)
List the Amazon Web Services services for which the specified account is a delegated administrator.
|
default ListDelegatedServicesForAccountResponse |
OrganizationsClient.listDelegatedServicesForAccount(ListDelegatedServicesForAccountRequest listDelegatedServicesForAccountRequest)
List the Amazon Web Services services for which the specified account is a delegated administrator.
|
default ListDelegatedServicesForAccountIterable |
OrganizationsClient.listDelegatedServicesForAccountPaginator(Consumer<ListDelegatedServicesForAccountRequest.Builder> listDelegatedServicesForAccountRequest)
List the Amazon Web Services services for which the specified account is a delegated administrator.
|
default ListDelegatedServicesForAccountIterable |
OrganizationsClient.listDelegatedServicesForAccountPaginator(ListDelegatedServicesForAccountRequest listDelegatedServicesForAccountRequest)
List the Amazon Web Services services for which the specified account is a delegated administrator.
|
default MoveAccountResponse |
OrganizationsClient.moveAccount(Consumer<MoveAccountRequest.Builder> moveAccountRequest)
Moves an account from its current source parent root or organizational unit (OU) to the specified destination
parent root or OU.
|
default MoveAccountResponse |
OrganizationsClient.moveAccount(MoveAccountRequest moveAccountRequest)
Moves an account from its current source parent root or organizational unit (OU) to the specified destination
parent root or OU.
|
default RegisterDelegatedAdministratorResponse |
OrganizationsClient.registerDelegatedAdministrator(Consumer<RegisterDelegatedAdministratorRequest.Builder> registerDelegatedAdministratorRequest)
Enables the specified member account to administer the Organizations features of the specified Amazon Web
Services service.
|
default RegisterDelegatedAdministratorResponse |
OrganizationsClient.registerDelegatedAdministrator(RegisterDelegatedAdministratorRequest registerDelegatedAdministratorRequest)
Enables the specified member account to administer the Organizations features of the specified Amazon Web
Services service.
|
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.
|
Copyright © 2023. All rights reserved.