| 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 |
|---|---|
ListPoliciesForTargetResult |
AWSOrganizationsClient.listPoliciesForTarget(ListPoliciesForTargetRequest request)
Lists the policies that are directly attached to the specified target root, organizational unit (OU), or account.
|
ListPoliciesForTargetResult |
AbstractAWSOrganizations.listPoliciesForTarget(ListPoliciesForTargetRequest request) |
ListPoliciesForTargetResult |
AWSOrganizations.listPoliciesForTarget(ListPoliciesForTargetRequest listPoliciesForTargetRequest)
Lists the policies that are directly attached to the specified target root, organizational unit (OU), or account.
|
| Modifier and Type | Method and Description |
|---|---|
Future<ListPoliciesForTargetResult> |
AWSOrganizationsAsyncClient.listPoliciesForTargetAsync(ListPoliciesForTargetRequest request,
AsyncHandler<ListPoliciesForTargetRequest,ListPoliciesForTargetResult> asyncHandler) |
Future<ListPoliciesForTargetResult> |
AWSOrganizationsAsync.listPoliciesForTargetAsync(ListPoliciesForTargetRequest listPoliciesForTargetRequest,
AsyncHandler<ListPoliciesForTargetRequest,ListPoliciesForTargetResult> asyncHandler)
Lists the policies that are directly attached to the specified target root, organizational unit (OU), or account.
|
Future<ListPoliciesForTargetResult> |
AbstractAWSOrganizationsAsync.listPoliciesForTargetAsync(ListPoliciesForTargetRequest request,
AsyncHandler<ListPoliciesForTargetRequest,ListPoliciesForTargetResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
ListPoliciesForTargetResult |
ListPoliciesForTargetResult.clone() |
ListPoliciesForTargetResult |
ListPoliciesForTargetResult.withNextToken(String nextToken)
If present, indicates that more output is available than is included in the current response.
|
ListPoliciesForTargetResult |
ListPoliciesForTargetResult.withPolicies(Collection<PolicySummary> policies)
The list of policies that match the criteria in the request.
|
ListPoliciesForTargetResult |
ListPoliciesForTargetResult.withPolicies(PolicySummary... policies)
The list of policies that match the criteria in the request.
|
Copyright © 2024. All rights reserved.