Uses of Class
com.oracle.bmc.dataintegration.requests.GetRuntimePipelineRequest
- 
Packages that use GetRuntimePipelineRequest Package Description com.oracle.bmc.dataintegration com.oracle.bmc.dataintegration.requests 
- 
- 
Uses of GetRuntimePipelineRequest in com.oracle.bmc.dataintegrationMethods in com.oracle.bmc.dataintegration with parameters of type GetRuntimePipelineRequest Modifier and Type Method Description GetRuntimePipelineResponseDataIntegration. getRuntimePipeline(GetRuntimePipelineRequest request)Retrieves a runtime pipeline using the specified identifier.Future<GetRuntimePipelineResponse>DataIntegrationAsync. getRuntimePipeline(GetRuntimePipelineRequest request, AsyncHandler<GetRuntimePipelineRequest,GetRuntimePipelineResponse> handler)Retrieves a runtime pipeline using the specified identifier.Future<GetRuntimePipelineResponse>DataIntegrationAsyncClient. getRuntimePipeline(GetRuntimePipelineRequest request, AsyncHandler<GetRuntimePipelineRequest,GetRuntimePipelineResponse> handler)GetRuntimePipelineResponseDataIntegrationClient. getRuntimePipeline(GetRuntimePipelineRequest request)Method parameters in com.oracle.bmc.dataintegration with type arguments of type GetRuntimePipelineRequest Modifier and Type Method Description Future<GetRuntimePipelineResponse>DataIntegrationAsync. getRuntimePipeline(GetRuntimePipelineRequest request, AsyncHandler<GetRuntimePipelineRequest,GetRuntimePipelineResponse> handler)Retrieves a runtime pipeline using the specified identifier.Future<GetRuntimePipelineResponse>DataIntegrationAsyncClient. getRuntimePipeline(GetRuntimePipelineRequest request, AsyncHandler<GetRuntimePipelineRequest,GetRuntimePipelineResponse> handler)
- 
Uses of GetRuntimePipelineRequest in com.oracle.bmc.dataintegration.requestsMethods in com.oracle.bmc.dataintegration.requests that return GetRuntimePipelineRequest Modifier and Type Method Description GetRuntimePipelineRequestGetRuntimePipelineRequest.Builder. build()Build the instance of GetRuntimePipelineRequest as configured by this builderGetRuntimePipelineRequestGetRuntimePipelineRequest.Builder. buildWithoutInvocationCallback()Build the instance of GetRuntimePipelineRequest as configured by this builderMethods in com.oracle.bmc.dataintegration.requests with parameters of type GetRuntimePipelineRequest Modifier and Type Method Description GetRuntimePipelineRequest.BuilderGetRuntimePipelineRequest.Builder. copy(GetRuntimePipelineRequest o)Copy method to populate the builder with values from the given instance.
 
-