Uses of Class
software.amazon.awssdk.services.appmesh.model.UpdateGatewayRouteRequest
-
Packages that use UpdateGatewayRouteRequest Package Description software.amazon.awssdk.services.appmesh App Mesh is a service mesh based on the Envoy proxy that makes it easy to monitor and control microservices.software.amazon.awssdk.services.appmesh.transform -
-
Uses of UpdateGatewayRouteRequest in software.amazon.awssdk.services.appmesh
Methods in software.amazon.awssdk.services.appmesh with parameters of type UpdateGatewayRouteRequest Modifier and Type Method Description default CompletableFuture<UpdateGatewayRouteResponse>AppMeshAsyncClient. updateGatewayRoute(UpdateGatewayRouteRequest updateGatewayRouteRequest)Updates an existing gateway route that is associated to a specified virtual gateway in a service mesh.default UpdateGatewayRouteResponseAppMeshClient. updateGatewayRoute(UpdateGatewayRouteRequest updateGatewayRouteRequest)Updates an existing gateway route that is associated to a specified virtual gateway in a service mesh. -
Uses of UpdateGatewayRouteRequest in software.amazon.awssdk.services.appmesh.transform
Methods in software.amazon.awssdk.services.appmesh.transform with parameters of type UpdateGatewayRouteRequest Modifier and Type Method Description SdkHttpFullRequestUpdateGatewayRouteRequestMarshaller. marshall(UpdateGatewayRouteRequest updateGatewayRouteRequest)
-