| Package | Description |
|---|---|
| com.amazonaws.services.appmesh.model |
| Modifier and Type | Method and Description |
|---|---|
VirtualNodeSpec |
VirtualNodeSpec.clone() |
VirtualNodeSpec |
CreateVirtualNodeRequest.getSpec()
The virtual node specification to apply.
|
VirtualNodeSpec |
VirtualNodeData.getSpec()
The specifications of the virtual node.
|
VirtualNodeSpec |
UpdateVirtualNodeRequest.getSpec()
The new virtual node specification to apply.
|
VirtualNodeSpec |
VirtualNodeSpec.withBackendDefaults(BackendDefaults backendDefaults)
A reference to an object that represents the defaults for backends.
|
VirtualNodeSpec |
VirtualNodeSpec.withBackends(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.
|
VirtualNodeSpec |
VirtualNodeSpec.withListeners(Collection<Listener> listeners)
The listener that the virtual node is expected to receive inbound traffic from.
|
VirtualNodeSpec |
VirtualNodeSpec.withListeners(Listener... listeners)
The listener that the virtual node is expected to receive inbound traffic from.
|
VirtualNodeSpec |
VirtualNodeSpec.withLogging(Logging logging)
The inbound and outbound access logging information for the virtual node.
|
VirtualNodeSpec |
VirtualNodeSpec.withServiceDiscovery(ServiceDiscovery serviceDiscovery)
The service discovery information for the virtual node.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CreateVirtualNodeRequest.setSpec(VirtualNodeSpec spec)
The virtual node specification to apply.
|
void |
VirtualNodeData.setSpec(VirtualNodeSpec spec)
The specifications of the virtual node.
|
void |
UpdateVirtualNodeRequest.setSpec(VirtualNodeSpec spec)
The new virtual node specification to apply.
|
CreateVirtualNodeRequest |
CreateVirtualNodeRequest.withSpec(VirtualNodeSpec spec)
The virtual node specification to apply.
|
VirtualNodeData |
VirtualNodeData.withSpec(VirtualNodeSpec spec)
The specifications of the virtual node.
|
UpdateVirtualNodeRequest |
UpdateVirtualNodeRequest.withSpec(VirtualNodeSpec spec)
The new virtual node specification to apply.
|
Copyright © 2021. All rights reserved.