Uses of Class
com.oracle.bmc.dataintegration.responses.GetRuntimePipelineResponse
-
Packages that use GetRuntimePipelineResponse Package Description com.oracle.bmc.dataintegration com.oracle.bmc.dataintegration.responses -
-
Uses of GetRuntimePipelineResponse in com.oracle.bmc.dataintegration
Methods in com.oracle.bmc.dataintegration that return GetRuntimePipelineResponse Modifier and Type Method Description GetRuntimePipelineResponse
DataIntegration. getRuntimePipeline(GetRuntimePipelineRequest request)
Retrieves a runtime pipeline using the specified identifier.GetRuntimePipelineResponse
DataIntegrationClient. getRuntimePipeline(GetRuntimePipelineRequest request)
Methods in com.oracle.bmc.dataintegration that return types with arguments of type GetRuntimePipelineResponse 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)
Method parameters in com.oracle.bmc.dataintegration with type arguments of type GetRuntimePipelineResponse 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 GetRuntimePipelineResponse in com.oracle.bmc.dataintegration.responses
Methods in com.oracle.bmc.dataintegration.responses that return GetRuntimePipelineResponse Modifier and Type Method Description GetRuntimePipelineResponse
GetRuntimePipelineResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.dataintegration.responses with parameters of type GetRuntimePipelineResponse Modifier and Type Method Description GetRuntimePipelineResponse.Builder
GetRuntimePipelineResponse.Builder. copy(GetRuntimePipelineResponse o)
Copy method to populate the builder with values from the given instance.
-