Interface MethodAndPath

  • All Superinterfaces:
    software.amazon.jsii.JsiiSerializable
    All Known Implementing Classes:
    MethodAndPath.Jsii$Proxy

    @Generated(value="jsii-pacmak/1.67.0 (build 2c027f5)",
               date="2022-09-14T10:57:31.108Z")
    @Stability(Experimental)
    public interface MethodAndPath
    extends software.amazon.jsii.JsiiSerializable
    (experimental) Structure to contain an API operation's method and path.
    • Method Detail

      • getMethod

        @Stability(Experimental)
        @NotNull
        String getMethod()
        (experimental) The http method of this operation.
      • getPath

        @Stability(Experimental)
        @NotNull
        String getPath()
        (experimental) The path of this operation in the api.