Uses of Class
software.amazon.awssdk.services.pipes.model.ListPipesRequest
-
Packages that use ListPipesRequest 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 -
-
Uses of ListPipesRequest in software.amazon.awssdk.services.pipes
Methods in software.amazon.awssdk.services.pipes with parameters of type ListPipesRequest Modifier and Type Method Description default CompletableFuture<ListPipesResponse>PipesAsyncClient. listPipes(ListPipesRequest listPipesRequest)Get the pipes associated with this account.default ListPipesResponsePipesClient. listPipes(ListPipesRequest listPipesRequest)Get the pipes associated with this account.default ListPipesPublisherPipesAsyncClient. listPipesPaginator(ListPipesRequest listPipesRequest)Get the pipes associated with this account.default ListPipesIterablePipesClient. listPipesPaginator(ListPipesRequest listPipesRequest)Get the pipes associated with this account. -
Uses of ListPipesRequest in software.amazon.awssdk.services.pipes.paginators
Constructors in software.amazon.awssdk.services.pipes.paginators with parameters of type ListPipesRequest Constructor Description ListPipesIterable(PipesClient client, ListPipesRequest firstRequest)ListPipesPublisher(PipesAsyncClient client, ListPipesRequest firstRequest) -
Uses of ListPipesRequest in software.amazon.awssdk.services.pipes.transform
Methods in software.amazon.awssdk.services.pipes.transform with parameters of type ListPipesRequest Modifier and Type Method Description SdkHttpFullRequestListPipesRequestMarshaller. marshall(ListPipesRequest listPipesRequest)
-