Uses of Class
com.oracle.bmc.dataintegration.requests.GetRuntimeOperatorRequest
-
Packages that use GetRuntimeOperatorRequest Package Description com.oracle.bmc.dataintegration com.oracle.bmc.dataintegration.requests -
-
Uses of GetRuntimeOperatorRequest in com.oracle.bmc.dataintegration
Methods in com.oracle.bmc.dataintegration with parameters of type GetRuntimeOperatorRequest Modifier and Type Method Description GetRuntimeOperatorResponse
DataIntegration. getRuntimeOperator(GetRuntimeOperatorRequest request)
Retrieves a runtime operator using the specified identifier.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)
GetRuntimeOperatorResponse
DataIntegrationClient. getRuntimeOperator(GetRuntimeOperatorRequest request)
Method parameters in com.oracle.bmc.dataintegration with type arguments of type GetRuntimeOperatorRequest 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 GetRuntimeOperatorRequest in com.oracle.bmc.dataintegration.requests
Methods in com.oracle.bmc.dataintegration.requests that return GetRuntimeOperatorRequest Modifier and Type Method Description GetRuntimeOperatorRequest
GetRuntimeOperatorRequest.Builder. build()
Build the instance of GetRuntimeOperatorRequest as configured by this builderGetRuntimeOperatorRequest
GetRuntimeOperatorRequest.Builder. buildWithoutInvocationCallback()
Build the instance of GetRuntimeOperatorRequest as configured by this builderMethods in com.oracle.bmc.dataintegration.requests with parameters of type GetRuntimeOperatorRequest Modifier and Type Method Description GetRuntimeOperatorRequest.Builder
GetRuntimeOperatorRequest.Builder. copy(GetRuntimeOperatorRequest o)
Copy method to populate the builder with values from the given instance.
-