| Package | Description |
|---|---|
| com.amazonaws.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.
|
| com.amazonaws.services.organizations.model |
| Modifier and Type | Method and Description |
|---|---|
ListTargetsForPolicyResult |
AbstractAWSOrganizations.listTargetsForPolicy(ListTargetsForPolicyRequest request) |
ListTargetsForPolicyResult |
AWSOrganizationsClient.listTargetsForPolicy(ListTargetsForPolicyRequest request)
Lists all the roots, organizational units (OUs), and accounts that the specified policy is attached to.
|
ListTargetsForPolicyResult |
AWSOrganizations.listTargetsForPolicy(ListTargetsForPolicyRequest listTargetsForPolicyRequest)
Lists all the roots, organizational units (OUs), and accounts that the specified policy is attached to.
|
| Modifier and Type | Method and Description |
|---|---|
Future<ListTargetsForPolicyResult> |
AbstractAWSOrganizationsAsync.listTargetsForPolicyAsync(ListTargetsForPolicyRequest request,
AsyncHandler<ListTargetsForPolicyRequest,ListTargetsForPolicyResult> asyncHandler) |
Future<ListTargetsForPolicyResult> |
AWSOrganizationsAsyncClient.listTargetsForPolicyAsync(ListTargetsForPolicyRequest request,
AsyncHandler<ListTargetsForPolicyRequest,ListTargetsForPolicyResult> asyncHandler) |
Future<ListTargetsForPolicyResult> |
AWSOrganizationsAsync.listTargetsForPolicyAsync(ListTargetsForPolicyRequest listTargetsForPolicyRequest,
AsyncHandler<ListTargetsForPolicyRequest,ListTargetsForPolicyResult> asyncHandler)
Lists all the roots, organizational units (OUs), and accounts that the specified policy is attached to.
|
| Modifier and Type | Method and Description |
|---|---|
ListTargetsForPolicyResult |
ListTargetsForPolicyResult.clone() |
ListTargetsForPolicyResult |
ListTargetsForPolicyResult.withNextToken(String nextToken)
If present, indicates that more output is 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 © 2022. All rights reserved.