| 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 ListTargetsForPolicyResponse |
OrganizationsClient.listTargetsForPolicy(ListTargetsForPolicyRequest listTargetsForPolicyRequest)
Lists all the roots, organizational units (OUs), and accounts that the specified policy is attached to.
|
default CompletableFuture<ListTargetsForPolicyResponse> |
OrganizationsAsyncClient.listTargetsForPolicy(ListTargetsForPolicyRequest listTargetsForPolicyRequest)
Lists all the roots, organizational units (OUs), and accounts that the specified policy is attached to.
|
default ListTargetsForPolicyIterable |
OrganizationsClient.listTargetsForPolicyPaginator(ListTargetsForPolicyRequest listTargetsForPolicyRequest)
Lists all the roots, organizational units (OUs), and accounts that the specified policy is attached to.
|
default ListTargetsForPolicyPublisher |
OrganizationsAsyncClient.listTargetsForPolicyPaginator(ListTargetsForPolicyRequest listTargetsForPolicyRequest)
Lists all the roots, organizational units (OUs), and accounts that the specified policy is attached to.
|
| Constructor and Description |
|---|
ListTargetsForPolicyIterable(OrganizationsClient client,
ListTargetsForPolicyRequest firstRequest) |
ListTargetsForPolicyPublisher(OrganizationsAsyncClient client,
ListTargetsForPolicyRequest firstRequest) |
| Modifier and Type | Method and Description |
|---|---|
SdkHttpFullRequest |
ListTargetsForPolicyRequestMarshaller.marshall(ListTargetsForPolicyRequest listTargetsForPolicyRequest) |
Copyright © 2023. All rights reserved.