Uses of Class
org.elasticsearch.client.security.TemplateRoleName.Format
-
Packages that use TemplateRoleName.Format Package Description org.elasticsearch.client.security -
-
Uses of TemplateRoleName.Format in org.elasticsearch.client.security
Methods in org.elasticsearch.client.security that return TemplateRoleName.Format Modifier and Type Method Description TemplateRoleName.FormatTemplateRoleName. getFormat()static TemplateRoleName.FormatTemplateRoleName.Format. valueOf(String name)Returns the enum constant of this type with the specified name.static TemplateRoleName.Format[]TemplateRoleName.Format. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.elasticsearch.client.security with parameters of type TemplateRoleName.Format Constructor Description TemplateRoleName(String template, TemplateRoleName.Format format)TemplateRoleName(Map<String,Object> template, TemplateRoleName.Format format)
-