Uses of Class
software.amazon.awssdk.services.appmesh.model.UpdateVirtualRouterResponse
-
Packages that use UpdateVirtualRouterResponse 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 UpdateVirtualRouterResponse in software.amazon.awssdk.services.appmesh
Methods in software.amazon.awssdk.services.appmesh that return UpdateVirtualRouterResponse Modifier and Type Method Description default UpdateVirtualRouterResponseAppMeshClient. updateVirtualRouter(Consumer<UpdateVirtualRouterRequest.Builder> updateVirtualRouterRequest)Updates an existing virtual router in a specified service mesh.default UpdateVirtualRouterResponseAppMeshClient. updateVirtualRouter(UpdateVirtualRouterRequest updateVirtualRouterRequest)Updates an existing virtual router in a specified service mesh.Methods in software.amazon.awssdk.services.appmesh that return types with arguments of type UpdateVirtualRouterResponse Modifier and Type Method Description default CompletableFuture<UpdateVirtualRouterResponse>AppMeshAsyncClient. updateVirtualRouter(Consumer<UpdateVirtualRouterRequest.Builder> updateVirtualRouterRequest)Updates an existing virtual router in a specified service mesh.default CompletableFuture<UpdateVirtualRouterResponse>AppMeshAsyncClient. updateVirtualRouter(UpdateVirtualRouterRequest updateVirtualRouterRequest)Updates an existing virtual router in a specified service mesh.
-