Uses of Class
software.amazon.awssdk.services.appmesh.model.DeleteGatewayRouteRequest
-
Packages that use DeleteGatewayRouteRequest 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 DeleteGatewayRouteRequest in software.amazon.awssdk.services.appmesh
Methods in software.amazon.awssdk.services.appmesh with parameters of type DeleteGatewayRouteRequest Modifier and Type Method Description default CompletableFuture<DeleteGatewayRouteResponse>AppMeshAsyncClient. deleteGatewayRoute(DeleteGatewayRouteRequest deleteGatewayRouteRequest)Deletes an existing gateway route.default DeleteGatewayRouteResponseAppMeshClient. deleteGatewayRoute(DeleteGatewayRouteRequest deleteGatewayRouteRequest)Deletes an existing gateway route. -
Uses of DeleteGatewayRouteRequest in software.amazon.awssdk.services.appmesh.transform
Methods in software.amazon.awssdk.services.appmesh.transform with parameters of type DeleteGatewayRouteRequest Modifier and Type Method Description SdkHttpFullRequestDeleteGatewayRouteRequestMarshaller. marshall(DeleteGatewayRouteRequest deleteGatewayRouteRequest)
-