| Package | Description |
|---|---|
| software.amazon.awssdk.services.appmesh.model |
| Modifier and Type | Method and Description |
|---|---|
static GrpcMetadataMatchMethod |
GrpcMetadataMatchMethod.fromExact(String exact)
Create an instance of this class with
exact() initialized to the given value. |
static GrpcMetadataMatchMethod |
GrpcMetadataMatchMethod.fromPrefix(String prefix)
Create an instance of this class with
prefix() initialized to the given value. |
static GrpcMetadataMatchMethod |
GrpcMetadataMatchMethod.fromRange(Consumer<MatchRange.Builder> range)
Create an instance of this class with
range() initialized to the given value. |
static GrpcMetadataMatchMethod |
GrpcMetadataMatchMethod.fromRange(MatchRange range)
Create an instance of this class with
range() initialized to the given value. |
static GrpcMetadataMatchMethod |
GrpcMetadataMatchMethod.fromRegex(String regex)
Create an instance of this class with
regex() initialized to the given value. |
static GrpcMetadataMatchMethod |
GrpcMetadataMatchMethod.fromSuffix(String suffix)
Create an instance of this class with
suffix() initialized to the given value. |
GrpcMetadataMatchMethod |
GrpcGatewayRouteMetadata.match()
The criteria for determining a metadata match.
|
| Modifier and Type | Method and Description |
|---|---|
GrpcGatewayRouteMetadata.Builder |
GrpcGatewayRouteMetadata.Builder.match(GrpcMetadataMatchMethod match)
The criteria for determining a metadata match.
|
Copyright © 2023. All rights reserved.