Uses of Class
com.oracle.bmc.adm.responses.UpdateKnowledgeBaseResponse
-
Packages that use UpdateKnowledgeBaseResponse Package Description com.oracle.bmc.adm com.oracle.bmc.adm.responses -
-
Uses of UpdateKnowledgeBaseResponse in com.oracle.bmc.adm
Methods in com.oracle.bmc.adm that return UpdateKnowledgeBaseResponse Modifier and Type Method Description UpdateKnowledgeBaseResponse
ApplicationDependencyManagement. updateKnowledgeBase(UpdateKnowledgeBaseRequest request)
Updates one or more attributes of the specified Knowledge Base.UpdateKnowledgeBaseResponse
ApplicationDependencyManagementClient. updateKnowledgeBase(UpdateKnowledgeBaseRequest request)
Methods in com.oracle.bmc.adm that return types with arguments of type UpdateKnowledgeBaseResponse Modifier and Type Method Description Future<UpdateKnowledgeBaseResponse>
ApplicationDependencyManagementAsync. updateKnowledgeBase(UpdateKnowledgeBaseRequest request, AsyncHandler<UpdateKnowledgeBaseRequest,UpdateKnowledgeBaseResponse> handler)
Updates one or more attributes of the specified Knowledge Base.Future<UpdateKnowledgeBaseResponse>
ApplicationDependencyManagementAsyncClient. updateKnowledgeBase(UpdateKnowledgeBaseRequest request, AsyncHandler<UpdateKnowledgeBaseRequest,UpdateKnowledgeBaseResponse> handler)
Method parameters in com.oracle.bmc.adm with type arguments of type UpdateKnowledgeBaseResponse Modifier and Type Method Description Future<UpdateKnowledgeBaseResponse>
ApplicationDependencyManagementAsync. updateKnowledgeBase(UpdateKnowledgeBaseRequest request, AsyncHandler<UpdateKnowledgeBaseRequest,UpdateKnowledgeBaseResponse> handler)
Updates one or more attributes of the specified Knowledge Base.Future<UpdateKnowledgeBaseResponse>
ApplicationDependencyManagementAsyncClient. updateKnowledgeBase(UpdateKnowledgeBaseRequest request, AsyncHandler<UpdateKnowledgeBaseRequest,UpdateKnowledgeBaseResponse> handler)
-
Uses of UpdateKnowledgeBaseResponse in com.oracle.bmc.adm.responses
Methods in com.oracle.bmc.adm.responses that return UpdateKnowledgeBaseResponse Modifier and Type Method Description UpdateKnowledgeBaseResponse
UpdateKnowledgeBaseResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.adm.responses with parameters of type UpdateKnowledgeBaseResponse Modifier and Type Method Description UpdateKnowledgeBaseResponse.Builder
UpdateKnowledgeBaseResponse.Builder. copy(UpdateKnowledgeBaseResponse o)
Copy method to populate the builder with values from the given instance.
-