| Package | Description |
|---|---|
| software.amazon.awssdk.services.organizations.model |
| Modifier and Type | Method and Description |
|---|---|
PolicySummary |
Policy.policySummary()
A structure that contains additional details about the policy.
|
| Modifier and Type | Method and Description |
|---|---|
List<PolicySummary> |
ListPoliciesForTargetResponse.policies()
The list of policies that match the criteria in the request.
|
List<PolicySummary> |
ListPoliciesResponse.policies()
A list of policies that match the filter criteria in the request.
|
| Modifier and Type | Method and Description |
|---|---|
ListPoliciesForTargetResponse.Builder |
ListPoliciesForTargetResponse.Builder.policies(PolicySummary... policies)
The list of policies that match the criteria in the request.
|
ListPoliciesResponse.Builder |
ListPoliciesResponse.Builder.policies(PolicySummary... policies)
A list of policies that match the filter criteria in the request.
|
Policy.Builder |
Policy.Builder.policySummary(PolicySummary policySummary)
A structure that contains additional details about the policy.
|
| Modifier and Type | Method and Description |
|---|---|
ListPoliciesForTargetResponse.Builder |
ListPoliciesForTargetResponse.Builder.policies(Collection<PolicySummary> policies)
The list of policies that match the criteria in the request.
|
ListPoliciesResponse.Builder |
ListPoliciesResponse.Builder.policies(Collection<PolicySummary> policies)
A list of policies that match the filter criteria in the request.
|
Copyright © 2023. All rights reserved.