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)This is a variant ofPipesAsyncClient.listPipes(software.amazon.awssdk.services.pipes.model.ListPipesRequest)operation.default ListPipesIterablePipesClient. listPipesPaginator(ListPipesRequest listPipesRequest)This is a variant ofPipesClient.listPipes(software.amazon.awssdk.services.pipes.model.ListPipesRequest)operation. -
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)
-