| Package | Description |
|---|---|
| com.amazonaws.services.appmesh.model |
| Modifier and Type | Method and Description |
|---|---|
VirtualNodeRef |
VirtualNodeRef.clone() |
VirtualNodeRef |
VirtualNodeRef.withArn(String arn)
The full Amazon Resource Name (ARN) for the virtual node.
|
VirtualNodeRef |
VirtualNodeRef.withCreatedAt(Date createdAt)
The Unix epoch timestamp in seconds for when the resource was created.
|
VirtualNodeRef |
VirtualNodeRef.withLastUpdatedAt(Date lastUpdatedAt)
The Unix epoch timestamp in seconds for when the resource was last updated.
|
VirtualNodeRef |
VirtualNodeRef.withMeshName(String meshName)
The name of the service mesh that the virtual node resides in.
|
VirtualNodeRef |
VirtualNodeRef.withMeshOwner(String meshOwner)
The AWS IAM account ID of the service mesh owner.
|
VirtualNodeRef |
VirtualNodeRef.withResourceOwner(String resourceOwner)
The AWS IAM account ID of the resource owner.
|
VirtualNodeRef |
VirtualNodeRef.withVersion(Long version)
The version of the resource.
|
VirtualNodeRef |
VirtualNodeRef.withVirtualNodeName(String virtualNodeName)
The name of the virtual node.
|
| Modifier and Type | Method and Description |
|---|---|
List<VirtualNodeRef> |
ListVirtualNodesResult.getVirtualNodes()
The list of existing virtual nodes for the specified service mesh.
|
| Modifier and Type | Method and Description |
|---|---|
ListVirtualNodesResult |
ListVirtualNodesResult.withVirtualNodes(VirtualNodeRef... virtualNodes)
The list of existing virtual nodes for the specified service mesh.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListVirtualNodesResult.setVirtualNodes(Collection<VirtualNodeRef> virtualNodes)
The list of existing virtual nodes for the specified service mesh.
|
ListVirtualNodesResult |
ListVirtualNodesResult.withVirtualNodes(Collection<VirtualNodeRef> virtualNodes)
The list of existing virtual nodes for the specified service mesh.
|
Copyright © 2022. All rights reserved.