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