| Package | Description |
|---|---|
| software.amazon.awssdk.services.pipes |
Amazon EventBridge Pipes connects event sources to targets.
|
| software.amazon.awssdk.services.pipes.paginators | |
| software.amazon.awssdk.services.pipes.transform |
| Modifier and Type | Method and Description |
|---|---|
default ListPipesResponse |
PipesClient.listPipes(ListPipesRequest listPipesRequest)
Get the pipes associated with this account.
|
default CompletableFuture<ListPipesResponse> |
PipesAsyncClient.listPipes(ListPipesRequest listPipesRequest)
Get the pipes associated with this account.
|
default ListPipesIterable |
PipesClient.listPipesPaginator(ListPipesRequest listPipesRequest)
Get the pipes associated with this account.
|
default ListPipesPublisher |
PipesAsyncClient.listPipesPaginator(ListPipesRequest listPipesRequest)
Get the pipes associated with this account.
|
| Constructor and Description |
|---|
ListPipesIterable(PipesClient client,
ListPipesRequest firstRequest) |
ListPipesPublisher(PipesAsyncClient client,
ListPipesRequest firstRequest) |
| Modifier and Type | Method and Description |
|---|---|
SdkHttpFullRequest |
ListPipesRequestMarshaller.marshall(ListPipesRequest listPipesRequest) |
Copyright © 2023. All rights reserved.