Class PutUserResponse

java.lang.Object
org.elasticsearch.client.security.PutUserResponse

public final class PutUserResponse extends Object
Response when adding a user to the native realm. Returns a single boolean field for whether the user was created or updated.
  • Constructor Details

    • PutUserResponse

      public PutUserResponse(boolean created)
  • Method Details