| Package | Description |
|---|---|
| com.amazonaws.services.appmesh.model |
| Modifier and Type | Method and Description |
|---|---|
MatchRange |
MatchRange.clone() |
MatchRange |
GrpcRouteMetadataMatchMethod.getRange()
An object that represents the range of values to match on.
|
MatchRange |
HeaderMatchMethod.getRange()
An object that represents the range of values to match on.
|
MatchRange |
MatchRange.withEnd(Long end)
The end of the range.
|
MatchRange |
MatchRange.withStart(Long start)
The start of the range.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GrpcRouteMetadataMatchMethod.setRange(MatchRange range)
An object that represents the range of values to match on.
|
void |
HeaderMatchMethod.setRange(MatchRange range)
An object that represents the range of values to match on.
|
GrpcRouteMetadataMatchMethod |
GrpcRouteMetadataMatchMethod.withRange(MatchRange range)
An object that represents the range of values to match on.
|
HeaderMatchMethod |
HeaderMatchMethod.withRange(MatchRange range)
An object that represents the range of values to match on.
|
Copyright © 2021. All rights reserved.