Uses of Class
org.elasticsearch.client.slm.GetSnapshotLifecyclePolicyResponse
-
Packages that use GetSnapshotLifecyclePolicyResponse Package Description org.elasticsearch.client org.elasticsearch.client.slm -
-
Uses of GetSnapshotLifecyclePolicyResponse in org.elasticsearch.client
Methods in org.elasticsearch.client that return GetSnapshotLifecyclePolicyResponse Modifier and Type Method Description GetSnapshotLifecyclePolicyResponseIndexLifecycleClient. getSnapshotLifecyclePolicy(GetSnapshotLifecyclePolicyRequest request, RequestOptions options)Retrieve one or more snapshot lifecycle policy definitions.Method parameters in org.elasticsearch.client with type arguments of type GetSnapshotLifecyclePolicyResponse Modifier and Type Method Description CancellableIndexLifecycleClient. getSnapshotLifecyclePolicyAsync(GetSnapshotLifecyclePolicyRequest request, RequestOptions options, ActionListener<GetSnapshotLifecyclePolicyResponse> listener)Asynchronously retrieve one or more snapshot lifecycle policy definition. -
Uses of GetSnapshotLifecyclePolicyResponse in org.elasticsearch.client.slm
Methods in org.elasticsearch.client.slm that return GetSnapshotLifecyclePolicyResponse Modifier and Type Method Description static GetSnapshotLifecyclePolicyResponseGetSnapshotLifecyclePolicyResponse. fromXContent(XContentParser parser)
-