Uses of Class
software.amazon.awssdk.services.appmesh.model.CreateGatewayRouteResponse
-
Packages that use CreateGatewayRouteResponse Package Description software.amazon.awssdk.services.appmesh App Mesh is a service mesh based on the Envoy proxy that makes it easy to monitor and control microservices. -
-
Uses of CreateGatewayRouteResponse in software.amazon.awssdk.services.appmesh
Methods in software.amazon.awssdk.services.appmesh that return CreateGatewayRouteResponse Modifier and Type Method Description default CreateGatewayRouteResponseAppMeshClient. createGatewayRoute(Consumer<CreateGatewayRouteRequest.Builder> createGatewayRouteRequest)Creates a gateway route.default CreateGatewayRouteResponseAppMeshClient. createGatewayRoute(CreateGatewayRouteRequest createGatewayRouteRequest)Creates a gateway route.Methods in software.amazon.awssdk.services.appmesh that return types with arguments of type CreateGatewayRouteResponse Modifier and Type Method Description default CompletableFuture<CreateGatewayRouteResponse>AppMeshAsyncClient. createGatewayRoute(Consumer<CreateGatewayRouteRequest.Builder> createGatewayRouteRequest)Creates a gateway route.default CompletableFuture<CreateGatewayRouteResponse>AppMeshAsyncClient. createGatewayRoute(CreateGatewayRouteRequest createGatewayRouteRequest)Creates a gateway route.
-