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