| Package | Description |
|---|---|
| com.amazonaws.services.organizations |
|
| com.amazonaws.services.organizations.model |
| Modifier and Type | Method and Description |
|---|---|
ListTargetsForPolicyResult |
AWSOrganizations.listTargetsForPolicy(ListTargetsForPolicyRequest listTargetsForPolicyRequest)
Lists all the roots, organizaitonal units (OUs), and accounts to which the specified policy is attached.
|
ListTargetsForPolicyResult |
AWSOrganizationsClient.listTargetsForPolicy(ListTargetsForPolicyRequest request)
Lists all the roots, organizaitonal units (OUs), and accounts to which the specified policy is attached.
|
ListTargetsForPolicyResult |
AbstractAWSOrganizations.listTargetsForPolicy(ListTargetsForPolicyRequest request) |
| 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 |
|---|---|
ListTargetsForPolicyResult |
ListTargetsForPolicyResult.clone() |
ListTargetsForPolicyResult |
ListTargetsForPolicyResult.withNextToken(String nextToken)
If present, this value indicates that there is more output available than is included in the current response.
|
ListTargetsForPolicyResult |
ListTargetsForPolicyResult.withTargets(Collection<PolicyTargetSummary> targets)
A list of structures, each of which contains details about one of the entities to which the specified policy is
attached.
|
ListTargetsForPolicyResult |
ListTargetsForPolicyResult.withTargets(PolicyTargetSummary... targets)
A list of structures, each of which contains details about one of the entities to which the specified policy is
attached.
|
Copyright © 2018. All rights reserved.