Uses of Class
software.amazon.awssdk.services.appmesh.model.MatchRange
-
Packages that use MatchRange Package Description software.amazon.awssdk.services.appmesh.model -
-
Uses of MatchRange in software.amazon.awssdk.services.appmesh.model
Methods in software.amazon.awssdk.services.appmesh.model that return MatchRange Modifier and Type Method Description MatchRangeGrpcMetadataMatchMethod. range()Returns the value of the Range property for this object.MatchRangeGrpcRouteMetadataMatchMethod. range()An object that represents the range of values to match on.MatchRangeHeaderMatchMethod. range()An object that represents the range of values to match on.Methods in software.amazon.awssdk.services.appmesh.model with parameters of type MatchRange Modifier and Type Method Description static GrpcMetadataMatchMethodGrpcMetadataMatchMethod. fromRange(MatchRange range)Create an instance of this class withGrpcMetadataMatchMethod.range()initialized to the given value.static GrpcRouteMetadataMatchMethodGrpcRouteMetadataMatchMethod. fromRange(MatchRange range)Create an instance of this class withGrpcRouteMetadataMatchMethod.range()initialized to the given value.static HeaderMatchMethodHeaderMatchMethod. fromRange(MatchRange range)Create an instance of this class withHeaderMatchMethod.range()initialized to the given value.GrpcMetadataMatchMethod.BuilderGrpcMetadataMatchMethod.Builder. range(MatchRange range)Sets the value of the Range property for this object.GrpcRouteMetadataMatchMethod.BuilderGrpcRouteMetadataMatchMethod.Builder. range(MatchRange range)An object that represents the range of values to match on.HeaderMatchMethod.BuilderHeaderMatchMethod.Builder. range(MatchRange range)An object that represents the range of values to match on.
-