| Package | Description |
|---|---|
| software.amazon.awssdk.services.appmesh.model |
| Modifier and Type | Method and Description |
|---|---|
MeshData |
DescribeMeshResponse.mesh()
The full description of your service mesh.
|
MeshData |
UpdateMeshResponse.mesh()
Returns the value of the Mesh property for this object.
|
MeshData |
CreateMeshResponse.mesh()
The full description of your service mesh following the create call.
|
MeshData |
DeleteMeshResponse.mesh()
The service mesh that was deleted.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeMeshResponse.Builder |
DescribeMeshResponse.Builder.mesh(MeshData mesh)
The full description of your service mesh.
|
UpdateMeshResponse.Builder |
UpdateMeshResponse.Builder.mesh(MeshData mesh)
Sets the value of the Mesh property for this object.
|
CreateMeshResponse.Builder |
CreateMeshResponse.Builder.mesh(MeshData mesh)
The full description of your service mesh following the create call.
|
DeleteMeshResponse.Builder |
DeleteMeshResponse.Builder.mesh(MeshData mesh)
The service mesh that was deleted.
|
Copyright © 2021. All rights reserved.