Uses of Class
software.amazon.awssdk.services.pipes.model.StopPipeResponse
-
Packages that use StopPipeResponse Package Description software.amazon.awssdk.services.pipes Amazon EventBridge Pipes connects event sources to targets. -
-
Uses of StopPipeResponse in software.amazon.awssdk.services.pipes
Methods in software.amazon.awssdk.services.pipes that return StopPipeResponse Modifier and Type Method Description default StopPipeResponsePipesClient. stopPipe(Consumer<StopPipeRequest.Builder> stopPipeRequest)Stop an existing pipe.default StopPipeResponsePipesClient. stopPipe(StopPipeRequest stopPipeRequest)Stop an existing pipe.Methods in software.amazon.awssdk.services.pipes that return types with arguments of type StopPipeResponse Modifier and Type Method Description default CompletableFuture<StopPipeResponse>PipesAsyncClient. stopPipe(Consumer<StopPipeRequest.Builder> stopPipeRequest)Stop an existing pipe.default CompletableFuture<StopPipeResponse>PipesAsyncClient. stopPipe(StopPipeRequest stopPipeRequest)Stop an existing pipe.
-