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