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