| Package | Description |
|---|---|
| com.amazonaws.services.appmesh.model |
| Modifier and Type | Method and Description |
|---|---|
AwsCloudMapServiceDiscovery |
AwsCloudMapServiceDiscovery.clone() |
AwsCloudMapServiceDiscovery |
ServiceDiscovery.getAwsCloudMap()
Specifies any Cloud Map information for the virtual node.
|
AwsCloudMapServiceDiscovery |
AwsCloudMapServiceDiscovery.withAttributes(AwsCloudMapInstanceAttribute... attributes)
A string map that contains attributes with values that you can use to filter instances by any custom attribute
that you specified when you registered the instance.
|
AwsCloudMapServiceDiscovery |
AwsCloudMapServiceDiscovery.withAttributes(Collection<AwsCloudMapInstanceAttribute> attributes)
A string map that contains attributes with values that you can use to filter instances by any custom attribute
that you specified when you registered the instance.
|
AwsCloudMapServiceDiscovery |
AwsCloudMapServiceDiscovery.withNamespaceName(String namespaceName)
The name of the Cloud Map namespace to use.
|
AwsCloudMapServiceDiscovery |
AwsCloudMapServiceDiscovery.withServiceName(String serviceName)
The name of the Cloud Map service to use.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ServiceDiscovery.setAwsCloudMap(AwsCloudMapServiceDiscovery awsCloudMap)
Specifies any Cloud Map information for the virtual node.
|
ServiceDiscovery |
ServiceDiscovery.withAwsCloudMap(AwsCloudMapServiceDiscovery awsCloudMap)
Specifies any Cloud Map information for the virtual node.
|
Copyright © 2022. All rights reserved.