Uses of Class
software.amazon.awssdk.services.appmesh.model.GatewayRouteSpec
-
Packages that use GatewayRouteSpec Package Description software.amazon.awssdk.services.appmesh.model -
-
Uses of GatewayRouteSpec in software.amazon.awssdk.services.appmesh.model
Methods in software.amazon.awssdk.services.appmesh.model that return GatewayRouteSpec Modifier and Type Method Description GatewayRouteSpecCreateGatewayRouteRequest. spec()The gateway route specification to apply.GatewayRouteSpecGatewayRouteData. spec()The specifications of the gateway route.GatewayRouteSpecUpdateGatewayRouteRequest. spec()The new gateway route specification to apply.Methods in software.amazon.awssdk.services.appmesh.model with parameters of type GatewayRouteSpec Modifier and Type Method Description CreateGatewayRouteRequest.BuilderCreateGatewayRouteRequest.Builder. spec(GatewayRouteSpec spec)The gateway route specification to apply.GatewayRouteData.BuilderGatewayRouteData.Builder. spec(GatewayRouteSpec spec)The specifications of the gateway route.UpdateGatewayRouteRequest.BuilderUpdateGatewayRouteRequest.Builder. spec(GatewayRouteSpec spec)The new gateway route specification to apply.
-