| Package | Description |
|---|---|
| software.amazon.awssdk.services.appmesh.model | |
| software.amazon.awssdk.services.appmesh.paginators |
| Modifier and Type | Method and Description |
|---|---|
List<MeshRef> |
ListMeshesResponse.meshes()
The list of existing service meshes.
|
| Modifier and Type | Method and Description |
|---|---|
ListMeshesResponse.Builder |
ListMeshesResponse.Builder.meshes(MeshRef... meshes)
The list of existing service meshes.
|
| Modifier and Type | Method and Description |
|---|---|
ListMeshesResponse.Builder |
ListMeshesResponse.Builder.meshes(Collection<MeshRef> meshes)
The list of existing service meshes.
|
| Modifier and Type | Method and Description |
|---|---|
SdkIterable<MeshRef> |
ListMeshesIterable.meshes()
Returns an iterable to iterate through the paginated
ListMeshesResponse.meshes() member. |
SdkPublisher<MeshRef> |
ListMeshesPublisher.meshes()
Returns a publisher that can be used to get a stream of data.
|
Copyright © 2021. All rights reserved.