Uses of Class
software.amazon.awssdk.services.appmesh.model.ListVirtualNodesResponse
-
Packages that use ListVirtualNodesResponse 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 ListVirtualNodesResponse in software.amazon.awssdk.services.appmesh
Methods in software.amazon.awssdk.services.appmesh that return ListVirtualNodesResponse Modifier and Type Method Description default ListVirtualNodesResponseAppMeshClient. listVirtualNodes(Consumer<ListVirtualNodesRequest.Builder> listVirtualNodesRequest)Returns a list of existing virtual nodes.default ListVirtualNodesResponseAppMeshClient. listVirtualNodes(ListVirtualNodesRequest listVirtualNodesRequest)Returns a list of existing virtual nodes.Methods in software.amazon.awssdk.services.appmesh that return types with arguments of type ListVirtualNodesResponse Modifier and Type Method Description default CompletableFuture<ListVirtualNodesResponse>AppMeshAsyncClient. listVirtualNodes(Consumer<ListVirtualNodesRequest.Builder> listVirtualNodesRequest)Returns a list of existing virtual nodes.default CompletableFuture<ListVirtualNodesResponse>AppMeshAsyncClient. listVirtualNodes(ListVirtualNodesRequest listVirtualNodesRequest)Returns a list of existing virtual nodes. -
Uses of ListVirtualNodesResponse in software.amazon.awssdk.services.appmesh.paginators
Methods in software.amazon.awssdk.services.appmesh.paginators that return types with arguments of type ListVirtualNodesResponse Modifier and Type Method Description Iterator<ListVirtualNodesResponse>ListVirtualNodesIterable. iterator()Method parameters in software.amazon.awssdk.services.appmesh.paginators with type arguments of type ListVirtualNodesResponse Modifier and Type Method Description voidListVirtualNodesPublisher. subscribe(org.reactivestreams.Subscriber<? super ListVirtualNodesResponse> subscriber)
-