Uses of Class
software.aws.awsprototypingsdk.openapigateway.MethodAndPath.Builder
-
-
Uses of MethodAndPath.Builder in software.aws.awsprototypingsdk.openapigateway
Methods in software.aws.awsprototypingsdk.openapigateway that return MethodAndPath.Builder Modifier and Type Method Description static MethodAndPath.BuilderMethodAndPath. builder()MethodAndPath.BuilderMethodAndPath.Builder. method(String method)Sets the value ofMethodAndPath.getMethod()MethodAndPath.BuilderMethodAndPath.Builder. path(String path)Sets the value ofMethodAndPath.getPath()Constructors in software.aws.awsprototypingsdk.openapigateway with parameters of type MethodAndPath.Builder Constructor Description Jsii$Proxy(MethodAndPath.Builder builder)Constructor that initializes the object based on literal property values passed by theMethodAndPath.Builder.
-