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