Uses of Class
software.amazon.awssdk.services.pipes.model.DescribePipeRequest
-
Packages that use DescribePipeRequest Package Description software.amazon.awssdk.services.pipes Amazon EventBridge Pipes connects event sources to targets.software.amazon.awssdk.services.pipes.transform -
-
Uses of DescribePipeRequest in software.amazon.awssdk.services.pipes
Methods in software.amazon.awssdk.services.pipes with parameters of type DescribePipeRequest Modifier and Type Method Description default CompletableFuture<DescribePipeResponse>PipesAsyncClient. describePipe(DescribePipeRequest describePipeRequest)Get the information about an existing pipe.default DescribePipeResponsePipesClient. describePipe(DescribePipeRequest describePipeRequest)Get the information about an existing pipe. -
Uses of DescribePipeRequest in software.amazon.awssdk.services.pipes.transform
Methods in software.amazon.awssdk.services.pipes.transform with parameters of type DescribePipeRequest Modifier and Type Method Description SdkHttpFullRequestDescribePipeRequestMarshaller. marshall(DescribePipeRequest describePipeRequest)
-