| Package | Description |
|---|---|
| software.amazon.awssdk.services.pipes.model | |
| software.amazon.awssdk.services.pipes.paginators |
| Modifier and Type | Method and Description |
|---|---|
List<Pipe> |
ListPipesResponse.pipes()
The pipes returned by the call.
|
| Modifier and Type | Method and Description |
|---|---|
ListPipesResponse.Builder |
ListPipesResponse.Builder.pipes(Pipe... pipes)
The pipes returned by the call.
|
| Modifier and Type | Method and Description |
|---|---|
ListPipesResponse.Builder |
ListPipesResponse.Builder.pipes(Collection<Pipe> pipes)
The pipes returned by the call.
|
| Modifier and Type | Method and Description |
|---|---|
SdkPublisher<Pipe> |
ListPipesPublisher.pipes()
Returns a publisher that can be used to get a stream of data.
|
SdkIterable<Pipe> |
ListPipesIterable.pipes()
Returns an iterable to iterate through the paginated
ListPipesResponse.pipes() member. |
Copyright © 2023. All rights reserved.