Uses of Class
com.oracle.bmc.dataintegration.responses.DeleteApplicationResponse
-
Packages that use DeleteApplicationResponse Package Description com.oracle.bmc.dataintegration com.oracle.bmc.dataintegration.responses -
-
Uses of DeleteApplicationResponse in com.oracle.bmc.dataintegration
Methods in com.oracle.bmc.dataintegration that return DeleteApplicationResponse Modifier and Type Method Description DeleteApplicationResponse
DataIntegration. deleteApplication(DeleteApplicationRequest request)
Removes an application using the specified identifier.DeleteApplicationResponse
DataIntegrationClient. deleteApplication(DeleteApplicationRequest request)
Methods in com.oracle.bmc.dataintegration that return types with arguments of type DeleteApplicationResponse Modifier and Type Method Description Future<DeleteApplicationResponse>
DataIntegrationAsync. deleteApplication(DeleteApplicationRequest request, AsyncHandler<DeleteApplicationRequest,DeleteApplicationResponse> handler)
Removes an application using the specified identifier.Future<DeleteApplicationResponse>
DataIntegrationAsyncClient. deleteApplication(DeleteApplicationRequest request, AsyncHandler<DeleteApplicationRequest,DeleteApplicationResponse> handler)
Method parameters in com.oracle.bmc.dataintegration with type arguments of type DeleteApplicationResponse Modifier and Type Method Description Future<DeleteApplicationResponse>
DataIntegrationAsync. deleteApplication(DeleteApplicationRequest request, AsyncHandler<DeleteApplicationRequest,DeleteApplicationResponse> handler)
Removes an application using the specified identifier.Future<DeleteApplicationResponse>
DataIntegrationAsyncClient. deleteApplication(DeleteApplicationRequest request, AsyncHandler<DeleteApplicationRequest,DeleteApplicationResponse> handler)
-
Uses of DeleteApplicationResponse in com.oracle.bmc.dataintegration.responses
Methods in com.oracle.bmc.dataintegration.responses that return DeleteApplicationResponse Modifier and Type Method Description DeleteApplicationResponse
DeleteApplicationResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.dataintegration.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.
-