Uses of Enum
software.amazon.awscdk.services.appmesh.HttpRouteMethod
Packages that use HttpRouteMethod
-
Uses of HttpRouteMethod in software.amazon.awscdk.services.appmesh
Methods in software.amazon.awscdk.services.appmesh that return HttpRouteMethodModifier and TypeMethodDescriptiondefault HttpRouteMethodHttpGatewayRouteMatch.getMethod()The method to match on.final HttpRouteMethodHttpGatewayRouteMatch.Jsii$Proxy.getMethod()default HttpRouteMethodHttpRouteMatch.getMethod()The HTTP client request method to match on.final HttpRouteMethodHttpRouteMatch.Jsii$Proxy.getMethod()static HttpRouteMethodReturns the enum constant of this type with the specified name.static HttpRouteMethod[]HttpRouteMethod.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awscdk.services.appmesh with parameters of type HttpRouteMethodModifier and TypeMethodDescriptionHttpGatewayRouteMatch.Builder.method(HttpRouteMethod method) Sets the value ofHttpGatewayRouteMatch.getMethod()HttpRouteMatch.Builder.method(HttpRouteMethod method) Sets the value ofHttpRouteMatch.getMethod()