| 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 ListPoliciesResponse |
OrganizationsClient.listPolicies(Consumer<ListPoliciesRequest.Builder> listPoliciesRequest)
Retrieves the list of all policies in an organization of a specified type.
|
default CompletableFuture<ListPoliciesResponse> |
OrganizationsAsyncClient.listPolicies(Consumer<ListPoliciesRequest.Builder> listPoliciesRequest)
Retrieves the list of all policies in an organization of a specified type.
|
default ListPoliciesIterable |
OrganizationsClient.listPoliciesPaginator(Consumer<ListPoliciesRequest.Builder> listPoliciesRequest)
Retrieves the list of all policies in an organization of a specified type.
|
default ListPoliciesPublisher |
OrganizationsAsyncClient.listPoliciesPaginator(Consumer<ListPoliciesRequest.Builder> listPoliciesRequest)
Retrieves the list of all policies in an organization of a specified type.
|
| Modifier and Type | Method and Description |
|---|---|
static ListPoliciesRequest.Builder |
ListPoliciesRequest.builder() |
ListPoliciesRequest.Builder |
ListPoliciesRequest.Builder.filter(PolicyType filter)
Specifies the type of policy that you want to include in the response.
|
ListPoliciesRequest.Builder |
ListPoliciesRequest.Builder.filter(String filter)
Specifies the type of policy that you want to include in the response.
|
ListPoliciesRequest.Builder |
ListPoliciesRequest.Builder.maxResults(Integer maxResults)
The total number of results that you want included on each page of the response.
|
ListPoliciesRequest.Builder |
ListPoliciesRequest.Builder.nextToken(String nextToken)
The parameter for receiving additional results if you receive a
NextToken response in a previous
request. |
ListPoliciesRequest.Builder |
ListPoliciesRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListPoliciesRequest.Builder |
ListPoliciesRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListPoliciesRequest.Builder |
ListPoliciesRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ListPoliciesRequest.Builder> |
ListPoliciesRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.