Uses of Class
software.amazon.awssdk.services.appmesh.model.HttpRouteAction
-
Packages that use HttpRouteAction Package Description software.amazon.awssdk.services.appmesh.model -
-
Uses of HttpRouteAction in software.amazon.awssdk.services.appmesh.model
Methods in software.amazon.awssdk.services.appmesh.model that return HttpRouteAction Modifier and Type Method Description HttpRouteActionHttpRoute. action()An object that represents the action to take if a match is determined.Methods in software.amazon.awssdk.services.appmesh.model with parameters of type HttpRouteAction Modifier and Type Method Description HttpRoute.BuilderHttpRoute.Builder. action(HttpRouteAction action)An object that represents the action to take if a match is determined.
-