| 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 ListPoliciesResponse |
OrganizationsClient.listPolicies(ListPoliciesRequest listPoliciesRequest)
Retrieves the list of all policies in an organization of a specified type.
|
default CompletableFuture<ListPoliciesResponse> |
OrganizationsAsyncClient.listPolicies(ListPoliciesRequest listPoliciesRequest)
Retrieves the list of all policies in an organization of a specified type.
|
default ListPoliciesIterable |
OrganizationsClient.listPoliciesPaginator(ListPoliciesRequest listPoliciesRequest)
Retrieves the list of all policies in an organization of a specified type.
|
default ListPoliciesPublisher |
OrganizationsAsyncClient.listPoliciesPaginator(ListPoliciesRequest listPoliciesRequest)
Retrieves the list of all policies in an organization of a specified type.
|
| Constructor and Description |
|---|
ListPoliciesIterable(OrganizationsClient client,
ListPoliciesRequest firstRequest) |
ListPoliciesPublisher(OrganizationsAsyncClient client,
ListPoliciesRequest firstRequest) |
| Modifier and Type | Method and Description |
|---|---|
SdkHttpFullRequest |
ListPoliciesRequestMarshaller.marshall(ListPoliciesRequest listPoliciesRequest) |
Copyright © 2023. All rights reserved.