| Package | Description |
|---|---|
| com.amazonaws.services.appmesh.model |
| Modifier and Type | Method and Description |
|---|---|
Backend |
Backend.clone() |
Backend |
Backend.withVirtualService(VirtualServiceBackend virtualService)
Specifies a virtual service to use as a backend for a virtual node.
|
| Modifier and Type | Method and Description |
|---|---|
List<Backend> |
VirtualNodeSpec.getBackends()
The backends that the virtual node is expected to send outbound traffic to.
|
| Modifier and Type | Method and Description |
|---|---|
VirtualNodeSpec |
VirtualNodeSpec.withBackends(Backend... backends)
The backends that the virtual node is expected to send outbound traffic to.
|
| Modifier and Type | Method and Description |
|---|---|
void |
VirtualNodeSpec.setBackends(Collection<Backend> backends)
The backends that the virtual node is expected to send outbound traffic to.
|
VirtualNodeSpec |
VirtualNodeSpec.withBackends(Collection<Backend> backends)
The backends that the virtual node is expected to send outbound traffic to.
|
Copyright © 2019. All rights reserved.