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