| Package | Description |
|---|---|
| com.amazonaws.services.appmesh.model |
| Modifier and Type | Method and Description |
|---|---|
VirtualServiceRef |
VirtualServiceRef.clone() |
VirtualServiceRef |
VirtualServiceRef.withArn(String arn)
The full Amazon Resource Name (ARN) for the virtual service.
|
VirtualServiceRef |
VirtualServiceRef.withMeshName(String meshName)
The name of the service mesh that the virtual service resides in.
|
VirtualServiceRef |
VirtualServiceRef.withVirtualServiceName(String virtualServiceName)
The name of the virtual service.
|
| Modifier and Type | Method and Description |
|---|---|
List<VirtualServiceRef> |
ListVirtualServicesResult.getVirtualServices()
The list of existing virtual services for the specified service mesh.
|
| Modifier and Type | Method and Description |
|---|---|
ListVirtualServicesResult |
ListVirtualServicesResult.withVirtualServices(VirtualServiceRef... virtualServices)
The list of existing virtual services for the specified service mesh.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListVirtualServicesResult.setVirtualServices(Collection<VirtualServiceRef> virtualServices)
The list of existing virtual services for the specified service mesh.
|
ListVirtualServicesResult |
ListVirtualServicesResult.withVirtualServices(Collection<VirtualServiceRef> virtualServices)
The list of existing virtual services for the specified service mesh.
|
Copyright © 2019. All rights reserved.