Uses of Class
software.amazon.awssdk.services.appmesh.model.GatewayRouteTarget
-
Packages that use GatewayRouteTarget Package Description software.amazon.awssdk.services.appmesh.model -
-
Uses of GatewayRouteTarget in software.amazon.awssdk.services.appmesh.model
Methods in software.amazon.awssdk.services.appmesh.model that return GatewayRouteTarget Modifier and Type Method Description GatewayRouteTargetGrpcGatewayRouteAction. target()An object that represents the target that traffic is routed to when a request matches the gateway route.GatewayRouteTargetHttpGatewayRouteAction. target()An object that represents the target that traffic is routed to when a request matches the gateway route.Methods in software.amazon.awssdk.services.appmesh.model with parameters of type GatewayRouteTarget Modifier and Type Method Description GrpcGatewayRouteAction.BuilderGrpcGatewayRouteAction.Builder. target(GatewayRouteTarget target)An object that represents the target that traffic is routed to when a request matches the gateway route.HttpGatewayRouteAction.BuilderHttpGatewayRouteAction.Builder. target(GatewayRouteTarget target)An object that represents the target that traffic is routed to when a request matches the gateway route.
-