Class ResumeAutoFollowPatternRequest

java.lang.Object
org.elasticsearch.client.ccr.ResumeAutoFollowPatternRequest
All Implemented Interfaces:
Validatable

public final class ResumeAutoFollowPatternRequest extends Object implements Validatable
Request class for resume auto follow pattern api.
  • Constructor Details

    • ResumeAutoFollowPatternRequest

      public ResumeAutoFollowPatternRequest(String name)
      Resume auto follow pattern with the specified name
      Parameters:
      name - The name of the auto follow pattern to resume
  • Method Details

    • getName

      public String getName()