Uses of Class
software.amazon.awssdk.services.appmesh.model.ServiceDiscovery
-
Packages that use ServiceDiscovery Package Description software.amazon.awssdk.services.appmesh.model -
-
Uses of ServiceDiscovery in software.amazon.awssdk.services.appmesh.model
Methods in software.amazon.awssdk.services.appmesh.model that return ServiceDiscovery Modifier and Type Method Description static ServiceDiscoveryServiceDiscovery. fromAwsCloudMap(Consumer<AwsCloudMapServiceDiscovery.Builder> awsCloudMap)Create an instance of this class withawsCloudMap()initialized to the given value.static ServiceDiscoveryServiceDiscovery. fromAwsCloudMap(AwsCloudMapServiceDiscovery awsCloudMap)Create an instance of this class withawsCloudMap()initialized to the given value.static ServiceDiscoveryServiceDiscovery. fromDns(Consumer<DnsServiceDiscovery.Builder> dns)Create an instance of this class withdns()initialized to the given value.static ServiceDiscoveryServiceDiscovery. fromDns(DnsServiceDiscovery dns)Create an instance of this class withdns()initialized to the given value.ServiceDiscoveryVirtualNodeSpec. serviceDiscovery()The service discovery information for the virtual node.Methods in software.amazon.awssdk.services.appmesh.model with parameters of type ServiceDiscovery Modifier and Type Method Description VirtualNodeSpec.BuilderVirtualNodeSpec.Builder. serviceDiscovery(ServiceDiscovery serviceDiscovery)The service discovery information for the virtual node.
-