Uses of Class
software.amazon.awssdk.services.pipes.model.UpdatePipeResponse
-
Packages that use UpdatePipeResponse Package Description software.amazon.awssdk.services.pipes Amazon EventBridge Pipes connects event sources to targets. -
-
Uses of UpdatePipeResponse in software.amazon.awssdk.services.pipes
Methods in software.amazon.awssdk.services.pipes that return UpdatePipeResponse Modifier and Type Method Description default UpdatePipeResponsePipesClient. updatePipe(Consumer<UpdatePipeRequest.Builder> updatePipeRequest)Update an existing pipe.default UpdatePipeResponsePipesClient. updatePipe(UpdatePipeRequest updatePipeRequest)Update an existing pipe.Methods in software.amazon.awssdk.services.pipes that return types with arguments of type UpdatePipeResponse Modifier and Type Method Description default CompletableFuture<UpdatePipeResponse>PipesAsyncClient. updatePipe(Consumer<UpdatePipeRequest.Builder> updatePipeRequest)Update an existing pipe.default CompletableFuture<UpdatePipeResponse>PipesAsyncClient. updatePipe(UpdatePipeRequest updatePipeRequest)Update an existing pipe.
-