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