| Package | Description |
|---|---|
| com.amazonaws.services.appmesh.model |
| Modifier and Type | Method and Description |
|---|---|
VirtualRouterRef |
VirtualRouterRef.clone() |
VirtualRouterRef |
VirtualRouterRef.withArn(String arn)
The full Amazon Resource Name (ARN) for the virtual router.
|
VirtualRouterRef |
VirtualRouterRef.withCreatedAt(Date createdAt)
The Unix epoch timestamp in seconds for when the resource was created.
|
VirtualRouterRef |
VirtualRouterRef.withLastUpdatedAt(Date lastUpdatedAt)
The Unix epoch timestamp in seconds for when the resource was last updated.
|
VirtualRouterRef |
VirtualRouterRef.withMeshName(String meshName)
The name of the service mesh that the virtual router resides in.
|
VirtualRouterRef |
VirtualRouterRef.withMeshOwner(String meshOwner)
The Amazon Web Services IAM account ID of the service mesh owner.
|
VirtualRouterRef |
VirtualRouterRef.withResourceOwner(String resourceOwner)
The Amazon Web Services IAM account ID of the resource owner.
|
VirtualRouterRef |
VirtualRouterRef.withVersion(Long version)
The version of the resource.
|
VirtualRouterRef |
VirtualRouterRef.withVirtualRouterName(String virtualRouterName)
The name of the virtual router.
|
| Modifier and Type | Method and Description |
|---|---|
List<VirtualRouterRef> |
ListVirtualRoutersResult.getVirtualRouters()
The list of existing virtual routers for the specified service mesh.
|
| Modifier and Type | Method and Description |
|---|---|
ListVirtualRoutersResult |
ListVirtualRoutersResult.withVirtualRouters(VirtualRouterRef... virtualRouters)
The list of existing virtual routers for the specified service mesh.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListVirtualRoutersResult.setVirtualRouters(Collection<VirtualRouterRef> virtualRouters)
The list of existing virtual routers for the specified service mesh.
|
ListVirtualRoutersResult |
ListVirtualRoutersResult.withVirtualRouters(Collection<VirtualRouterRef> virtualRouters)
The list of existing virtual routers for the specified service mesh.
|
Copyright © 2023. All rights reserved.