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