Uses of Class
software.amazon.awssdk.services.appmesh.model.DeleteRouteRequest
-
Packages that use DeleteRouteRequest 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 DeleteRouteRequest in software.amazon.awssdk.services.appmesh
Methods in software.amazon.awssdk.services.appmesh with parameters of type DeleteRouteRequest Modifier and Type Method Description default CompletableFuture<DeleteRouteResponse>AppMeshAsyncClient. deleteRoute(DeleteRouteRequest deleteRouteRequest)Deletes an existing route.default DeleteRouteResponseAppMeshClient. deleteRoute(DeleteRouteRequest deleteRouteRequest)Deletes an existing route. -
Uses of DeleteRouteRequest in software.amazon.awssdk.services.appmesh.transform
Methods in software.amazon.awssdk.services.appmesh.transform with parameters of type DeleteRouteRequest Modifier and Type Method Description SdkHttpFullRequestDeleteRouteRequestMarshaller. marshall(DeleteRouteRequest deleteRouteRequest)
-