| 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 ListTargetsForPolicyResponse |
OrganizationsClient.listTargetsForPolicy(Consumer<ListTargetsForPolicyRequest.Builder> listTargetsForPolicyRequest)
Lists all the roots, organizational units (OUs), and accounts that the specified policy is attached to.
|
default CompletableFuture<ListTargetsForPolicyResponse> |
OrganizationsAsyncClient.listTargetsForPolicy(Consumer<ListTargetsForPolicyRequest.Builder> listTargetsForPolicyRequest)
Lists all the roots, organizational units (OUs), and accounts that the specified policy is attached to.
|
default ListTargetsForPolicyIterable |
OrganizationsClient.listTargetsForPolicyPaginator(Consumer<ListTargetsForPolicyRequest.Builder> listTargetsForPolicyRequest)
Lists all the roots, organizational units (OUs), and accounts that the specified policy is attached to.
|
default ListTargetsForPolicyPublisher |
OrganizationsAsyncClient.listTargetsForPolicyPaginator(Consumer<ListTargetsForPolicyRequest.Builder> listTargetsForPolicyRequest)
Lists all the roots, organizational units (OUs), and accounts that the specified policy is attached to.
|
| Modifier and Type | Method and Description |
|---|---|
static ListTargetsForPolicyRequest.Builder |
ListTargetsForPolicyRequest.builder() |
ListTargetsForPolicyRequest.Builder |
ListTargetsForPolicyRequest.Builder.maxResults(Integer maxResults)
The total number of results that you want included on each page of the response.
|
ListTargetsForPolicyRequest.Builder |
ListTargetsForPolicyRequest.Builder.nextToken(String nextToken)
The parameter for receiving additional results if you receive a
NextToken response in a previous
request. |
ListTargetsForPolicyRequest.Builder |
ListTargetsForPolicyRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListTargetsForPolicyRequest.Builder |
ListTargetsForPolicyRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListTargetsForPolicyRequest.Builder |
ListTargetsForPolicyRequest.Builder.policyId(String policyId)
The unique identifier (ID) of the policy whose attachments you want to know.
|
ListTargetsForPolicyRequest.Builder |
ListTargetsForPolicyRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ListTargetsForPolicyRequest.Builder> |
ListTargetsForPolicyRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.