| Package | Description |
|---|---|
| software.amazon.awssdk.services.appmesh |
AWS App Mesh is a service mesh based on the Envoy proxy that makes it easy to monitor and control microservices.
|
| Modifier and Type | Method and Description |
|---|---|
default UpdateMeshResponse |
AppMeshClient.updateMesh(Consumer<UpdateMeshRequest.Builder> updateMeshRequest)
Updates an existing service mesh.
|
default UpdateMeshResponse |
AppMeshClient.updateMesh(UpdateMeshRequest updateMeshRequest)
Updates an existing service mesh.
|
| Modifier and Type | Method and 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.
|
Copyright © 2021. All rights reserved.