| Package | Description |
|---|---|
| com.amazonaws.services.appmesh.model |
| Modifier and Type | Method and Description |
|---|---|
GrpcRouteMetadataMatchMethod |
GrpcRouteMetadataMatchMethod.clone() |
GrpcRouteMetadataMatchMethod |
GrpcRouteMetadata.getMatch()
An object that represents the data to match from the request.
|
GrpcRouteMetadataMatchMethod |
GrpcRouteMetadataMatchMethod.withExact(String exact)
The value sent by the client must match the specified value exactly.
|
GrpcRouteMetadataMatchMethod |
GrpcRouteMetadataMatchMethod.withPrefix(String prefix)
The value sent by the client must begin with the specified characters.
|
GrpcRouteMetadataMatchMethod |
GrpcRouteMetadataMatchMethod.withRange(MatchRange range)
An object that represents the range of values to match on.
|
GrpcRouteMetadataMatchMethod |
GrpcRouteMetadataMatchMethod.withRegex(String regex)
The value sent by the client must include the specified characters.
|
GrpcRouteMetadataMatchMethod |
GrpcRouteMetadataMatchMethod.withSuffix(String suffix)
The value sent by the client must end with the specified characters.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GrpcRouteMetadata.setMatch(GrpcRouteMetadataMatchMethod match)
An object that represents the data to match from the request.
|
GrpcRouteMetadata |
GrpcRouteMetadata.withMatch(GrpcRouteMetadataMatchMethod match)
An object that represents the data to match from the request.
|
Copyright © 2024. All rights reserved.