Uses of Class
software.amazon.awssdk.services.appmesh.model.ListVirtualNodesRequest
-
Packages that use ListVirtualNodesRequest 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 software.amazon.awssdk.services.appmesh.transform -
-
Uses of ListVirtualNodesRequest in software.amazon.awssdk.services.appmesh
Methods in software.amazon.awssdk.services.appmesh with parameters of type ListVirtualNodesRequest Modifier and Type Method Description default CompletableFuture<ListVirtualNodesResponse>AppMeshAsyncClient. listVirtualNodes(ListVirtualNodesRequest listVirtualNodesRequest)Returns a list of existing virtual nodes.default ListVirtualNodesResponseAppMeshClient. listVirtualNodes(ListVirtualNodesRequest listVirtualNodesRequest)Returns a list of existing virtual nodes.default ListVirtualNodesPublisherAppMeshAsyncClient. listVirtualNodesPaginator(ListVirtualNodesRequest listVirtualNodesRequest)This is a variant ofAppMeshAsyncClient.listVirtualNodes(software.amazon.awssdk.services.appmesh.model.ListVirtualNodesRequest)operation.default ListVirtualNodesIterableAppMeshClient. listVirtualNodesPaginator(ListVirtualNodesRequest listVirtualNodesRequest)This is a variant ofAppMeshClient.listVirtualNodes(software.amazon.awssdk.services.appmesh.model.ListVirtualNodesRequest)operation. -
Uses of ListVirtualNodesRequest in software.amazon.awssdk.services.appmesh.paginators
Constructors in software.amazon.awssdk.services.appmesh.paginators with parameters of type ListVirtualNodesRequest Constructor Description ListVirtualNodesIterable(AppMeshClient client, ListVirtualNodesRequest firstRequest)ListVirtualNodesPublisher(AppMeshAsyncClient client, ListVirtualNodesRequest firstRequest) -
Uses of ListVirtualNodesRequest in software.amazon.awssdk.services.appmesh.transform
Methods in software.amazon.awssdk.services.appmesh.transform with parameters of type ListVirtualNodesRequest Modifier and Type Method Description SdkHttpFullRequestListVirtualNodesRequestMarshaller. marshall(ListVirtualNodesRequest listVirtualNodesRequest)
-