| Package | Description |
|---|---|
| com.amazonaws.services.appmesh |
App Mesh is a service mesh based on the Envoy proxy that makes it easy to monitor and control microservices.
|
| com.amazonaws.services.appmesh.model |
| Modifier and Type | Method and Description |
|---|---|
Future<UpdateMeshResult> |
AbstractAWSAppMeshAsync.updateMeshAsync(UpdateMeshRequest request,
AsyncHandler<UpdateMeshRequest,UpdateMeshResult> asyncHandler) |
Future<UpdateMeshResult> |
AWSAppMeshAsyncClient.updateMeshAsync(UpdateMeshRequest request,
AsyncHandler<UpdateMeshRequest,UpdateMeshResult> asyncHandler) |
Future<UpdateMeshResult> |
AWSAppMeshAsync.updateMeshAsync(UpdateMeshRequest updateMeshRequest,
AsyncHandler<UpdateMeshRequest,UpdateMeshResult> asyncHandler)
Updates an existing service mesh.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateMeshRequest |
UpdateMeshRequest.clone() |
UpdateMeshRequest |
UpdateMeshRequest.withClientToken(String clientToken)
Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
|
UpdateMeshRequest |
UpdateMeshRequest.withMeshName(String meshName)
The name of the service mesh to update.
|
UpdateMeshRequest |
UpdateMeshRequest.withSpec(MeshSpec spec)
The service mesh specification to apply.
|
Copyright © 2022. All rights reserved.