| Package | Description |
|---|---|
| com.amazonaws.services.appmesh.model |
| Modifier and Type | Method and Description |
|---|---|
MatchRange |
MatchRange.clone() |
MatchRange |
HeaderMatchMethod.getRange()
The object that specifies the range of numbers that the header value sent by the client must be included in.
|
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 |
HeaderMatchMethod.setRange(MatchRange range)
The object that specifies the range of numbers that the header value sent by the client must be included in.
|
HeaderMatchMethod |
HeaderMatchMethod.withRange(MatchRange range)
The object that specifies the range of numbers that the header value sent by the client must be included in.
|
Copyright © 2019. All rights reserved.