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.dataintegration
Methods in com.oracle.bmc.dataintegration with parameters of type GetRuntimePipelineRequest Modifier and Type Method Description GetRuntimePipelineResponse
DataIntegration. 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)
GetRuntimePipelineResponse
DataIntegrationClient. 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.requests
Methods in com.oracle.bmc.dataintegration.requests that return GetRuntimePipelineRequest Modifier and Type Method Description GetRuntimePipelineRequest
GetRuntimePipelineRequest.Builder. build()
Build the instance of GetRuntimePipelineRequest as configured by this builderGetRuntimePipelineRequest
GetRuntimePipelineRequest.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.Builder
GetRuntimePipelineRequest.Builder. copy(GetRuntimePipelineRequest o)
Copy method to populate the builder with values from the given instance.
-