Uses of Class
software.amazon.awssdk.services.pipes.model.ListPipesResponse
-
Packages that use ListPipesResponse Package Description software.amazon.awssdk.services.pipes Amazon EventBridge Pipes connects event sources to targets.software.amazon.awssdk.services.pipes.paginators -
-
Uses of ListPipesResponse in software.amazon.awssdk.services.pipes
Methods in software.amazon.awssdk.services.pipes that return ListPipesResponse Modifier and Type Method Description default ListPipesResponsePipesClient. listPipes(Consumer<ListPipesRequest.Builder> listPipesRequest)Get the pipes associated with this account.default ListPipesResponsePipesClient. listPipes(ListPipesRequest listPipesRequest)Get the pipes associated with this account.Methods in software.amazon.awssdk.services.pipes that return types with arguments of type ListPipesResponse Modifier and Type Method 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. -
Uses of ListPipesResponse in software.amazon.awssdk.services.pipes.paginators
Methods in software.amazon.awssdk.services.pipes.paginators that return types with arguments of type ListPipesResponse Modifier and Type Method Description Iterator<ListPipesResponse>ListPipesIterable. iterator()Method parameters in software.amazon.awssdk.services.pipes.paginators with type arguments of type ListPipesResponse Modifier and Type Method Description voidListPipesPublisher. subscribe(org.reactivestreams.Subscriber<? super ListPipesResponse> subscriber)
-