| Package | Description |
|---|---|
| com.amazonaws.services.appmesh.model |
| Modifier and Type | Method and Description |
|---|---|
MeshRef |
MeshRef.clone() |
MeshRef |
MeshRef.withArn(String arn)
The full Amazon Resource Name (ARN) of the service mesh.
|
MeshRef |
MeshRef.withMeshName(String meshName)
The name of the service mesh.
|
| Modifier and Type | Method and Description |
|---|---|
List<MeshRef> |
ListMeshesResult.getMeshes()
The list of existing service meshes.
|
| Modifier and Type | Method and Description |
|---|---|
ListMeshesResult |
ListMeshesResult.withMeshes(MeshRef... meshes)
The list of existing service meshes.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListMeshesResult.setMeshes(Collection<MeshRef> meshes)
The list of existing service meshes.
|
ListMeshesResult |
ListMeshesResult.withMeshes(Collection<MeshRef> meshes)
The list of existing service meshes.
|
Copyright © 2019. All rights reserved.