Uses of Class
software.amazon.awssdk.services.appmesh.model.ListVirtualRoutersResponse
-
Packages that use ListVirtualRoutersResponse 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 ListVirtualRoutersResponse in software.amazon.awssdk.services.appmesh
Methods in software.amazon.awssdk.services.appmesh that return ListVirtualRoutersResponse Modifier and Type Method Description default ListVirtualRoutersResponseAppMeshClient. listVirtualRouters(Consumer<ListVirtualRoutersRequest.Builder> listVirtualRoutersRequest)Returns a list of existing virtual routers in a service mesh.default ListVirtualRoutersResponseAppMeshClient. listVirtualRouters(ListVirtualRoutersRequest listVirtualRoutersRequest)Returns a list of existing virtual routers in a service mesh.Methods in software.amazon.awssdk.services.appmesh that return types with arguments of type ListVirtualRoutersResponse Modifier and Type Method Description default CompletableFuture<ListVirtualRoutersResponse>AppMeshAsyncClient. listVirtualRouters(Consumer<ListVirtualRoutersRequest.Builder> listVirtualRoutersRequest)Returns a list of existing virtual routers in a service mesh.default CompletableFuture<ListVirtualRoutersResponse>AppMeshAsyncClient. listVirtualRouters(ListVirtualRoutersRequest listVirtualRoutersRequest)Returns a list of existing virtual routers in a service mesh. -
Uses of ListVirtualRoutersResponse in software.amazon.awssdk.services.appmesh.paginators
Methods in software.amazon.awssdk.services.appmesh.paginators that return types with arguments of type ListVirtualRoutersResponse Modifier and Type Method Description Iterator<ListVirtualRoutersResponse>ListVirtualRoutersIterable. iterator()Method parameters in software.amazon.awssdk.services.appmesh.paginators with type arguments of type ListVirtualRoutersResponse Modifier and Type Method Description voidListVirtualRoutersPublisher. subscribe(org.reactivestreams.Subscriber<? super ListVirtualRoutersResponse> subscriber)
-