| Package | Description |
|---|---|
| com.amazonaws.services.appmesh.model |
| Modifier and Type | Method and Description |
|---|---|
AwsCloudMapServiceDiscovery |
AwsCloudMapServiceDiscovery.clone() |
AwsCloudMapServiceDiscovery |
ServiceDiscovery.getAwsCloudMap()
Specifies any AWS 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 AWS Cloud Map namespace to use.
|
AwsCloudMapServiceDiscovery |
AwsCloudMapServiceDiscovery.withServiceName(String serviceName)
The name of the AWS Cloud Map service to use.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ServiceDiscovery.setAwsCloudMap(AwsCloudMapServiceDiscovery awsCloudMap)
Specifies any AWS Cloud Map information for the virtual node.
|
ServiceDiscovery |
ServiceDiscovery.withAwsCloudMap(AwsCloudMapServiceDiscovery awsCloudMap)
Specifies any AWS Cloud Map information for the virtual node.
|
Copyright © 2021. All rights reserved.