Uses of Class
com.oracle.bmc.dataintegration.requests.GetPipelineRequest
-
Packages that use GetPipelineRequest Package Description com.oracle.bmc.dataintegration com.oracle.bmc.dataintegration.requests -
-
Uses of GetPipelineRequest in com.oracle.bmc.dataintegration
Methods in com.oracle.bmc.dataintegration with parameters of type GetPipelineRequest Modifier and Type Method Description GetPipelineResponse
DataIntegration. getPipeline(GetPipelineRequest request)
Retrieves a pipeline using the specified identifier.Future<GetPipelineResponse>
DataIntegrationAsync. getPipeline(GetPipelineRequest request, AsyncHandler<GetPipelineRequest,GetPipelineResponse> handler)
Retrieves a pipeline using the specified identifier.Future<GetPipelineResponse>
DataIntegrationAsyncClient. getPipeline(GetPipelineRequest request, AsyncHandler<GetPipelineRequest,GetPipelineResponse> handler)
GetPipelineResponse
DataIntegrationClient. getPipeline(GetPipelineRequest request)
Method parameters in com.oracle.bmc.dataintegration with type arguments of type GetPipelineRequest Modifier and Type Method Description Future<GetPipelineResponse>
DataIntegrationAsync. getPipeline(GetPipelineRequest request, AsyncHandler<GetPipelineRequest,GetPipelineResponse> handler)
Retrieves a pipeline using the specified identifier.Future<GetPipelineResponse>
DataIntegrationAsyncClient. getPipeline(GetPipelineRequest request, AsyncHandler<GetPipelineRequest,GetPipelineResponse> handler)
-
Uses of GetPipelineRequest in com.oracle.bmc.dataintegration.requests
Methods in com.oracle.bmc.dataintegration.requests that return GetPipelineRequest Modifier and Type Method Description GetPipelineRequest
GetPipelineRequest.Builder. build()
Build the instance of GetPipelineRequest as configured by this builderGetPipelineRequest
GetPipelineRequest.Builder. buildWithoutInvocationCallback()
Build the instance of GetPipelineRequest as configured by this builderMethods in com.oracle.bmc.dataintegration.requests with parameters of type GetPipelineRequest Modifier and Type Method Description GetPipelineRequest.Builder
GetPipelineRequest.Builder. copy(GetPipelineRequest o)
Copy method to populate the builder with values from the given instance.
-