| Package | Description |
|---|---|
| software.amazon.awssdk.services.pipes |
Amazon EventBridge Pipes connects event sources to targets.
|
| software.amazon.awssdk.services.pipes.paginators |
| Modifier and Type | Method and Description |
|---|---|
default ListPipesResponse |
PipesClient.listPipes(Consumer<ListPipesRequest.Builder> listPipesRequest)
Get the pipes associated with this account.
|
default ListPipesResponse |
PipesClient.listPipes(ListPipesRequest listPipesRequest)
Get the pipes associated with this account.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListPipesResponse> |
PipesAsyncClient.listPipes(Consumer<ListPipesRequest.Builder> listPipesRequest)
Get the pipes associated with this account.
|
default CompletableFuture<ListPipesResponse> |
PipesAsyncClient.listPipes(ListPipesRequest listPipesRequest)
Get the pipes associated with this account.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<ListPipesResponse> |
ListPipesIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListPipesPublisher.subscribe(org.reactivestreams.Subscriber<? super ListPipesResponse> subscriber) |
Copyright © 2023. All rights reserved.