| Package | Description |
|---|---|
| com.amazonaws.services.organizations.model |
| Modifier and Type | Method and Description |
|---|---|
PolicyTargetSummary |
PolicyTargetSummary.clone() |
PolicyTargetSummary |
PolicyTargetSummary.withArn(String arn)
The Amazon Resource Name (ARN) of the policy target.
|
PolicyTargetSummary |
PolicyTargetSummary.withName(String name)
The friendly name of the policy target.
|
PolicyTargetSummary |
PolicyTargetSummary.withTargetId(String targetId)
The unique identifier (ID) of the policy target.
|
PolicyTargetSummary |
PolicyTargetSummary.withType(String type)
The type of the policy target.
|
PolicyTargetSummary |
PolicyTargetSummary.withType(TargetType type)
The type of the policy target.
|
| Modifier and Type | Method and Description |
|---|---|
List<PolicyTargetSummary> |
ListTargetsForPolicyResult.getTargets()
A list of structures, each of which contains details about one of the entities to which the specified policy is
attached.
|
| Modifier and Type | Method and Description |
|---|---|
ListTargetsForPolicyResult |
ListTargetsForPolicyResult.withTargets(PolicyTargetSummary... targets)
A list of structures, each of which contains details about one of the entities to which the specified policy is
attached.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListTargetsForPolicyResult.setTargets(Collection<PolicyTargetSummary> targets)
A list of structures, each of which contains details about one of the entities to which the specified policy is
attached.
|
ListTargetsForPolicyResult |
ListTargetsForPolicyResult.withTargets(Collection<PolicyTargetSummary> targets)
A list of structures, each of which contains details about one of the entities to which the specified policy is
attached.
|
Copyright © 2021. All rights reserved.