| Package | Description |
|---|---|
| com.amazonaws.services.organizations |
|
| com.amazonaws.services.organizations.model |
| Modifier and Type | Method and Description |
|---|---|
AttachPolicyResult |
AWSOrganizations.attachPolicy(AttachPolicyRequest attachPolicyRequest)
Attaches a policy to a root, an organizational unit (OU), or an individual account.
|
AttachPolicyResult |
AWSOrganizationsClient.attachPolicy(AttachPolicyRequest request)
Attaches a policy to a root, an organizational unit (OU), or an individual account.
|
AttachPolicyResult |
AbstractAWSOrganizations.attachPolicy(AttachPolicyRequest request) |
Future<AttachPolicyResult> |
AWSOrganizationsAsyncClient.attachPolicyAsync(AttachPolicyRequest request) |
Future<AttachPolicyResult> |
AbstractAWSOrganizationsAsync.attachPolicyAsync(AttachPolicyRequest request) |
Future<AttachPolicyResult> |
AWSOrganizationsAsync.attachPolicyAsync(AttachPolicyRequest attachPolicyRequest)
Attaches a policy to a root, an organizational unit (OU), or an individual account.
|
Future<AttachPolicyResult> |
AWSOrganizationsAsyncClient.attachPolicyAsync(AttachPolicyRequest request,
AsyncHandler<AttachPolicyRequest,AttachPolicyResult> asyncHandler) |
Future<AttachPolicyResult> |
AbstractAWSOrganizationsAsync.attachPolicyAsync(AttachPolicyRequest request,
AsyncHandler<AttachPolicyRequest,AttachPolicyResult> asyncHandler) |
Future<AttachPolicyResult> |
AWSOrganizationsAsync.attachPolicyAsync(AttachPolicyRequest attachPolicyRequest,
AsyncHandler<AttachPolicyRequest,AttachPolicyResult> asyncHandler)
Attaches a policy to a root, an organizational unit (OU), or an individual account.
|
| Modifier and Type | Method and Description |
|---|---|
Future<AttachPolicyResult> |
AWSOrganizationsAsyncClient.attachPolicyAsync(AttachPolicyRequest request,
AsyncHandler<AttachPolicyRequest,AttachPolicyResult> asyncHandler) |
Future<AttachPolicyResult> |
AbstractAWSOrganizationsAsync.attachPolicyAsync(AttachPolicyRequest request,
AsyncHandler<AttachPolicyRequest,AttachPolicyResult> asyncHandler) |
Future<AttachPolicyResult> |
AWSOrganizationsAsync.attachPolicyAsync(AttachPolicyRequest attachPolicyRequest,
AsyncHandler<AttachPolicyRequest,AttachPolicyResult> asyncHandler)
Attaches a policy to a root, an organizational unit (OU), or an individual account.
|
| Modifier and Type | Method and Description |
|---|---|
AttachPolicyRequest |
AttachPolicyRequest.clone() |
AttachPolicyRequest |
AttachPolicyRequest.withPolicyId(String policyId)
The unique identifier (ID) of the policy that you want to attach to the target.
|
AttachPolicyRequest |
AttachPolicyRequest.withTargetId(String targetId)
The unique identifier (ID) of the root, OU, or account that you want to attach the policy to.
|
Copyright © 2019. All rights reserved.