Uses of Class
software.amazon.awssdk.services.appmesh.model.DescribeGatewayRouteRequest
-
Packages that use DescribeGatewayRouteRequest 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 DescribeGatewayRouteRequest in software.amazon.awssdk.services.appmesh
Methods in software.amazon.awssdk.services.appmesh with parameters of type DescribeGatewayRouteRequest Modifier and Type Method Description default CompletableFuture<DescribeGatewayRouteResponse>AppMeshAsyncClient. describeGatewayRoute(DescribeGatewayRouteRequest describeGatewayRouteRequest)Describes an existing gateway route.default DescribeGatewayRouteResponseAppMeshClient. describeGatewayRoute(DescribeGatewayRouteRequest describeGatewayRouteRequest)Describes an existing gateway route. -
Uses of DescribeGatewayRouteRequest in software.amazon.awssdk.services.appmesh.transform
Methods in software.amazon.awssdk.services.appmesh.transform with parameters of type DescribeGatewayRouteRequest Modifier and Type Method Description SdkHttpFullRequestDescribeGatewayRouteRequestMarshaller. marshall(DescribeGatewayRouteRequest describeGatewayRouteRequest)
-