Uses of Class
com.oracle.bmc.dataflow.responses.UpdateApplicationResponse
-
Packages that use UpdateApplicationResponse Package Description com.oracle.bmc.dataflow com.oracle.bmc.dataflow.responses -
-
Uses of UpdateApplicationResponse in com.oracle.bmc.dataflow
Methods in com.oracle.bmc.dataflow that return UpdateApplicationResponse Modifier and Type Method Description UpdateApplicationResponse
DataFlow. updateApplication(UpdateApplicationRequest request)
Updates an application using anapplicationId
.UpdateApplicationResponse
DataFlowClient. updateApplication(UpdateApplicationRequest request)
Methods in com.oracle.bmc.dataflow that return types with arguments of type UpdateApplicationResponse Modifier and Type Method Description Future<UpdateApplicationResponse>
DataFlowAsync. updateApplication(UpdateApplicationRequest request, AsyncHandler<UpdateApplicationRequest,UpdateApplicationResponse> handler)
Updates an application using anapplicationId
.Future<UpdateApplicationResponse>
DataFlowAsyncClient. updateApplication(UpdateApplicationRequest request, AsyncHandler<UpdateApplicationRequest,UpdateApplicationResponse> handler)
Method parameters in com.oracle.bmc.dataflow with type arguments of type UpdateApplicationResponse Modifier and Type Method Description Future<UpdateApplicationResponse>
DataFlowAsync. updateApplication(UpdateApplicationRequest request, AsyncHandler<UpdateApplicationRequest,UpdateApplicationResponse> handler)
Updates an application using anapplicationId
.Future<UpdateApplicationResponse>
DataFlowAsyncClient. updateApplication(UpdateApplicationRequest request, AsyncHandler<UpdateApplicationRequest,UpdateApplicationResponse> handler)
-
Uses of UpdateApplicationResponse in com.oracle.bmc.dataflow.responses
Methods in com.oracle.bmc.dataflow.responses that return UpdateApplicationResponse Modifier and Type Method Description UpdateApplicationResponse
UpdateApplicationResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.dataflow.responses with parameters of type UpdateApplicationResponse Modifier and Type Method Description UpdateApplicationResponse.Builder
UpdateApplicationResponse.Builder. copy(UpdateApplicationResponse o)
Copy method to populate the builder with values from the given instance.
-