| Package | Description |
|---|---|
| com.amazonaws.services.organizations |
AWS Organizations is a web service that enables you to consolidate your multiple AWS accounts into an
organization and centrally manage your accounts and their resources.
|
| com.amazonaws.services.organizations.model |
| Modifier and Type | Method and Description |
|---|---|
DetachPolicyResult |
AbstractAWSOrganizations.detachPolicy(DetachPolicyRequest request) |
DetachPolicyResult |
AWSOrganizationsClient.detachPolicy(DetachPolicyRequest request)
Detaches a policy from a target root, organizational unit (OU), or account.
|
DetachPolicyResult |
AWSOrganizations.detachPolicy(DetachPolicyRequest detachPolicyRequest)
Detaches a policy from a target root, organizational unit (OU), or account.
|
Future<DetachPolicyResult> |
AWSOrganizationsAsync.detachPolicyAsync(DetachPolicyRequest detachPolicyRequest)
Detaches a policy from a target root, organizational unit (OU), or account.
|
Future<DetachPolicyResult> |
AWSOrganizationsAsyncClient.detachPolicyAsync(DetachPolicyRequest request) |
Future<DetachPolicyResult> |
AbstractAWSOrganizationsAsync.detachPolicyAsync(DetachPolicyRequest request) |
Future<DetachPolicyResult> |
AWSOrganizationsAsync.detachPolicyAsync(DetachPolicyRequest detachPolicyRequest,
AsyncHandler<DetachPolicyRequest,DetachPolicyResult> asyncHandler)
Detaches a policy from a target root, organizational unit (OU), or account.
|
Future<DetachPolicyResult> |
AWSOrganizationsAsyncClient.detachPolicyAsync(DetachPolicyRequest request,
AsyncHandler<DetachPolicyRequest,DetachPolicyResult> asyncHandler) |
Future<DetachPolicyResult> |
AbstractAWSOrganizationsAsync.detachPolicyAsync(DetachPolicyRequest request,
AsyncHandler<DetachPolicyRequest,DetachPolicyResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
Future<DetachPolicyResult> |
AWSOrganizationsAsync.detachPolicyAsync(DetachPolicyRequest detachPolicyRequest,
AsyncHandler<DetachPolicyRequest,DetachPolicyResult> asyncHandler)
Detaches a policy from a target root, organizational unit (OU), or account.
|
Future<DetachPolicyResult> |
AWSOrganizationsAsyncClient.detachPolicyAsync(DetachPolicyRequest request,
AsyncHandler<DetachPolicyRequest,DetachPolicyResult> asyncHandler) |
Future<DetachPolicyResult> |
AbstractAWSOrganizationsAsync.detachPolicyAsync(DetachPolicyRequest request,
AsyncHandler<DetachPolicyRequest,DetachPolicyResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
DetachPolicyRequest |
DetachPolicyRequest.clone() |
DetachPolicyRequest |
DetachPolicyRequest.withPolicyId(String policyId)
The unique identifier (ID) of the policy you want to detach.
|
DetachPolicyRequest |
DetachPolicyRequest.withTargetId(String targetId)
The unique identifier (ID) of the root, OU, or account that you want to detach the policy from.
|
Copyright © 2021. All rights reserved.