| Package | Description |
|---|---|
| com.amazonaws.services.appmesh.model |
| Modifier and Type | Method and Description |
|---|---|
AwsCloudMapInstanceAttribute |
AwsCloudMapInstanceAttribute.clone() |
AwsCloudMapInstanceAttribute |
AwsCloudMapInstanceAttribute.withKey(String key)
The name of an AWS Cloud Map service instance attribute key.
|
AwsCloudMapInstanceAttribute |
AwsCloudMapInstanceAttribute.withValue(String value)
The value of an AWS Cloud Map service instance attribute key.
|
| Modifier and Type | Method and Description |
|---|---|
List<AwsCloudMapInstanceAttribute> |
AwsCloudMapServiceDiscovery.getAttributes()
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.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AwsCloudMapServiceDiscovery.setAttributes(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.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.
|
Copyright © 2021. All rights reserved.