Interface MethodAndPath

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

    @Generated(value="jsii-pacmak/1.61.0 (build abf4039)",
               date="2022-06-22T03:19:15.691Z")
    @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.