| 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 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 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 DescribePolicyResponse |
OrganizationsClient.describePolicy(Consumer<DescribePolicyRequest.Builder> describePolicyRequest)
Retrieves information about a policy.
|
default DescribePolicyResponse |
OrganizationsClient.describePolicy(DescribePolicyRequest describePolicyRequest)
Retrieves information about a 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 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 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.