| Package | Description |
|---|---|
| com.amazonaws.services.appmesh.model |
| Modifier and Type | Method and Description |
|---|---|
MeshData |
MeshData.clone() |
MeshData |
UpdateMeshResult.getMesh() |
MeshData |
DeleteMeshResult.getMesh()
The service mesh that was deleted.
|
MeshData |
CreateMeshResult.getMesh()
The full description of your service mesh following the create call.
|
MeshData |
DescribeMeshResult.getMesh()
The full description of your service mesh.
|
MeshData |
MeshData.withMeshName(String meshName)
The name of the service mesh.
|
MeshData |
MeshData.withMetadata(ResourceMetadata metadata)
The associated metadata for the service mesh.
|
MeshData |
MeshData.withSpec(MeshSpec spec)
The associated specification for the service mesh.
|
MeshData |
MeshData.withStatus(MeshStatus status)
The status of the service mesh.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UpdateMeshResult.setMesh(MeshData mesh) |
void |
DeleteMeshResult.setMesh(MeshData mesh)
The service mesh that was deleted.
|
void |
CreateMeshResult.setMesh(MeshData mesh)
The full description of your service mesh following the create call.
|
void |
DescribeMeshResult.setMesh(MeshData mesh)
The full description of your service mesh.
|
UpdateMeshResult |
UpdateMeshResult.withMesh(MeshData mesh) |
DeleteMeshResult |
DeleteMeshResult.withMesh(MeshData mesh)
The service mesh that was deleted.
|
CreateMeshResult |
CreateMeshResult.withMesh(MeshData mesh)
The full description of your service mesh following the create call.
|
DescribeMeshResult |
DescribeMeshResult.withMesh(MeshData mesh)
The full description of your service mesh.
|
Copyright © 2024. All rights reserved.