Uses of Class
software.amazon.awssdk.services.appmesh.model.HttpGatewayRouteAction
-
Packages that use HttpGatewayRouteAction Package Description software.amazon.awssdk.services.appmesh.model -
-
Uses of HttpGatewayRouteAction in software.amazon.awssdk.services.appmesh.model
Methods in software.amazon.awssdk.services.appmesh.model that return HttpGatewayRouteAction Modifier and Type Method Description HttpGatewayRouteActionHttpGatewayRoute. 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 HttpGatewayRouteAction Modifier and Type Method Description HttpGatewayRoute.BuilderHttpGatewayRoute.Builder. action(HttpGatewayRouteAction action)An object that represents the action to take if a match is determined.
-