Interface RegexPoliciesResource


public interface RegexPoliciesResource
Author:
Yoshiyuki Tabata
  • Method Summary

    Modifier and Type
    Method
    Description
    jakarta.ws.rs.core.Response
     
  • Method Details

    • create

      @POST @Consumes("application/json") @Produces("application/json") jakarta.ws.rs.core.Response create(RegexPolicyRepresentation representation)