Uses of Class
com.oracle.bmc.dataintegration.responses.GetRuntimeOperatorResponse
-
Packages that use GetRuntimeOperatorResponse Package Description com.oracle.bmc.dataintegration com.oracle.bmc.dataintegration.responses -
-
Uses of GetRuntimeOperatorResponse in com.oracle.bmc.dataintegration
Methods in com.oracle.bmc.dataintegration that return GetRuntimeOperatorResponse Modifier and Type Method Description GetRuntimeOperatorResponse
DataIntegration. getRuntimeOperator(GetRuntimeOperatorRequest request)
Retrieves a runtime operator using the specified identifier.GetRuntimeOperatorResponse
DataIntegrationClient. getRuntimeOperator(GetRuntimeOperatorRequest request)
Methods in com.oracle.bmc.dataintegration that return types with arguments of type GetRuntimeOperatorResponse Modifier and Type Method Description Future<GetRuntimeOperatorResponse>
DataIntegrationAsync. getRuntimeOperator(GetRuntimeOperatorRequest request, AsyncHandler<GetRuntimeOperatorRequest,GetRuntimeOperatorResponse> handler)
Retrieves a runtime operator using the specified identifier.Future<GetRuntimeOperatorResponse>
DataIntegrationAsyncClient. getRuntimeOperator(GetRuntimeOperatorRequest request, AsyncHandler<GetRuntimeOperatorRequest,GetRuntimeOperatorResponse> handler)
Method parameters in com.oracle.bmc.dataintegration with type arguments of type GetRuntimeOperatorResponse Modifier and Type Method Description Future<GetRuntimeOperatorResponse>
DataIntegrationAsync. getRuntimeOperator(GetRuntimeOperatorRequest request, AsyncHandler<GetRuntimeOperatorRequest,GetRuntimeOperatorResponse> handler)
Retrieves a runtime operator using the specified identifier.Future<GetRuntimeOperatorResponse>
DataIntegrationAsyncClient. getRuntimeOperator(GetRuntimeOperatorRequest request, AsyncHandler<GetRuntimeOperatorRequest,GetRuntimeOperatorResponse> handler)
-
Uses of GetRuntimeOperatorResponse in com.oracle.bmc.dataintegration.responses
Methods in com.oracle.bmc.dataintegration.responses that return GetRuntimeOperatorResponse Modifier and Type Method Description GetRuntimeOperatorResponse
GetRuntimeOperatorResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.dataintegration.responses with parameters of type GetRuntimeOperatorResponse Modifier and Type Method Description GetRuntimeOperatorResponse.Builder
GetRuntimeOperatorResponse.Builder. copy(GetRuntimeOperatorResponse o)
Copy method to populate the builder with values from the given instance.
-