Uses of Class
software.amazon.awssdk.services.appmesh.model.CreateGatewayRouteRequest
-
Packages that use CreateGatewayRouteRequest 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.software.amazon.awssdk.services.appmesh.transform -
-
Uses of CreateGatewayRouteRequest in software.amazon.awssdk.services.appmesh
Methods in software.amazon.awssdk.services.appmesh with parameters of type CreateGatewayRouteRequest Modifier and Type Method Description default CompletableFuture<CreateGatewayRouteResponse>AppMeshAsyncClient. createGatewayRoute(CreateGatewayRouteRequest createGatewayRouteRequest)Creates a gateway route.default CreateGatewayRouteResponseAppMeshClient. createGatewayRoute(CreateGatewayRouteRequest createGatewayRouteRequest)Creates a gateway route. -
Uses of CreateGatewayRouteRequest in software.amazon.awssdk.services.appmesh.transform
Methods in software.amazon.awssdk.services.appmesh.transform with parameters of type CreateGatewayRouteRequest Modifier and Type Method Description SdkHttpFullRequestCreateGatewayRouteRequestMarshaller. marshall(CreateGatewayRouteRequest createGatewayRouteRequest)
-