Uses of Class
org.elasticsearch.client.indexlifecycle.RemoveIndexLifecyclePolicyResponse
-
Packages that use RemoveIndexLifecyclePolicyResponse Package Description org.elasticsearch.client org.elasticsearch.client.indexlifecycle -
-
Uses of RemoveIndexLifecyclePolicyResponse in org.elasticsearch.client
Methods in org.elasticsearch.client that return RemoveIndexLifecyclePolicyResponse Modifier and Type Method Description RemoveIndexLifecyclePolicyResponseIndexLifecycleClient. removeIndexLifecyclePolicy(RemoveIndexLifecyclePolicyRequest request, RequestOptions options)Remove the index lifecycle policy for an index SeeMethod parameters in org.elasticsearch.client with type arguments of type RemoveIndexLifecyclePolicyResponse Modifier and Type Method Description CancellableIndexLifecycleClient. removeIndexLifecyclePolicyAsync(RemoveIndexLifecyclePolicyRequest request, RequestOptions options, ActionListener<RemoveIndexLifecyclePolicyResponse> listener)Asynchronously remove the index lifecycle policy for an index See -
Uses of RemoveIndexLifecyclePolicyResponse in org.elasticsearch.client.indexlifecycle
Fields in org.elasticsearch.client.indexlifecycle with type parameters of type RemoveIndexLifecyclePolicyResponse Modifier and Type Field Description static ConstructingObjectParser<RemoveIndexLifecyclePolicyResponse,Void>RemoveIndexLifecyclePolicyResponse. PARSERMethods in org.elasticsearch.client.indexlifecycle that return RemoveIndexLifecyclePolicyResponse Modifier and Type Method Description static RemoveIndexLifecyclePolicyResponseRemoveIndexLifecyclePolicyResponse. fromXContent(XContentParser parser)
-