Uses of Class
software.amazon.awssdk.services.appmesh.model.UpdateGatewayRouteResponse
-
Packages that use UpdateGatewayRouteResponse 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. -
-
Uses of UpdateGatewayRouteResponse in software.amazon.awssdk.services.appmesh
Methods in software.amazon.awssdk.services.appmesh that return UpdateGatewayRouteResponse Modifier and Type Method Description default UpdateGatewayRouteResponseAppMeshClient. updateGatewayRoute(Consumer<UpdateGatewayRouteRequest.Builder> 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.Methods in software.amazon.awssdk.services.appmesh that return types with arguments of type UpdateGatewayRouteResponse Modifier and Type Method Description default CompletableFuture<UpdateGatewayRouteResponse>AppMeshAsyncClient. updateGatewayRoute(Consumer<UpdateGatewayRouteRequest.Builder> updateGatewayRouteRequest)Updates an existing gateway route that is associated to a specified virtual gateway in a service mesh.default CompletableFuture<UpdateGatewayRouteResponse>AppMeshAsyncClient. updateGatewayRoute(UpdateGatewayRouteRequest updateGatewayRouteRequest)Updates an existing gateway route that is associated to a specified virtual gateway in a service mesh.
-