Uses of Class
software.amazon.awssdk.services.appmesh.model.AwsCloudMapInstanceAttribute
-
Packages that use AwsCloudMapInstanceAttribute Package Description software.amazon.awssdk.services.appmesh.model -
-
Uses of AwsCloudMapInstanceAttribute in software.amazon.awssdk.services.appmesh.model
Methods in software.amazon.awssdk.services.appmesh.model that return types with arguments of type AwsCloudMapInstanceAttribute Modifier and Type Method Description List<AwsCloudMapInstanceAttribute>AwsCloudMapServiceDiscovery. 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.Methods in software.amazon.awssdk.services.appmesh.model with parameters of type AwsCloudMapInstanceAttribute Modifier and Type Method Description AwsCloudMapServiceDiscovery.BuilderAwsCloudMapServiceDiscovery.Builder. attributes(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.Method parameters in software.amazon.awssdk.services.appmesh.model with type arguments of type AwsCloudMapInstanceAttribute Modifier and Type Method Description AwsCloudMapServiceDiscovery.BuilderAwsCloudMapServiceDiscovery.Builder. attributes(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.
-