Class PutRoleMappingResponse

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

public final class PutRoleMappingResponse extends Object
Response when adding/updating a role mapping. Returns a boolean field for whether the role mapping was created or updated.
  • Constructor Details

    • PutRoleMappingResponse

      public PutRoleMappingResponse(boolean created)
  • Method Details