Uses of Class
org.elasticsearch.client.indexlifecycle.LifecycleManagementStatusResponse
-
Packages that use LifecycleManagementStatusResponse Package Description org.elasticsearch.client org.elasticsearch.client.indexlifecycle -
-
Uses of LifecycleManagementStatusResponse in org.elasticsearch.client
Methods in org.elasticsearch.client that return LifecycleManagementStatusResponse Modifier and Type Method Description LifecycleManagementStatusResponseIndexLifecycleClient. getSLMStatus(SnapshotLifecycleManagementStatusRequest request, RequestOptions options)Get the status of Snapshot Lifecycle Management.LifecycleManagementStatusResponseIndexLifecycleClient. lifecycleManagementStatus(LifecycleManagementStatusRequest request, RequestOptions options)Get the status of index lifecycle management SeeMethod parameters in org.elasticsearch.client with type arguments of type LifecycleManagementStatusResponse Modifier and Type Method Description CancellableIndexLifecycleClient. getSLMStatusAsync(SnapshotLifecycleManagementStatusRequest request, RequestOptions options, ActionListener<LifecycleManagementStatusResponse> listener)Asynchronously get the status of Snapshot Lifecycle Management.CancellableIndexLifecycleClient. lifecycleManagementStatusAsync(LifecycleManagementStatusRequest request, RequestOptions options, ActionListener<LifecycleManagementStatusResponse> listener)Asynchronously get the status of index lifecycle management See -
Uses of LifecycleManagementStatusResponse in org.elasticsearch.client.indexlifecycle
Methods in org.elasticsearch.client.indexlifecycle that return LifecycleManagementStatusResponse Modifier and Type Method Description static LifecycleManagementStatusResponseLifecycleManagementStatusResponse. fromXContent(XContentParser parser)
-