| Package | Description |
|---|---|
| software.amazon.awssdk.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.
|
| software.amazon.awssdk.services.organizations.model |
| Modifier and Type | Method and Description |
|---|---|
default ListPoliciesForTargetResponse |
OrganizationsClient.listPoliciesForTarget(Consumer<ListPoliciesForTargetRequest.Builder> listPoliciesForTargetRequest)
Lists the policies that are directly attached to the specified target root, organizational unit (OU), or account.
|
default CompletableFuture<ListPoliciesForTargetResponse> |
OrganizationsAsyncClient.listPoliciesForTarget(Consumer<ListPoliciesForTargetRequest.Builder> listPoliciesForTargetRequest)
Lists the policies that are directly attached to the specified target root, organizational unit (OU), or account.
|
default ListPoliciesForTargetIterable |
OrganizationsClient.listPoliciesForTargetPaginator(Consumer<ListPoliciesForTargetRequest.Builder> listPoliciesForTargetRequest)
Lists the policies that are directly attached to the specified target root, organizational unit (OU), or account.
|
default ListPoliciesForTargetPublisher |
OrganizationsAsyncClient.listPoliciesForTargetPaginator(Consumer<ListPoliciesForTargetRequest.Builder> listPoliciesForTargetRequest)
Lists the policies that are directly attached to the specified target root, organizational unit (OU), or account.
|
| Modifier and Type | Method and Description |
|---|---|
static ListPoliciesForTargetRequest.Builder |
ListPoliciesForTargetRequest.builder() |
ListPoliciesForTargetRequest.Builder |
ListPoliciesForTargetRequest.Builder.filter(PolicyType filter)
The type of policy that you want to include in the returned list.
|
ListPoliciesForTargetRequest.Builder |
ListPoliciesForTargetRequest.Builder.filter(String filter)
The type of policy that you want to include in the returned list.
|
ListPoliciesForTargetRequest.Builder |
ListPoliciesForTargetRequest.Builder.maxResults(Integer maxResults)
The total number of results that you want included on each page of the response.
|
ListPoliciesForTargetRequest.Builder |
ListPoliciesForTargetRequest.Builder.nextToken(String nextToken)
The parameter for receiving additional results if you receive a
NextToken response in a previous
request. |
ListPoliciesForTargetRequest.Builder |
ListPoliciesForTargetRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListPoliciesForTargetRequest.Builder |
ListPoliciesForTargetRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListPoliciesForTargetRequest.Builder |
ListPoliciesForTargetRequest.Builder.targetId(String targetId)
The unique identifier (ID) of the root, organizational unit, or account whose policies you want to list.
|
ListPoliciesForTargetRequest.Builder |
ListPoliciesForTargetRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ListPoliciesForTargetRequest.Builder> |
ListPoliciesForTargetRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.