Uses of Class
software.amazon.awssdk.services.appmesh.model.CreateRouteResponse
-
Packages that use CreateRouteResponse 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 CreateRouteResponse in software.amazon.awssdk.services.appmesh
Methods in software.amazon.awssdk.services.appmesh that return CreateRouteResponse Modifier and Type Method Description default CreateRouteResponseAppMeshClient. createRoute(Consumer<CreateRouteRequest.Builder> createRouteRequest)Creates a route that is associated with a virtual router.default CreateRouteResponseAppMeshClient. createRoute(CreateRouteRequest createRouteRequest)Creates a route that is associated with a virtual router.Methods in software.amazon.awssdk.services.appmesh that return types with arguments of type CreateRouteResponse Modifier and Type Method Description default CompletableFuture<CreateRouteResponse>AppMeshAsyncClient. createRoute(Consumer<CreateRouteRequest.Builder> createRouteRequest)Creates a route that is associated with a virtual router.default CompletableFuture<CreateRouteResponse>AppMeshAsyncClient. createRoute(CreateRouteRequest createRouteRequest)Creates a route that is associated with a virtual router.
-