| Package | Description |
|---|---|
| com.amazonaws.services.organizations |
|
| com.amazonaws.services.organizations.model |
| Modifier and Type | Method and Description |
|---|---|
Future<ListTargetsForPolicyResult> |
AWSOrganizationsAsyncClient.listTargetsForPolicyAsync(ListTargetsForPolicyRequest request,
AsyncHandler<ListTargetsForPolicyRequest,ListTargetsForPolicyResult> asyncHandler) |
Future<ListTargetsForPolicyResult> |
AbstractAWSOrganizationsAsync.listTargetsForPolicyAsync(ListTargetsForPolicyRequest request,
AsyncHandler<ListTargetsForPolicyRequest,ListTargetsForPolicyResult> asyncHandler) |
Future<ListTargetsForPolicyResult> |
AWSOrganizationsAsync.listTargetsForPolicyAsync(ListTargetsForPolicyRequest listTargetsForPolicyRequest,
AsyncHandler<ListTargetsForPolicyRequest,ListTargetsForPolicyResult> asyncHandler)
Lists all the roots, organizaitonal units (OUs), and accounts to which the specified policy is attached.
|
| Modifier and Type | Method and Description |
|---|---|
ListTargetsForPolicyRequest |
ListTargetsForPolicyRequest.clone() |
ListTargetsForPolicyRequest |
ListTargetsForPolicyRequest.withMaxResults(Integer maxResults)
(Optional) Use this to limit the number of results you want included per page in the response.
|
ListTargetsForPolicyRequest |
ListTargetsForPolicyRequest.withNextToken(String nextToken)
Use this parameter if you receive a
NextToken response in a previous request that indicates that
there is more output available. |
ListTargetsForPolicyRequest |
ListTargetsForPolicyRequest.withPolicyId(String policyId)
The unique identifier (ID) of the policy for which you want to know its attachments.
|
Copyright © 2018. All rights reserved.