Uses of Class
com.oracle.bmc.dataintegration.responses.UpdateReferenceResponse
-
Packages that use UpdateReferenceResponse Package Description com.oracle.bmc.dataintegration com.oracle.bmc.dataintegration.responses -
-
Uses of UpdateReferenceResponse in com.oracle.bmc.dataintegration
Methods in com.oracle.bmc.dataintegration that return UpdateReferenceResponse Modifier and Type Method Description UpdateReferenceResponse
DataIntegration. updateReference(UpdateReferenceRequest request)
Updates the application references.UpdateReferenceResponse
DataIntegrationClient. updateReference(UpdateReferenceRequest request)
Methods in com.oracle.bmc.dataintegration that return types with arguments of type UpdateReferenceResponse Modifier and Type Method Description Future<UpdateReferenceResponse>
DataIntegrationAsync. updateReference(UpdateReferenceRequest request, AsyncHandler<UpdateReferenceRequest,UpdateReferenceResponse> handler)
Updates the application references.Future<UpdateReferenceResponse>
DataIntegrationAsyncClient. updateReference(UpdateReferenceRequest request, AsyncHandler<UpdateReferenceRequest,UpdateReferenceResponse> handler)
Method parameters in com.oracle.bmc.dataintegration with type arguments of type UpdateReferenceResponse Modifier and Type Method Description Future<UpdateReferenceResponse>
DataIntegrationAsync. updateReference(UpdateReferenceRequest request, AsyncHandler<UpdateReferenceRequest,UpdateReferenceResponse> handler)
Updates the application references.Future<UpdateReferenceResponse>
DataIntegrationAsyncClient. updateReference(UpdateReferenceRequest request, AsyncHandler<UpdateReferenceRequest,UpdateReferenceResponse> handler)
-
Uses of UpdateReferenceResponse in com.oracle.bmc.dataintegration.responses
Methods in com.oracle.bmc.dataintegration.responses that return UpdateReferenceResponse Modifier and Type Method Description UpdateReferenceResponse
UpdateReferenceResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.dataintegration.responses with parameters of type UpdateReferenceResponse Modifier and Type Method Description UpdateReferenceResponse.Builder
UpdateReferenceResponse.Builder. copy(UpdateReferenceResponse o)
Copy method to populate the builder with values from the given instance.
-