Uses of Class
software.amazon.awssdk.services.appmesh.model.DescribeRouteRequest
-
Packages that use DescribeRouteRequest 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 DescribeRouteRequest in software.amazon.awssdk.services.appmesh
Methods in software.amazon.awssdk.services.appmesh with parameters of type DescribeRouteRequest Modifier and Type Method Description default CompletableFuture<DescribeRouteResponse>AppMeshAsyncClient. describeRoute(DescribeRouteRequest describeRouteRequest)Describes an existing route.default DescribeRouteResponseAppMeshClient. describeRoute(DescribeRouteRequest describeRouteRequest)Describes an existing route. -
Uses of DescribeRouteRequest in software.amazon.awssdk.services.appmesh.transform
Methods in software.amazon.awssdk.services.appmesh.transform with parameters of type DescribeRouteRequest Modifier and Type Method Description SdkHttpFullRequestDescribeRouteRequestMarshaller. marshall(DescribeRouteRequest describeRouteRequest)
-