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