Uses of Class
software.amazon.awssdk.services.appmesh.model.VirtualNodeRef
-
Packages that use VirtualNodeRef Package Description software.amazon.awssdk.services.appmesh.model software.amazon.awssdk.services.appmesh.paginators -
-
Uses of VirtualNodeRef in software.amazon.awssdk.services.appmesh.model
Methods in software.amazon.awssdk.services.appmesh.model that return types with arguments of type VirtualNodeRef Modifier and Type Method Description List<VirtualNodeRef>ListVirtualNodesResponse. virtualNodes()The list of existing virtual nodes for the specified service mesh.Methods in software.amazon.awssdk.services.appmesh.model with parameters of type VirtualNodeRef Modifier and Type Method Description ListVirtualNodesResponse.BuilderListVirtualNodesResponse.Builder. virtualNodes(VirtualNodeRef... virtualNodes)The list of existing virtual nodes for the specified service mesh.Method parameters in software.amazon.awssdk.services.appmesh.model with type arguments of type VirtualNodeRef Modifier and Type Method Description ListVirtualNodesResponse.BuilderListVirtualNodesResponse.Builder. virtualNodes(Collection<VirtualNodeRef> virtualNodes)The list of existing virtual nodes for the specified service mesh. -
Uses of VirtualNodeRef in software.amazon.awssdk.services.appmesh.paginators
Methods in software.amazon.awssdk.services.appmesh.paginators that return types with arguments of type VirtualNodeRef Modifier and Type Method Description SdkIterable<VirtualNodeRef>ListVirtualNodesIterable. virtualNodes()Returns an iterable to iterate through the paginatedListVirtualNodesResponse.virtualNodes()member.SdkPublisher<VirtualNodeRef>ListVirtualNodesPublisher. virtualNodes()Returns a publisher that can be used to get a stream of data.
-