Uses of Interface
software.amazon.awssdk.services.appmesh.model.GrpcGatewayRoute.Builder
-
Packages that use GrpcGatewayRoute.Builder Package Description software.amazon.awssdk.services.appmesh.model -
-
Uses of GrpcGatewayRoute.Builder in software.amazon.awssdk.services.appmesh.model
Methods in software.amazon.awssdk.services.appmesh.model that return GrpcGatewayRoute.Builder Modifier and Type Method Description default GrpcGatewayRoute.BuilderGrpcGatewayRoute.Builder. action(Consumer<GrpcGatewayRouteAction.Builder> action)An object that represents the action to take if a match is determined.GrpcGatewayRoute.BuilderGrpcGatewayRoute.Builder. action(GrpcGatewayRouteAction action)An object that represents the action to take if a match is determined.static GrpcGatewayRoute.BuilderGrpcGatewayRoute. builder()default GrpcGatewayRoute.BuilderGrpcGatewayRoute.Builder. match(Consumer<GrpcGatewayRouteMatch.Builder> match)An object that represents the criteria for determining a request match.GrpcGatewayRoute.BuilderGrpcGatewayRoute.Builder. match(GrpcGatewayRouteMatch match)An object that represents the criteria for determining a request match.GrpcGatewayRoute.BuilderGrpcGatewayRoute. toBuilder()Methods in software.amazon.awssdk.services.appmesh.model that return types with arguments of type GrpcGatewayRoute.Builder Modifier and Type Method Description static Class<? extends GrpcGatewayRoute.Builder>GrpcGatewayRoute. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.appmesh.model with type arguments of type GrpcGatewayRoute.Builder Modifier and Type Method Description default GatewayRouteSpec.BuilderGatewayRouteSpec.Builder. grpcRoute(Consumer<GrpcGatewayRoute.Builder> grpcRoute)An object that represents the specification of a gRPC gateway route.
-