| Package | Description |
|---|---|
| software.amazon.awssdk.services.appmesh.model |
| Modifier and Type | Method and Description |
|---|---|
MatchRange |
GrpcMetadataMatchMethod.range()
Returns the value of the Range property for this object.
|
MatchRange |
GrpcRouteMetadataMatchMethod.range()
An object that represents the range of values to match on.
|
MatchRange |
HeaderMatchMethod.range()
An object that represents the range of values to match on.
|
| Modifier and Type | Method and Description |
|---|---|
static GrpcMetadataMatchMethod |
GrpcMetadataMatchMethod.fromRange(MatchRange range)
Create an instance of this class with
GrpcMetadataMatchMethod.range() initialized to the given value. |
static GrpcRouteMetadataMatchMethod |
GrpcRouteMetadataMatchMethod.fromRange(MatchRange range)
Create an instance of this class with
GrpcRouteMetadataMatchMethod.range() initialized to the given value. |
static HeaderMatchMethod |
HeaderMatchMethod.fromRange(MatchRange range)
Create an instance of this class with
HeaderMatchMethod.range() initialized to the given value. |
GrpcMetadataMatchMethod.Builder |
GrpcMetadataMatchMethod.Builder.range(MatchRange range)
Sets the value of the Range property for this object.
|
GrpcRouteMetadataMatchMethod.Builder |
GrpcRouteMetadataMatchMethod.Builder.range(MatchRange range)
An object that represents the range of values to match on.
|
HeaderMatchMethod.Builder |
HeaderMatchMethod.Builder.range(MatchRange range)
An object that represents the range of values to match on.
|
Copyright © 2023. All rights reserved.