Class StartJobRequest

java.lang.Object
co.elastic.clients.elasticsearch._types.RequestBase
co.elastic.clients.elasticsearch.rollup.StartJobRequest

@Deprecated public class StartJobRequest extends RequestBase
Deprecated.
8.11.0
Start rollup jobs. If you try to start a job that does not exist, an exception occurs. If you try to start a job that is already started, nothing happens.
See Also: