| Package | Description |
|---|---|
| software.amazon.awssdk.services.appmesh.model |
| Modifier and Type | Method and Description |
|---|---|
static ServiceDiscovery |
ServiceDiscovery.fromAwsCloudMap(AwsCloudMapServiceDiscovery awsCloudMap)
Create an instance of this class with
awsCloudMap() initialized to the given value. |
static ServiceDiscovery |
ServiceDiscovery.fromAwsCloudMap(Consumer<AwsCloudMapServiceDiscovery.Builder> awsCloudMap)
Create an instance of this class with
awsCloudMap() initialized to the given value. |
static ServiceDiscovery |
ServiceDiscovery.fromDns(Consumer<DnsServiceDiscovery.Builder> dns)
Create an instance of this class with
dns() initialized to the given value. |
static ServiceDiscovery |
ServiceDiscovery.fromDns(DnsServiceDiscovery dns)
Create an instance of this class with
dns() initialized to the given value. |
ServiceDiscovery |
VirtualNodeSpec.serviceDiscovery()
The service discovery information for the virtual node.
|
| Modifier and Type | Method and Description |
|---|---|
VirtualNodeSpec.Builder |
VirtualNodeSpec.Builder.serviceDiscovery(ServiceDiscovery serviceDiscovery)
The service discovery information for the virtual node.
|
Copyright © 2023. All rights reserved.