Uses of Class
software.amazon.awssdk.services.organizations.model.PolicyTargetSummary
-
Packages that use PolicyTargetSummary Package Description software.amazon.awssdk.services.organizations.model -
-
Uses of PolicyTargetSummary in software.amazon.awssdk.services.organizations.model
Methods in software.amazon.awssdk.services.organizations.model that return types with arguments of type PolicyTargetSummary Modifier and Type Method Description List<PolicyTargetSummary>ListTargetsForPolicyResponse. targets()A list of structures, each of which contains details about one of the entities to which the specified policy is attached.Methods in software.amazon.awssdk.services.organizations.model with parameters of type PolicyTargetSummary Modifier and Type Method Description ListTargetsForPolicyResponse.BuilderListTargetsForPolicyResponse.Builder. targets(PolicyTargetSummary... targets)A list of structures, each of which contains details about one of the entities to which the specified policy is attached.Method parameters in software.amazon.awssdk.services.organizations.model with type arguments of type PolicyTargetSummary Modifier and Type Method Description ListTargetsForPolicyResponse.BuilderListTargetsForPolicyResponse.Builder. targets(Collection<PolicyTargetSummary> targets)A list of structures, each of which contains details about one of the entities to which the specified policy is attached.
-