Uses of Class
software.amazon.awssdk.services.appmesh.model.ListGatewayRoutesResponse
-
Packages that use ListGatewayRoutesResponse 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.paginators -
-
Uses of ListGatewayRoutesResponse in software.amazon.awssdk.services.appmesh
Methods in software.amazon.awssdk.services.appmesh that return ListGatewayRoutesResponse Modifier and Type Method Description default ListGatewayRoutesResponseAppMeshClient. listGatewayRoutes(Consumer<ListGatewayRoutesRequest.Builder> listGatewayRoutesRequest)Returns a list of existing gateway routes that are associated to a virtual gateway.default ListGatewayRoutesResponseAppMeshClient. listGatewayRoutes(ListGatewayRoutesRequest listGatewayRoutesRequest)Returns a list of existing gateway routes that are associated to a virtual gateway.Methods in software.amazon.awssdk.services.appmesh that return types with arguments of type ListGatewayRoutesResponse Modifier and Type Method Description default CompletableFuture<ListGatewayRoutesResponse>AppMeshAsyncClient. listGatewayRoutes(Consumer<ListGatewayRoutesRequest.Builder> listGatewayRoutesRequest)Returns a list of existing gateway routes that are associated to a virtual gateway.default CompletableFuture<ListGatewayRoutesResponse>AppMeshAsyncClient. listGatewayRoutes(ListGatewayRoutesRequest listGatewayRoutesRequest)Returns a list of existing gateway routes that are associated to a virtual gateway. -
Uses of ListGatewayRoutesResponse in software.amazon.awssdk.services.appmesh.paginators
Methods in software.amazon.awssdk.services.appmesh.paginators that return types with arguments of type ListGatewayRoutesResponse Modifier and Type Method Description Iterator<ListGatewayRoutesResponse>ListGatewayRoutesIterable. iterator()Method parameters in software.amazon.awssdk.services.appmesh.paginators with type arguments of type ListGatewayRoutesResponse Modifier and Type Method Description voidListGatewayRoutesPublisher. subscribe(org.reactivestreams.Subscriber<? super ListGatewayRoutesResponse> subscriber)
-