| 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.
|
| software.amazon.awssdk.services.organizations.model |
| Modifier and Type | Method and Description |
|---|---|
default DetachPolicyResponse |
OrganizationsClient.detachPolicy(Consumer<DetachPolicyRequest.Builder> detachPolicyRequest)
Detaches a policy from a target root, organizational unit (OU), or account.
|
default CompletableFuture<DetachPolicyResponse> |
OrganizationsAsyncClient.detachPolicy(Consumer<DetachPolicyRequest.Builder> detachPolicyRequest)
Detaches a policy from a target root, organizational unit (OU), or account.
|
| Modifier and Type | Method and Description |
|---|---|
static DetachPolicyRequest.Builder |
DetachPolicyRequest.builder() |
DetachPolicyRequest.Builder |
DetachPolicyRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
DetachPolicyRequest.Builder |
DetachPolicyRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
DetachPolicyRequest.Builder |
DetachPolicyRequest.Builder.policyId(String policyId)
The unique identifier (ID) of the policy you want to detach.
|
DetachPolicyRequest.Builder |
DetachPolicyRequest.Builder.targetId(String targetId)
The unique identifier (ID) of the root, OU, or account that you want to detach the policy from.
|
DetachPolicyRequest.Builder |
DetachPolicyRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends DetachPolicyRequest.Builder> |
DetachPolicyRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.