default AttachPolicyResponse |
OrganizationsClient.attachPolicy(Consumer<AttachPolicyRequest.Builder> attachPolicyRequest) |
Attaches a policy to a root, an organizational unit (OU), or an individual account.
|
default AttachPolicyResponse |
OrganizationsClient.attachPolicy(AttachPolicyRequest 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) |
|
default ListPoliciesForTargetIterable |
OrganizationsClient.listPoliciesForTargetPaginator(ListPoliciesForTargetRequest listPoliciesForTargetRequest) |
|
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) |
|
default ListTagsForResourceIterable |
OrganizationsClient.listTagsForResourcePaginator(ListTagsForResourceRequest listTagsForResourceRequest) |
|
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.
|