| 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 AcceptHandshakeResponse |
OrganizationsClient.acceptHandshake(AcceptHandshakeRequest acceptHandshakeRequest)
Sends a response to the originator of a handshake agreeing to the action proposed by the handshake request.
|
default AcceptHandshakeResponse |
OrganizationsClient.acceptHandshake(Consumer<AcceptHandshakeRequest.Builder> acceptHandshakeRequest)
Sends a response to the originator of a handshake agreeing to the action proposed by the handshake request.
|
default AttachPolicyResponse |
OrganizationsClient.attachPolicy(AttachPolicyRequest attachPolicyRequest)
Attaches a policy to a root, an organizational unit (OU), or an individual account.
|
default AttachPolicyResponse |
OrganizationsClient.attachPolicy(Consumer<AttachPolicyRequest.Builder> attachPolicyRequest)
Attaches a policy to a root, an organizational unit (OU), or an individual account.
|
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 CreateAccountResponse |
OrganizationsClient.createAccount(Consumer<CreateAccountRequest.Builder> createAccountRequest)
Creates an Amazon Web Services account that is automatically a member of the organization whose credentials made
the request.
|
default CreateAccountResponse |
OrganizationsClient.createAccount(CreateAccountRequest createAccountRequest)
Creates an Amazon Web Services account that is automatically a member of the organization whose credentials made
the request.
|
default CreateGovCloudAccountResponse |
OrganizationsClient.createGovCloudAccount(Consumer<CreateGovCloudAccountRequest.Builder> createGovCloudAccountRequest)
This action is available if all of the following are true:
|
default CreateGovCloudAccountResponse |
OrganizationsClient.createGovCloudAccount(CreateGovCloudAccountRequest createGovCloudAccountRequest)
This action is available if all of the following are true:
|
default CreateOrganizationalUnitResponse |
OrganizationsClient.createOrganizationalUnit(Consumer<CreateOrganizationalUnitRequest.Builder> createOrganizationalUnitRequest)
Creates an organizational unit (OU) within a root or parent OU.
|
default CreateOrganizationalUnitResponse |
OrganizationsClient.createOrganizationalUnit(CreateOrganizationalUnitRequest createOrganizationalUnitRequest)
Creates an organizational unit (OU) within a root or parent OU.
|
default CreatePolicyResponse |
OrganizationsClient.createPolicy(Consumer<CreatePolicyRequest.Builder> createPolicyRequest)
Creates a policy of a specified type that you can attach to a root, an organizational unit (OU), or an individual
Amazon Web Services account.
|
default CreatePolicyResponse |
OrganizationsClient.createPolicy(CreatePolicyRequest createPolicyRequest)
Creates a policy of a specified type that you can attach to a root, an organizational unit (OU), or an individual
Amazon Web Services account.
|
default DeleteOrganizationResponse |
OrganizationsClient.deleteOrganization()
Deletes the organization.
|
default DeleteOrganizationResponse |
OrganizationsClient.deleteOrganization(Consumer<DeleteOrganizationRequest.Builder> deleteOrganizationRequest)
Deletes the organization.
|
default DeleteOrganizationResponse |
OrganizationsClient.deleteOrganization(DeleteOrganizationRequest deleteOrganizationRequest)
Deletes the organization.
|
default DeleteOrganizationalUnitResponse |
OrganizationsClient.deleteOrganizationalUnit(Consumer<DeleteOrganizationalUnitRequest.Builder> deleteOrganizationalUnitRequest)
Deletes an organizational unit (OU) from a root or another OU.
|
default DeleteOrganizationalUnitResponse |
OrganizationsClient.deleteOrganizationalUnit(DeleteOrganizationalUnitRequest deleteOrganizationalUnitRequest)
Deletes an organizational unit (OU) from a root or another OU.
|
default DeletePolicyResponse |
OrganizationsClient.deletePolicy(Consumer<DeletePolicyRequest.Builder> deletePolicyRequest)
Deletes the specified policy from your organization.
|
default DeletePolicyResponse |
OrganizationsClient.deletePolicy(DeletePolicyRequest deletePolicyRequest)
Deletes the specified policy from your organization.
|
default DeleteResourcePolicyResponse |
OrganizationsClient.deleteResourcePolicy(Consumer<DeleteResourcePolicyRequest.Builder> deleteResourcePolicyRequest)
Deletes the resource policy from your organization.
|
default DeleteResourcePolicyResponse |
OrganizationsClient.deleteResourcePolicy(DeleteResourcePolicyRequest deleteResourcePolicyRequest)
Deletes the resource policy from your 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 DescribeCreateAccountStatusResponse |
OrganizationsClient.describeCreateAccountStatus(Consumer<DescribeCreateAccountStatusRequest.Builder> describeCreateAccountStatusRequest)
Retrieves the current status of an asynchronous request to create an account.
|
default DescribeCreateAccountStatusResponse |
OrganizationsClient.describeCreateAccountStatus(DescribeCreateAccountStatusRequest describeCreateAccountStatusRequest)
Retrieves the current status of an asynchronous request to create an account.
|
default DescribeEffectivePolicyResponse |
OrganizationsClient.describeEffectivePolicy(Consumer<DescribeEffectivePolicyRequest.Builder> describeEffectivePolicyRequest)
Returns the contents of the effective policy for specified policy type and account.
|
default DescribeEffectivePolicyResponse |
OrganizationsClient.describeEffectivePolicy(DescribeEffectivePolicyRequest describeEffectivePolicyRequest)
Returns the contents of the effective policy for specified policy type and account.
|
default DescribeOrganizationResponse |
OrganizationsClient.describeOrganization()
Retrieves information about the organization that the user's account belongs to.
|
default DescribeOrganizationResponse |
OrganizationsClient.describeOrganization(Consumer<DescribeOrganizationRequest.Builder> describeOrganizationRequest)
Retrieves information about the organization that the user's account belongs to.
|
default DescribeOrganizationResponse |
OrganizationsClient.describeOrganization(DescribeOrganizationRequest describeOrganizationRequest)
Retrieves information about the organization that the user's account belongs to.
|
default DescribeOrganizationalUnitResponse |
OrganizationsClient.describeOrganizationalUnit(Consumer<DescribeOrganizationalUnitRequest.Builder> describeOrganizationalUnitRequest)
Retrieves information about an organizational unit (OU).
|
default DescribeOrganizationalUnitResponse |
OrganizationsClient.describeOrganizationalUnit(DescribeOrganizationalUnitRequest describeOrganizationalUnitRequest)
Retrieves information about an organizational unit (OU).
|
default DescribePolicyResponse |
OrganizationsClient.describePolicy(Consumer<DescribePolicyRequest.Builder> describePolicyRequest)
Retrieves information about a policy.
|
default DescribePolicyResponse |
OrganizationsClient.describePolicy(DescribePolicyRequest describePolicyRequest)
Retrieves information about a policy.
|
default DescribeResourcePolicyResponse |
OrganizationsClient.describeResourcePolicy(Consumer<DescribeResourcePolicyRequest.Builder> describeResourcePolicyRequest)
Retrieves information about a resource policy.
|
default DescribeResourcePolicyResponse |
OrganizationsClient.describeResourcePolicy(DescribeResourcePolicyRequest describeResourcePolicyRequest)
Retrieves information about a resource policy.
|
default DetachPolicyResponse |
OrganizationsClient.detachPolicy(Consumer<DetachPolicyRequest.Builder> detachPolicyRequest)
Detaches a policy from a target root, organizational unit (OU), or account.
|
default DetachPolicyResponse |
OrganizationsClient.detachPolicy(DetachPolicyRequest detachPolicyRequest)
Detaches a policy from a target root, organizational unit (OU), or account.
|
default DisableAwsServiceAccessResponse |
OrganizationsClient.disableAWSServiceAccess(Consumer<DisableAwsServiceAccessRequest.Builder> disableAwsServiceAccessRequest)
Disables the integration of an Amazon Web Services service (the service that is specified by
ServicePrincipal) with Organizations. |
default DisableAwsServiceAccessResponse |
OrganizationsClient.disableAWSServiceAccess(DisableAwsServiceAccessRequest disableAwsServiceAccessRequest)
Disables the integration of an Amazon Web Services service (the service that is specified by
ServicePrincipal) with Organizations. |
default DisablePolicyTypeResponse |
OrganizationsClient.disablePolicyType(Consumer<DisablePolicyTypeRequest.Builder> disablePolicyTypeRequest)
Disables an organizational policy type in a root.
|
default DisablePolicyTypeResponse |
OrganizationsClient.disablePolicyType(DisablePolicyTypeRequest disablePolicyTypeRequest)
Disables an organizational policy type in a root.
|
default EnableAllFeaturesResponse |
OrganizationsClient.enableAllFeatures()
Enables all features in an organization.
|
default EnableAllFeaturesResponse |
OrganizationsClient.enableAllFeatures(Consumer<EnableAllFeaturesRequest.Builder> enableAllFeaturesRequest)
Enables all features in an organization.
|
default EnableAllFeaturesResponse |
OrganizationsClient.enableAllFeatures(EnableAllFeaturesRequest enableAllFeaturesRequest)
Enables all features in an organization.
|
default EnableAwsServiceAccessResponse |
OrganizationsClient.enableAWSServiceAccess(Consumer<EnableAwsServiceAccessRequest.Builder> enableAwsServiceAccessRequest)
Enables the integration of an Amazon Web Services service (the service that is specified by
ServicePrincipal) with Organizations. |
default EnableAwsServiceAccessResponse |
OrganizationsClient.enableAWSServiceAccess(EnableAwsServiceAccessRequest enableAwsServiceAccessRequest)
Enables the integration of an Amazon Web Services service (the service that is specified by
ServicePrincipal) with Organizations. |
default EnablePolicyTypeResponse |
OrganizationsClient.enablePolicyType(Consumer<EnablePolicyTypeRequest.Builder> enablePolicyTypeRequest)
Enables a policy type in a root.
|
default EnablePolicyTypeResponse |
OrganizationsClient.enablePolicyType(EnablePolicyTypeRequest enablePolicyTypeRequest)
Enables a policy type in a root.
|
default InviteAccountToOrganizationResponse |
OrganizationsClient.inviteAccountToOrganization(Consumer<InviteAccountToOrganizationRequest.Builder> inviteAccountToOrganizationRequest)
Sends an invitation to another account to join your organization as a member account.
|
default InviteAccountToOrganizationResponse |
OrganizationsClient.inviteAccountToOrganization(InviteAccountToOrganizationRequest inviteAccountToOrganizationRequest)
Sends an invitation to another account to join your organization as a member 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 ListAccountsResponse |
OrganizationsClient.listAccounts()
Lists all the accounts in the organization.
|
default ListAccountsResponse |
OrganizationsClient.listAccounts(Consumer<ListAccountsRequest.Builder> listAccountsRequest)
Lists all the accounts in the organization.
|
default ListAccountsResponse |
OrganizationsClient.listAccounts(ListAccountsRequest listAccountsRequest)
Lists all the accounts in the organization.
|
default ListAccountsForParentResponse |
OrganizationsClient.listAccountsForParent(Consumer<ListAccountsForParentRequest.Builder> listAccountsForParentRequest)
Lists the accounts in an organization that are contained by the specified target root or organizational unit
(OU).
|
default ListAccountsForParentResponse |
OrganizationsClient.listAccountsForParent(ListAccountsForParentRequest listAccountsForParentRequest)
Lists the accounts in an organization that are contained by the specified target root or organizational unit
(OU).
|
default ListAccountsForParentIterable |
OrganizationsClient.listAccountsForParentPaginator(Consumer<ListAccountsForParentRequest.Builder> listAccountsForParentRequest)
Lists the accounts in an organization that are contained by the specified target root or organizational unit
(OU).
|
default ListAccountsForParentIterable |
OrganizationsClient.listAccountsForParentPaginator(ListAccountsForParentRequest listAccountsForParentRequest)
Lists the accounts in an organization that are contained by the specified target root or organizational unit
(OU).
|
default ListAccountsIterable |
OrganizationsClient.listAccountsPaginator()
Lists all the accounts in the organization.
|
default ListAccountsIterable |
OrganizationsClient.listAccountsPaginator(Consumer<ListAccountsRequest.Builder> listAccountsRequest)
Lists all the accounts in the organization.
|
default ListAccountsIterable |
OrganizationsClient.listAccountsPaginator(ListAccountsRequest listAccountsRequest)
Lists all the accounts in the organization.
|
default ListAwsServiceAccessForOrganizationResponse |
OrganizationsClient.listAWSServiceAccessForOrganization()
Returns a list of the Amazon Web Services services that you enabled to integrate with your organization.
|
default ListAwsServiceAccessForOrganizationResponse |
OrganizationsClient.listAWSServiceAccessForOrganization(Consumer<ListAwsServiceAccessForOrganizationRequest.Builder> listAwsServiceAccessForOrganizationRequest)
Returns a list of the Amazon Web Services services that you enabled to integrate with your organization.
|
default ListAwsServiceAccessForOrganizationResponse |
OrganizationsClient.listAWSServiceAccessForOrganization(ListAwsServiceAccessForOrganizationRequest listAwsServiceAccessForOrganizationRequest)
Returns a list of the Amazon Web Services services that you enabled to integrate with your organization.
|
default ListAWSServiceAccessForOrganizationIterable |
OrganizationsClient.listAWSServiceAccessForOrganizationPaginator()
Returns a list of the Amazon Web Services services that you enabled to integrate with your organization.
|
default ListAWSServiceAccessForOrganizationIterable |
OrganizationsClient.listAWSServiceAccessForOrganizationPaginator(Consumer<ListAwsServiceAccessForOrganizationRequest.Builder> listAwsServiceAccessForOrganizationRequest)
Returns a list of the Amazon Web Services services that you enabled to integrate with your organization.
|
default ListAWSServiceAccessForOrganizationIterable |
OrganizationsClient.listAWSServiceAccessForOrganizationPaginator(ListAwsServiceAccessForOrganizationRequest listAwsServiceAccessForOrganizationRequest)
Returns a list of the Amazon Web Services services that you enabled to integrate with your organization.
|
default ListChildrenResponse |
OrganizationsClient.listChildren(Consumer<ListChildrenRequest.Builder> listChildrenRequest)
Lists all of the organizational units (OUs) or accounts that are contained in the specified parent OU or root.
|
default ListChildrenResponse |
OrganizationsClient.listChildren(ListChildrenRequest listChildrenRequest)
Lists all of the organizational units (OUs) or accounts that are contained in the specified parent OU or root.
|
default ListChildrenIterable |
OrganizationsClient.listChildrenPaginator(Consumer<ListChildrenRequest.Builder> listChildrenRequest)
Lists all of the organizational units (OUs) or accounts that are contained in the specified parent OU or root.
|
default ListChildrenIterable |
OrganizationsClient.listChildrenPaginator(ListChildrenRequest listChildrenRequest)
Lists all of the organizational units (OUs) or accounts that are contained in the specified parent OU or root.
|
default ListCreateAccountStatusResponse |
OrganizationsClient.listCreateAccountStatus()
Lists the account creation requests that match the specified status that is currently being tracked for the
organization.
|
default ListCreateAccountStatusResponse |
OrganizationsClient.listCreateAccountStatus(Consumer<ListCreateAccountStatusRequest.Builder> listCreateAccountStatusRequest)
Lists the account creation requests that match the specified status that is currently being tracked for the
organization.
|
default ListCreateAccountStatusResponse |
OrganizationsClient.listCreateAccountStatus(ListCreateAccountStatusRequest listCreateAccountStatusRequest)
Lists the account creation requests that match the specified status that is currently being tracked for the
organization.
|
default ListCreateAccountStatusIterable |
OrganizationsClient.listCreateAccountStatusPaginator()
Lists the account creation requests that match the specified status that is currently being tracked for the
organization.
|
default ListCreateAccountStatusIterable |
OrganizationsClient.listCreateAccountStatusPaginator(Consumer<ListCreateAccountStatusRequest.Builder> listCreateAccountStatusRequest)
Lists the account creation requests that match the specified status that is currently being tracked for the
organization.
|
default ListCreateAccountStatusIterable |
OrganizationsClient.listCreateAccountStatusPaginator(ListCreateAccountStatusRequest listCreateAccountStatusRequest)
Lists the account creation requests that match the specified status that is currently being tracked for the
organization.
|
default ListDelegatedAdministratorsResponse |
OrganizationsClient.listDelegatedAdministrators(Consumer<ListDelegatedAdministratorsRequest.Builder> listDelegatedAdministratorsRequest)
Lists the Amazon Web Services accounts that are designated as delegated administrators in this organization.
|
default ListDelegatedAdministratorsResponse |
OrganizationsClient.listDelegatedAdministrators(ListDelegatedAdministratorsRequest listDelegatedAdministratorsRequest)
Lists the Amazon Web Services accounts that are designated as delegated administrators in this organization.
|
default ListDelegatedAdministratorsIterable |
OrganizationsClient.listDelegatedAdministratorsPaginator(Consumer<ListDelegatedAdministratorsRequest.Builder> listDelegatedAdministratorsRequest)
Lists the Amazon Web Services accounts that are designated as delegated administrators in this organization.
|
default ListDelegatedAdministratorsIterable |
OrganizationsClient.listDelegatedAdministratorsPaginator(ListDelegatedAdministratorsRequest listDelegatedAdministratorsRequest)
Lists the Amazon Web Services accounts that are designated as delegated administrators in this 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 ListHandshakesForOrganizationResponse |
OrganizationsClient.listHandshakesForOrganization()
Lists the handshakes that are associated with the organization that the requesting user is part of.
|
default ListHandshakesForOrganizationResponse |
OrganizationsClient.listHandshakesForOrganization(Consumer<ListHandshakesForOrganizationRequest.Builder> listHandshakesForOrganizationRequest)
Lists the handshakes that are associated with the organization that the requesting user is part of.
|
default ListHandshakesForOrganizationResponse |
OrganizationsClient.listHandshakesForOrganization(ListHandshakesForOrganizationRequest listHandshakesForOrganizationRequest)
Lists the handshakes that are associated with the organization that the requesting user is part of.
|
default ListHandshakesForOrganizationIterable |
OrganizationsClient.listHandshakesForOrganizationPaginator()
Lists the handshakes that are associated with the organization that the requesting user is part of.
|
default ListHandshakesForOrganizationIterable |
OrganizationsClient.listHandshakesForOrganizationPaginator(Consumer<ListHandshakesForOrganizationRequest.Builder> listHandshakesForOrganizationRequest)
Lists the handshakes that are associated with the organization that the requesting user is part of.
|
default ListHandshakesForOrganizationIterable |
OrganizationsClient.listHandshakesForOrganizationPaginator(ListHandshakesForOrganizationRequest listHandshakesForOrganizationRequest)
Lists the handshakes that are associated with the organization that the requesting user is part of.
|
default ListOrganizationalUnitsForParentResponse |
OrganizationsClient.listOrganizationalUnitsForParent(Consumer<ListOrganizationalUnitsForParentRequest.Builder> listOrganizationalUnitsForParentRequest)
Lists the organizational units (OUs) in a parent organizational unit or root.
|
default ListOrganizationalUnitsForParentResponse |
OrganizationsClient.listOrganizationalUnitsForParent(ListOrganizationalUnitsForParentRequest listOrganizationalUnitsForParentRequest)
Lists the organizational units (OUs) in a parent organizational unit or root.
|
default ListOrganizationalUnitsForParentIterable |
OrganizationsClient.listOrganizationalUnitsForParentPaginator(Consumer<ListOrganizationalUnitsForParentRequest.Builder> listOrganizationalUnitsForParentRequest)
Lists the organizational units (OUs) in a parent organizational unit or root.
|
default ListOrganizationalUnitsForParentIterable |
OrganizationsClient.listOrganizationalUnitsForParentPaginator(ListOrganizationalUnitsForParentRequest listOrganizationalUnitsForParentRequest)
Lists the organizational units (OUs) in a parent organizational unit or root.
|
default ListParentsResponse |
OrganizationsClient.listParents(Consumer<ListParentsRequest.Builder> listParentsRequest)
Lists the root or organizational units (OUs) that serve as the immediate parent of the specified child OU or
account.
|
default ListParentsResponse |
OrganizationsClient.listParents(ListParentsRequest listParentsRequest)
Lists the root or organizational units (OUs) that serve as the immediate parent of the specified child OU or
account.
|
default ListParentsIterable |
OrganizationsClient.listParentsPaginator(Consumer<ListParentsRequest.Builder> listParentsRequest)
Lists the root or organizational units (OUs) that serve as the immediate parent of the specified child OU or
account.
|
default ListParentsIterable |
OrganizationsClient.listParentsPaginator(ListParentsRequest listParentsRequest)
Lists the root or organizational units (OUs) that serve as the immediate parent of the specified child OU or
account.
|
default ListPoliciesResponse |
OrganizationsClient.listPolicies(Consumer<ListPoliciesRequest.Builder> listPoliciesRequest)
Retrieves the list of all policies in an organization of a specified type.
|
default ListPoliciesResponse |
OrganizationsClient.listPolicies(ListPoliciesRequest listPoliciesRequest)
Retrieves the list of all policies in an organization of a specified type.
|
default ListPoliciesForTargetResponse |
OrganizationsClient.listPoliciesForTarget(Consumer<ListPoliciesForTargetRequest.Builder> listPoliciesForTargetRequest)
Lists the policies that are directly attached to the specified target root, organizational unit (OU), or account.
|
default ListPoliciesForTargetResponse |
OrganizationsClient.listPoliciesForTarget(ListPoliciesForTargetRequest listPoliciesForTargetRequest)
Lists the policies that are directly attached to the specified target root, organizational unit (OU), or account.
|
default ListPoliciesForTargetIterable |
OrganizationsClient.listPoliciesForTargetPaginator(Consumer<ListPoliciesForTargetRequest.Builder> listPoliciesForTargetRequest)
Lists the policies that are directly attached to the specified target root, organizational unit (OU), or account.
|
default ListPoliciesForTargetIterable |
OrganizationsClient.listPoliciesForTargetPaginator(ListPoliciesForTargetRequest listPoliciesForTargetRequest)
Lists the policies that are directly attached to the specified target root, organizational unit (OU), or account.
|
default ListPoliciesIterable |
OrganizationsClient.listPoliciesPaginator(Consumer<ListPoliciesRequest.Builder> listPoliciesRequest)
Retrieves the list of all policies in an organization of a specified type.
|
default ListPoliciesIterable |
OrganizationsClient.listPoliciesPaginator(ListPoliciesRequest listPoliciesRequest)
Retrieves the list of all policies in an organization of a specified type.
|
default ListRootsResponse |
OrganizationsClient.listRoots()
Lists the roots that are defined in the current organization.
|
default ListRootsResponse |
OrganizationsClient.listRoots(Consumer<ListRootsRequest.Builder> listRootsRequest)
Lists the roots that are defined in the current organization.
|
default ListRootsResponse |
OrganizationsClient.listRoots(ListRootsRequest listRootsRequest)
Lists the roots that are defined in the current organization.
|
default ListRootsIterable |
OrganizationsClient.listRootsPaginator()
Lists the roots that are defined in the current organization.
|
default ListRootsIterable |
OrganizationsClient.listRootsPaginator(Consumer<ListRootsRequest.Builder> listRootsRequest)
Lists the roots that are defined in the current organization.
|
default ListRootsIterable |
OrganizationsClient.listRootsPaginator(ListRootsRequest listRootsRequest)
Lists the roots that are defined in the current organization.
|
default ListTagsForResourceResponse |
OrganizationsClient.listTagsForResource(Consumer<ListTagsForResourceRequest.Builder> listTagsForResourceRequest)
Lists tags that are attached to the specified resource.
|
default ListTagsForResourceResponse |
OrganizationsClient.listTagsForResource(ListTagsForResourceRequest listTagsForResourceRequest)
Lists tags that are attached to the specified resource.
|
default ListTagsForResourceIterable |
OrganizationsClient.listTagsForResourcePaginator(Consumer<ListTagsForResourceRequest.Builder> listTagsForResourceRequest)
Lists tags that are attached to the specified resource.
|
default ListTagsForResourceIterable |
OrganizationsClient.listTagsForResourcePaginator(ListTagsForResourceRequest listTagsForResourceRequest)
Lists tags that are attached to the specified resource.
|
default ListTargetsForPolicyResponse |
OrganizationsClient.listTargetsForPolicy(Consumer<ListTargetsForPolicyRequest.Builder> listTargetsForPolicyRequest)
Lists all the roots, organizational units (OUs), and accounts that the specified policy is attached to.
|
default ListTargetsForPolicyResponse |
OrganizationsClient.listTargetsForPolicy(ListTargetsForPolicyRequest listTargetsForPolicyRequest)
Lists all the roots, organizational units (OUs), and accounts that the specified policy is attached to.
|
default ListTargetsForPolicyIterable |
OrganizationsClient.listTargetsForPolicyPaginator(Consumer<ListTargetsForPolicyRequest.Builder> listTargetsForPolicyRequest)
Lists all the roots, organizational units (OUs), and accounts that the specified policy is attached to.
|
default ListTargetsForPolicyIterable |
OrganizationsClient.listTargetsForPolicyPaginator(ListTargetsForPolicyRequest listTargetsForPolicyRequest)
Lists all the roots, organizational units (OUs), and accounts that the specified policy is attached to.
|
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 PutResourcePolicyResponse |
OrganizationsClient.putResourcePolicy(Consumer<PutResourcePolicyRequest.Builder> putResourcePolicyRequest)
Creates or updates a resource policy.
|
default PutResourcePolicyResponse |
OrganizationsClient.putResourcePolicy(PutResourcePolicyRequest putResourcePolicyRequest)
Creates or updates a resource policy.
|
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.
|
default TagResourceResponse |
OrganizationsClient.tagResource(Consumer<TagResourceRequest.Builder> tagResourceRequest)
Adds one or more tags to the specified resource.
|
default TagResourceResponse |
OrganizationsClient.tagResource(TagResourceRequest tagResourceRequest)
Adds one or more tags to the specified resource.
|
default UntagResourceResponse |
OrganizationsClient.untagResource(Consumer<UntagResourceRequest.Builder> untagResourceRequest)
Removes any tags with the specified keys from the specified resource.
|
default UntagResourceResponse |
OrganizationsClient.untagResource(UntagResourceRequest untagResourceRequest)
Removes any tags with the specified keys from the specified resource.
|
default UpdateOrganizationalUnitResponse |
OrganizationsClient.updateOrganizationalUnit(Consumer<UpdateOrganizationalUnitRequest.Builder> updateOrganizationalUnitRequest)
Renames the specified organizational unit (OU).
|
default UpdateOrganizationalUnitResponse |
OrganizationsClient.updateOrganizationalUnit(UpdateOrganizationalUnitRequest updateOrganizationalUnitRequest)
Renames the specified organizational unit (OU).
|
default UpdatePolicyResponse |
OrganizationsClient.updatePolicy(Consumer<UpdatePolicyRequest.Builder> updatePolicyRequest)
Updates an existing policy with a new name, description, or content.
|
default UpdatePolicyResponse |
OrganizationsClient.updatePolicy(UpdatePolicyRequest updatePolicyRequest)
Updates an existing policy with a new name, description, or content.
|
Copyright © 2023. All rights reserved.