| Package | Description |
|---|---|
| software.amazon.awssdk.services.appmesh.model | |
| software.amazon.awssdk.services.appmesh.paginators |
| Modifier and Type | Method and Description |
|---|---|
List<VirtualNodeRef> |
ListVirtualNodesResponse.virtualNodes()
The list of existing virtual nodes for the specified service mesh.
|
| Modifier and Type | Method and Description |
|---|---|
ListVirtualNodesResponse.Builder |
ListVirtualNodesResponse.Builder.virtualNodes(VirtualNodeRef... virtualNodes)
The list of existing virtual nodes for the specified service mesh.
|
| Modifier and Type | Method and Description |
|---|---|
ListVirtualNodesResponse.Builder |
ListVirtualNodesResponse.Builder.virtualNodes(Collection<VirtualNodeRef> virtualNodes)
The list of existing virtual nodes for the specified service mesh.
|
| Modifier and Type | Method and Description |
|---|---|
SdkIterable<VirtualNodeRef> |
ListVirtualNodesIterable.virtualNodes()
Returns an iterable to iterate through the paginated
ListVirtualNodesResponse.virtualNodes() member. |
SdkPublisher<VirtualNodeRef> |
ListVirtualNodesPublisher.virtualNodes()
Returns a publisher that can be used to get a stream of data.
|
Copyright © 2021. All rights reserved.