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