Uses of Class
software.amazon.awssdk.services.appmesh.model.UpdateMeshResponse
-
Packages that use UpdateMeshResponse 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 UpdateMeshResponse in software.amazon.awssdk.services.appmesh
Methods in software.amazon.awssdk.services.appmesh that return UpdateMeshResponse Modifier and Type Method Description default UpdateMeshResponseAppMeshClient. updateMesh(Consumer<UpdateMeshRequest.Builder> updateMeshRequest)Updates an existing service mesh.default UpdateMeshResponseAppMeshClient. updateMesh(UpdateMeshRequest updateMeshRequest)Updates an existing service mesh.Methods in software.amazon.awssdk.services.appmesh that return types with arguments of type UpdateMeshResponse Modifier and Type Method Description default CompletableFuture<UpdateMeshResponse>AppMeshAsyncClient. updateMesh(Consumer<UpdateMeshRequest.Builder> updateMeshRequest)Updates an existing service mesh.default CompletableFuture<UpdateMeshResponse>AppMeshAsyncClient. updateMesh(UpdateMeshRequest updateMeshRequest)Updates an existing service mesh.
-