Uses of Class
com.oracle.bmc.dataintegration.responses.DeleteDisApplicationDetailedDescriptionResponse
-
Packages that use DeleteDisApplicationDetailedDescriptionResponse Package Description com.oracle.bmc.dataintegration com.oracle.bmc.dataintegration.responses -
-
Uses of DeleteDisApplicationDetailedDescriptionResponse in com.oracle.bmc.dataintegration
Methods in com.oracle.bmc.dataintegration that return DeleteDisApplicationDetailedDescriptionResponse Modifier and Type Method Description DeleteDisApplicationDetailedDescriptionResponse
DataIntegration. deleteDisApplicationDetailedDescription(DeleteDisApplicationDetailedDescriptionRequest request)
Deletes detailed description of an Application.DeleteDisApplicationDetailedDescriptionResponse
DataIntegrationClient. deleteDisApplicationDetailedDescription(DeleteDisApplicationDetailedDescriptionRequest request)
Methods in com.oracle.bmc.dataintegration that return types with arguments of type DeleteDisApplicationDetailedDescriptionResponse Modifier and Type Method Description Future<DeleteDisApplicationDetailedDescriptionResponse>
DataIntegrationAsync. deleteDisApplicationDetailedDescription(DeleteDisApplicationDetailedDescriptionRequest request, AsyncHandler<DeleteDisApplicationDetailedDescriptionRequest,DeleteDisApplicationDetailedDescriptionResponse> handler)
Deletes detailed description of an Application.Future<DeleteDisApplicationDetailedDescriptionResponse>
DataIntegrationAsyncClient. deleteDisApplicationDetailedDescription(DeleteDisApplicationDetailedDescriptionRequest request, AsyncHandler<DeleteDisApplicationDetailedDescriptionRequest,DeleteDisApplicationDetailedDescriptionResponse> handler)
Method parameters in com.oracle.bmc.dataintegration with type arguments of type DeleteDisApplicationDetailedDescriptionResponse Modifier and Type Method Description Future<DeleteDisApplicationDetailedDescriptionResponse>
DataIntegrationAsync. deleteDisApplicationDetailedDescription(DeleteDisApplicationDetailedDescriptionRequest request, AsyncHandler<DeleteDisApplicationDetailedDescriptionRequest,DeleteDisApplicationDetailedDescriptionResponse> handler)
Deletes detailed description of an Application.Future<DeleteDisApplicationDetailedDescriptionResponse>
DataIntegrationAsyncClient. deleteDisApplicationDetailedDescription(DeleteDisApplicationDetailedDescriptionRequest request, AsyncHandler<DeleteDisApplicationDetailedDescriptionRequest,DeleteDisApplicationDetailedDescriptionResponse> handler)
-
Uses of DeleteDisApplicationDetailedDescriptionResponse in com.oracle.bmc.dataintegration.responses
Methods in com.oracle.bmc.dataintegration.responses that return DeleteDisApplicationDetailedDescriptionResponse Modifier and Type Method Description DeleteDisApplicationDetailedDescriptionResponse
DeleteDisApplicationDetailedDescriptionResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.dataintegration.responses with parameters of type DeleteDisApplicationDetailedDescriptionResponse Modifier and Type Method Description DeleteDisApplicationDetailedDescriptionResponse.Builder
DeleteDisApplicationDetailedDescriptionResponse.Builder. copy(DeleteDisApplicationDetailedDescriptionResponse o)
Copy method to populate the builder with values from the given instance.
-