Uses of Class
software.amazon.awssdk.services.appmesh.model.UpdateRouteRequest
-
Packages that use UpdateRouteRequest 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 UpdateRouteRequest in software.amazon.awssdk.services.appmesh
Methods in software.amazon.awssdk.services.appmesh with parameters of type UpdateRouteRequest Modifier and Type Method Description default CompletableFuture<UpdateRouteResponse>AppMeshAsyncClient. updateRoute(UpdateRouteRequest updateRouteRequest)Updates an existing route for a specified service mesh and virtual router.default UpdateRouteResponseAppMeshClient. updateRoute(UpdateRouteRequest updateRouteRequest)Updates an existing route for a specified service mesh and virtual router. -
Uses of UpdateRouteRequest in software.amazon.awssdk.services.appmesh.transform
Methods in software.amazon.awssdk.services.appmesh.transform with parameters of type UpdateRouteRequest Modifier and Type Method Description SdkHttpFullRequestUpdateRouteRequestMarshaller. marshall(UpdateRouteRequest updateRouteRequest)
-