| 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 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 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 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 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 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.
|
Copyright © 2023. All rights reserved.