| Package | Description |
|---|---|
| com.amazonaws.services.appmesh.model |
| Modifier and Type | Method and Description |
|---|---|
ServiceDiscovery |
ServiceDiscovery.clone() |
ServiceDiscovery |
VirtualNodeSpec.getServiceDiscovery()
The service discovery information for the virtual node.
|
ServiceDiscovery |
ServiceDiscovery.withAwsCloudMap(AwsCloudMapServiceDiscovery awsCloudMap)
Specifies any AWS Cloud Map information for the virtual node.
|
ServiceDiscovery |
ServiceDiscovery.withDns(DnsServiceDiscovery dns)
Specifies the DNS information for the virtual node.
|
| Modifier and Type | Method and Description |
|---|---|
void |
VirtualNodeSpec.setServiceDiscovery(ServiceDiscovery serviceDiscovery)
The service discovery information for the virtual node.
|
VirtualNodeSpec |
VirtualNodeSpec.withServiceDiscovery(ServiceDiscovery serviceDiscovery)
The service discovery information for the virtual node.
|
Copyright © 2020. All rights reserved.