Uses of Interface
software.amazon.awssdk.services.appmesh.model.GrpcGatewayRouteAction.Builder
-
Packages that use GrpcGatewayRouteAction.Builder Package Description software.amazon.awssdk.services.appmesh.model -
-
Uses of GrpcGatewayRouteAction.Builder in software.amazon.awssdk.services.appmesh.model
Methods in software.amazon.awssdk.services.appmesh.model that return GrpcGatewayRouteAction.Builder Modifier and Type Method Description static GrpcGatewayRouteAction.BuilderGrpcGatewayRouteAction. builder()default GrpcGatewayRouteAction.BuilderGrpcGatewayRouteAction.Builder. rewrite(Consumer<GrpcGatewayRouteRewrite.Builder> rewrite)The gateway route action to rewrite.GrpcGatewayRouteAction.BuilderGrpcGatewayRouteAction.Builder. rewrite(GrpcGatewayRouteRewrite rewrite)The gateway route action to rewrite.default GrpcGatewayRouteAction.BuilderGrpcGatewayRouteAction.Builder. target(Consumer<GatewayRouteTarget.Builder> target)An object that represents the target that traffic is routed to when a request matches the gateway route.GrpcGatewayRouteAction.BuilderGrpcGatewayRouteAction.Builder. target(GatewayRouteTarget target)An object that represents the target that traffic is routed to when a request matches the gateway route.GrpcGatewayRouteAction.BuilderGrpcGatewayRouteAction. toBuilder()Methods in software.amazon.awssdk.services.appmesh.model that return types with arguments of type GrpcGatewayRouteAction.Builder Modifier and Type Method Description static Class<? extends GrpcGatewayRouteAction.Builder>GrpcGatewayRouteAction. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.appmesh.model with type arguments of type GrpcGatewayRouteAction.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.
-