| 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.paginators | |
| software.amazon.awssdk.services.organizations.transform |
| Modifier and Type | Method and Description |
|---|---|
default ListPoliciesForTargetResponse |
OrganizationsClient.listPoliciesForTarget(ListPoliciesForTargetRequest listPoliciesForTargetRequest)
Lists the policies that are directly attached to the specified target root, organizational unit (OU), or account.
|
default CompletableFuture<ListPoliciesForTargetResponse> |
OrganizationsAsyncClient.listPoliciesForTarget(ListPoliciesForTargetRequest listPoliciesForTargetRequest)
Lists the policies that are directly attached to the specified target root, organizational unit (OU), or account.
|
default ListPoliciesForTargetIterable |
OrganizationsClient.listPoliciesForTargetPaginator(ListPoliciesForTargetRequest listPoliciesForTargetRequest)
Lists the policies that are directly attached to the specified target root, organizational unit (OU), or account.
|
default ListPoliciesForTargetPublisher |
OrganizationsAsyncClient.listPoliciesForTargetPaginator(ListPoliciesForTargetRequest listPoliciesForTargetRequest)
Lists the policies that are directly attached to the specified target root, organizational unit (OU), or account.
|
| Constructor and Description |
|---|
ListPoliciesForTargetIterable(OrganizationsClient client,
ListPoliciesForTargetRequest firstRequest) |
ListPoliciesForTargetPublisher(OrganizationsAsyncClient client,
ListPoliciesForTargetRequest firstRequest) |
| Modifier and Type | Method and Description |
|---|---|
SdkHttpFullRequest |
ListPoliciesForTargetRequestMarshaller.marshall(ListPoliciesForTargetRequest listPoliciesForTargetRequest) |
Copyright © 2023. All rights reserved.