| 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.withMeshName(String meshName)
The name of the service mesh in which the virtual router resides.
|
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 © 2019. All rights reserved.