| 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.withCreatedAt(Date createdAt)
The Unix epoch timestamp in seconds for when the resource was created.
|
MeshRef |
MeshRef.withLastUpdatedAt(Date lastUpdatedAt)
The Unix epoch timestamp in seconds for when the resource was last updated.
|
MeshRef |
MeshRef.withMeshName(String meshName)
The name of the service mesh.
|
MeshRef |
MeshRef.withMeshOwner(String meshOwner)
The AWS IAM account ID of the service mesh owner.
|
MeshRef |
MeshRef.withResourceOwner(String resourceOwner)
The AWS IAM account ID of the resource owner.
|
MeshRef |
MeshRef.withVersion(Long version)
The version of the resource.
|
| 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 © 2021. All rights reserved.