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.dataintegrationMethods in com.oracle.bmc.dataintegration that return DeleteApplicationResponse Modifier and Type Method Description DeleteApplicationResponseDataIntegration. deleteApplication(DeleteApplicationRequest request)Removes an application using the specified identifier.DeleteApplicationResponseDataIntegrationClient. 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.responsesMethods in com.oracle.bmc.dataintegration.responses that return DeleteApplicationResponse Modifier and Type Method Description DeleteApplicationResponseDeleteApplicationResponse.Builder. build()Build the response object.Methods in com.oracle.bmc.dataintegration.responses with parameters of type DeleteApplicationResponse Modifier and Type Method Description DeleteApplicationResponse.BuilderDeleteApplicationResponse.Builder. copy(DeleteApplicationResponse o)Copy method to populate the builder with values from the given instance.
 
-