Uses of Enum Class
software.amazon.awscdk.services.appmesh.HttpRouteProtocol
Packages that use HttpRouteProtocol
-
Uses of HttpRouteProtocol in software.amazon.awscdk.services.appmesh
Methods in software.amazon.awscdk.services.appmesh that return HttpRouteProtocolModifier and TypeMethodDescriptiondefault HttpRouteProtocolHttpRouteMatch.getProtocol()The client request protocol to match on.final HttpRouteProtocolHttpRouteMatch.Jsii$Proxy.getProtocol()static HttpRouteProtocolReturns the enum constant of this class with the specified name.static HttpRouteProtocol[]HttpRouteProtocol.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in software.amazon.awscdk.services.appmesh with parameters of type HttpRouteProtocolModifier and TypeMethodDescriptionHttpRouteMatch.Builder.protocol(HttpRouteProtocol protocol) Sets the value ofHttpRouteMatch.getProtocol()