Uses of Class
software.amazon.awssdk.services.appmesh.model.GatewayRouteHostnameRewrite
-
Packages that use GatewayRouteHostnameRewrite Package Description software.amazon.awssdk.services.appmesh.model -
-
Uses of GatewayRouteHostnameRewrite in software.amazon.awssdk.services.appmesh.model
Methods in software.amazon.awssdk.services.appmesh.model that return GatewayRouteHostnameRewrite Modifier and Type Method Description GatewayRouteHostnameRewriteGrpcGatewayRouteRewrite. hostname()The host name of the gateway route to rewrite.GatewayRouteHostnameRewriteHttpGatewayRouteRewrite. hostname()The host name to rewrite.Methods in software.amazon.awssdk.services.appmesh.model with parameters of type GatewayRouteHostnameRewrite Modifier and Type Method Description GrpcGatewayRouteRewrite.BuilderGrpcGatewayRouteRewrite.Builder. hostname(GatewayRouteHostnameRewrite hostname)The host name of the gateway route to rewrite.HttpGatewayRouteRewrite.BuilderHttpGatewayRouteRewrite.Builder. hostname(GatewayRouteHostnameRewrite hostname)The host name to rewrite.
-