| 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 |
|---|---|
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, organizational units (OUs), and accounts that the specified policy is attached to.
|
| Modifier and Type | Method and Description |
|---|---|
ListTargetsForPolicyRequest |
ListTargetsForPolicyRequest.clone() |
ListTargetsForPolicyRequest |
ListTargetsForPolicyRequest.withMaxResults(Integer maxResults)
The total number of results that you want included on each page of the response.
|
ListTargetsForPolicyRequest |
ListTargetsForPolicyRequest.withNextToken(String nextToken)
The parameter for receiving additional results if you receive a
NextToken response in a previous
request. |
ListTargetsForPolicyRequest |
ListTargetsForPolicyRequest.withPolicyId(String policyId)
The unique identifier (ID) of the policy whose attachments you want to know.
|
Copyright © 2024. All rights reserved.