Uses of Class
com.oracle.bmc.dataflow.requests.UpdateApplicationRequest
-
Packages that use UpdateApplicationRequest Package Description com.oracle.bmc.dataflow com.oracle.bmc.dataflow.requests -
-
Uses of UpdateApplicationRequest in com.oracle.bmc.dataflow
Methods in com.oracle.bmc.dataflow with parameters of type UpdateApplicationRequest Modifier and Type Method Description UpdateApplicationResponse
DataFlow. updateApplication(UpdateApplicationRequest request)
Updates an application using anapplicationId
.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)
UpdateApplicationResponse
DataFlowClient. updateApplication(UpdateApplicationRequest request)
Method parameters in com.oracle.bmc.dataflow with type arguments of type UpdateApplicationRequest 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 UpdateApplicationRequest in com.oracle.bmc.dataflow.requests
Methods in com.oracle.bmc.dataflow.requests that return UpdateApplicationRequest Modifier and Type Method Description UpdateApplicationRequest
UpdateApplicationRequest.Builder. build()
Build the instance of UpdateApplicationRequest as configured by this builderUpdateApplicationRequest
UpdateApplicationRequest.Builder. buildWithoutInvocationCallback()
Build the instance of UpdateApplicationRequest as configured by this builderMethods in com.oracle.bmc.dataflow.requests with parameters of type UpdateApplicationRequest Modifier and Type Method Description UpdateApplicationRequest.Builder
UpdateApplicationRequest.Builder. copy(UpdateApplicationRequest o)
Copy method to populate the builder with values from the given instance.
-