Uses of Class
com.oracle.bmc.adm.responses.CreateKnowledgeBaseResponse
-
Packages that use CreateKnowledgeBaseResponse Package Description com.oracle.bmc.adm com.oracle.bmc.adm.responses -
-
Uses of CreateKnowledgeBaseResponse in com.oracle.bmc.adm
Methods in com.oracle.bmc.adm that return CreateKnowledgeBaseResponse Modifier and Type Method Description CreateKnowledgeBaseResponse
ApplicationDependencyManagement. createKnowledgeBase(CreateKnowledgeBaseRequest request)
Creates a new Knowledge Base.CreateKnowledgeBaseResponse
ApplicationDependencyManagementClient. createKnowledgeBase(CreateKnowledgeBaseRequest request)
Methods in com.oracle.bmc.adm that return types with arguments of type CreateKnowledgeBaseResponse Modifier and Type Method Description Future<CreateKnowledgeBaseResponse>
ApplicationDependencyManagementAsync. createKnowledgeBase(CreateKnowledgeBaseRequest request, AsyncHandler<CreateKnowledgeBaseRequest,CreateKnowledgeBaseResponse> handler)
Creates a new Knowledge Base.Future<CreateKnowledgeBaseResponse>
ApplicationDependencyManagementAsyncClient. createKnowledgeBase(CreateKnowledgeBaseRequest request, AsyncHandler<CreateKnowledgeBaseRequest,CreateKnowledgeBaseResponse> handler)
Method parameters in com.oracle.bmc.adm with type arguments of type CreateKnowledgeBaseResponse Modifier and Type Method Description Future<CreateKnowledgeBaseResponse>
ApplicationDependencyManagementAsync. createKnowledgeBase(CreateKnowledgeBaseRequest request, AsyncHandler<CreateKnowledgeBaseRequest,CreateKnowledgeBaseResponse> handler)
Creates a new Knowledge Base.Future<CreateKnowledgeBaseResponse>
ApplicationDependencyManagementAsyncClient. createKnowledgeBase(CreateKnowledgeBaseRequest request, AsyncHandler<CreateKnowledgeBaseRequest,CreateKnowledgeBaseResponse> handler)
-
Uses of CreateKnowledgeBaseResponse in com.oracle.bmc.adm.responses
Methods in com.oracle.bmc.adm.responses that return CreateKnowledgeBaseResponse Modifier and Type Method Description CreateKnowledgeBaseResponse
CreateKnowledgeBaseResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.adm.responses with parameters of type CreateKnowledgeBaseResponse Modifier and Type Method Description CreateKnowledgeBaseResponse.Builder
CreateKnowledgeBaseResponse.Builder. copy(CreateKnowledgeBaseResponse o)
Copy method to populate the builder with values from the given instance.
-