Uses of Class
org.elasticsearch.client.slm.ExecuteSnapshotLifecyclePolicyResponse
-
Packages that use ExecuteSnapshotLifecyclePolicyResponse Package Description org.elasticsearch.client org.elasticsearch.client.slm -
-
Uses of ExecuteSnapshotLifecyclePolicyResponse in org.elasticsearch.client
Methods in org.elasticsearch.client that return ExecuteSnapshotLifecyclePolicyResponse Modifier and Type Method Description ExecuteSnapshotLifecyclePolicyResponseIndexLifecycleClient. executeSnapshotLifecyclePolicy(ExecuteSnapshotLifecyclePolicyRequest request, RequestOptions options)Execute a snapshot lifecycle definition SeeMethod parameters in org.elasticsearch.client with type arguments of type ExecuteSnapshotLifecyclePolicyResponse Modifier and Type Method Description CancellableIndexLifecycleClient. executeSnapshotLifecyclePolicyAsync(ExecuteSnapshotLifecyclePolicyRequest request, RequestOptions options, ActionListener<ExecuteSnapshotLifecyclePolicyResponse> listener)Asynchronously execute a snapshot lifecycle definition See -
Uses of ExecuteSnapshotLifecyclePolicyResponse in org.elasticsearch.client.slm
Methods in org.elasticsearch.client.slm that return ExecuteSnapshotLifecyclePolicyResponse Modifier and Type Method Description static ExecuteSnapshotLifecyclePolicyResponseExecuteSnapshotLifecyclePolicyResponse. fromXContent(XContentParser parser)
-