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