Uses of Class
software.amazon.awssdk.services.appmesh.model.CreateRouteRequest
-
Packages that use CreateRouteRequest 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 CreateRouteRequest in software.amazon.awssdk.services.appmesh
Methods in software.amazon.awssdk.services.appmesh with parameters of type CreateRouteRequest Modifier and Type Method Description default CompletableFuture<CreateRouteResponse>AppMeshAsyncClient. createRoute(CreateRouteRequest 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. -
Uses of CreateRouteRequest in software.amazon.awssdk.services.appmesh.transform
Methods in software.amazon.awssdk.services.appmesh.transform with parameters of type CreateRouteRequest Modifier and Type Method Description SdkHttpFullRequestCreateRouteRequestMarshaller. marshall(CreateRouteRequest createRouteRequest)
-