| Package | Description |
|---|---|
| com.amazonaws.services.organizations.model |
| Modifier and Type | Method and Description |
|---|---|
PolicySummary |
PolicySummary.clone() |
PolicySummary |
Policy.getPolicySummary()
A structure that contains additional details about the policy.
|
PolicySummary |
PolicySummary.withArn(String arn)
The Amazon Resource Name (ARN) of the policy.
|
PolicySummary |
PolicySummary.withAwsManaged(Boolean awsManaged)
A boolean value that indicates whether the specified policy is an Amazon Web Services managed policy.
|
PolicySummary |
PolicySummary.withDescription(String description)
The description of the policy.
|
PolicySummary |
PolicySummary.withId(String id)
The unique identifier (ID) of the policy.
|
PolicySummary |
PolicySummary.withName(String name)
The friendly name of the policy.
|
PolicySummary |
PolicySummary.withType(PolicyType type)
The type of policy.
|
PolicySummary |
PolicySummary.withType(String type)
The type of policy.
|
| Modifier and Type | Method and Description |
|---|---|
List<PolicySummary> |
ListPoliciesForTargetResult.getPolicies()
The list of policies that match the criteria in the request.
|
List<PolicySummary> |
ListPoliciesResult.getPolicies()
A list of policies that match the filter criteria in the request.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Policy.setPolicySummary(PolicySummary policySummary)
A structure that contains additional details about the policy.
|
ListPoliciesForTargetResult |
ListPoliciesForTargetResult.withPolicies(PolicySummary... policies)
The list of policies that match the criteria in the request.
|
ListPoliciesResult |
ListPoliciesResult.withPolicies(PolicySummary... policies)
A list of policies that match the filter criteria in the request.
|
Policy |
Policy.withPolicySummary(PolicySummary policySummary)
A structure that contains additional details about the policy.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListPoliciesForTargetResult.setPolicies(Collection<PolicySummary> policies)
The list of policies that match the criteria in the request.
|
void |
ListPoliciesResult.setPolicies(Collection<PolicySummary> policies)
A list of policies that match the filter criteria in the request.
|
ListPoliciesForTargetResult |
ListPoliciesForTargetResult.withPolicies(Collection<PolicySummary> policies)
The list of policies that match the criteria in the request.
|
ListPoliciesResult |
ListPoliciesResult.withPolicies(Collection<PolicySummary> policies)
A list of policies that match the filter criteria in the request.
|
Copyright © 2023. All rights reserved.