Uses of Class
org.elasticsearch.client.indices.GetIndexRequest.Feature
-
Packages that use GetIndexRequest.Feature Package Description org.elasticsearch.client.indices -
-
Uses of GetIndexRequest.Feature in org.elasticsearch.client.indices
Methods in org.elasticsearch.client.indices that return GetIndexRequest.Feature Modifier and Type Method Description GetIndexRequest.Feature[]GetIndexRequest. features()static GetIndexRequest.FeatureGetIndexRequest.Feature. valueOf(String name)Returns the enum constant of this type with the specified name.static GetIndexRequest.Feature[]GetIndexRequest.Feature. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.elasticsearch.client.indices with parameters of type GetIndexRequest.Feature Modifier and Type Method Description GetIndexRequestGetIndexRequest. addFeatures(GetIndexRequest.Feature... features)GetIndexRequestGetIndexRequest. features(GetIndexRequest.Feature... features)
-