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