| 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 |
| 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 ListPoliciesForTargetResponse |
OrganizationsClient.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 |
|---|---|
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 CompletableFuture<ListPoliciesForTargetResponse> |
OrganizationsAsyncClient.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 |
|---|---|
Iterator<ListPoliciesForTargetResponse> |
ListPoliciesForTargetIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListPoliciesForTargetPublisher.subscribe(org.reactivestreams.Subscriber<? super ListPoliciesForTargetResponse> subscriber) |
Copyright © 2023. All rights reserved.