Uses of Class
org.elasticsearch.client.enrich.NamedPolicy
-
Packages that use NamedPolicy Package Description org.elasticsearch.client.enrich -
-
Uses of NamedPolicy in org.elasticsearch.client.enrich
Methods in org.elasticsearch.client.enrich that return NamedPolicy Modifier and Type Method Description static NamedPolicyNamedPolicy. fromXContent(XContentParser parser)Methods in org.elasticsearch.client.enrich that return types with arguments of type NamedPolicy Modifier and Type Method Description List<NamedPolicy>GetPolicyResponse. getPolicies()Constructor parameters in org.elasticsearch.client.enrich with type arguments of type NamedPolicy Constructor Description GetPolicyResponse(List<NamedPolicy> policies)
-