Uses of Class
software.amazon.awssdk.services.pipes.model.StartPipeRequest
-
Packages that use StartPipeRequest Package Description software.amazon.awssdk.services.pipes Amazon EventBridge Pipes connects event sources to targets.software.amazon.awssdk.services.pipes.transform -
-
Uses of StartPipeRequest in software.amazon.awssdk.services.pipes
Methods in software.amazon.awssdk.services.pipes with parameters of type StartPipeRequest Modifier and Type Method Description default CompletableFuture<StartPipeResponse>PipesAsyncClient. startPipe(StartPipeRequest startPipeRequest)Start an existing pipe.default StartPipeResponsePipesClient. startPipe(StartPipeRequest startPipeRequest)Start an existing pipe. -
Uses of StartPipeRequest in software.amazon.awssdk.services.pipes.transform
Methods in software.amazon.awssdk.services.pipes.transform with parameters of type StartPipeRequest Modifier and Type Method Description SdkHttpFullRequestStartPipeRequestMarshaller. marshall(StartPipeRequest startPipeRequest)
-