Uses of Class
software.amazon.awssdk.services.pipes.model.CreatePipeRequest
-
Packages that use CreatePipeRequest Package Description software.amazon.awssdk.services.pipes Amazon EventBridge Pipes connects event sources to targets.software.amazon.awssdk.services.pipes.transform -
-
Uses of CreatePipeRequest in software.amazon.awssdk.services.pipes
Methods in software.amazon.awssdk.services.pipes with parameters of type CreatePipeRequest Modifier and Type Method Description default CompletableFuture<CreatePipeResponse>PipesAsyncClient. createPipe(CreatePipeRequest createPipeRequest)Create a pipe.default CreatePipeResponsePipesClient. createPipe(CreatePipeRequest createPipeRequest)Create a pipe. -
Uses of CreatePipeRequest in software.amazon.awssdk.services.pipes.transform
Methods in software.amazon.awssdk.services.pipes.transform with parameters of type CreatePipeRequest Modifier and Type Method Description SdkHttpFullRequestCreatePipeRequestMarshaller. marshall(CreatePipeRequest createPipeRequest)
-