Uses of Class
com.oracle.bmc.adm.requests.UpdateKnowledgeBaseRequest
-
Packages that use UpdateKnowledgeBaseRequest Package Description com.oracle.bmc.adm com.oracle.bmc.adm.requests -
-
Uses of UpdateKnowledgeBaseRequest in com.oracle.bmc.adm
Methods in com.oracle.bmc.adm with parameters of type UpdateKnowledgeBaseRequest Modifier and Type Method Description UpdateKnowledgeBaseResponse
ApplicationDependencyManagement. updateKnowledgeBase(UpdateKnowledgeBaseRequest request)
Updates one or more attributes of the specified Knowledge Base.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)
UpdateKnowledgeBaseResponse
ApplicationDependencyManagementClient. updateKnowledgeBase(UpdateKnowledgeBaseRequest request)
Method parameters in com.oracle.bmc.adm with type arguments of type UpdateKnowledgeBaseRequest 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 UpdateKnowledgeBaseRequest in com.oracle.bmc.adm.requests
Methods in com.oracle.bmc.adm.requests that return UpdateKnowledgeBaseRequest Modifier and Type Method Description UpdateKnowledgeBaseRequest
UpdateKnowledgeBaseRequest.Builder. build()
Build the instance of UpdateKnowledgeBaseRequest as configured by this builderUpdateKnowledgeBaseRequest
UpdateKnowledgeBaseRequest.Builder. buildWithoutInvocationCallback()
Build the instance of UpdateKnowledgeBaseRequest as configured by this builderMethods in com.oracle.bmc.adm.requests with parameters of type UpdateKnowledgeBaseRequest Modifier and Type Method Description UpdateKnowledgeBaseRequest.Builder
UpdateKnowledgeBaseRequest.Builder. copy(UpdateKnowledgeBaseRequest o)
Copy method to populate the builder with values from the given instance.
-