Uses of Class
com.oracle.bmc.adm.responses.ListKnowledgeBasesResponse
-
Packages that use ListKnowledgeBasesResponse Package Description com.oracle.bmc.adm com.oracle.bmc.adm.responses -
-
Uses of ListKnowledgeBasesResponse in com.oracle.bmc.adm
Methods in com.oracle.bmc.adm that return ListKnowledgeBasesResponse Modifier and Type Method Description ListKnowledgeBasesResponseApplicationDependencyManagement. listKnowledgeBases(ListKnowledgeBasesRequest request)Returns a list of KnowledgeBases based on the specified query parameters.ListKnowledgeBasesResponseApplicationDependencyManagementClient. listKnowledgeBases(ListKnowledgeBasesRequest request)Methods in com.oracle.bmc.adm that return types with arguments of type ListKnowledgeBasesResponse Modifier and Type Method Description Future<ListKnowledgeBasesResponse>ApplicationDependencyManagementAsync. listKnowledgeBases(ListKnowledgeBasesRequest request, AsyncHandler<ListKnowledgeBasesRequest,ListKnowledgeBasesResponse> handler)Returns a list of KnowledgeBases based on the specified query parameters.Future<ListKnowledgeBasesResponse>ApplicationDependencyManagementAsyncClient. listKnowledgeBases(ListKnowledgeBasesRequest request, AsyncHandler<ListKnowledgeBasesRequest,ListKnowledgeBasesResponse> handler)Iterable<ListKnowledgeBasesResponse>ApplicationDependencyManagementPaginators. listKnowledgeBasesResponseIterator(ListKnowledgeBasesRequest request)Creates a new iterable which will iterate over the responses received from the listKnowledgeBases operation.Method parameters in com.oracle.bmc.adm with type arguments of type ListKnowledgeBasesResponse Modifier and Type Method Description Future<ListKnowledgeBasesResponse>ApplicationDependencyManagementAsync. listKnowledgeBases(ListKnowledgeBasesRequest request, AsyncHandler<ListKnowledgeBasesRequest,ListKnowledgeBasesResponse> handler)Returns a list of KnowledgeBases based on the specified query parameters.Future<ListKnowledgeBasesResponse>ApplicationDependencyManagementAsyncClient. listKnowledgeBases(ListKnowledgeBasesRequest request, AsyncHandler<ListKnowledgeBasesRequest,ListKnowledgeBasesResponse> handler) -
Uses of ListKnowledgeBasesResponse in com.oracle.bmc.adm.responses
Methods in com.oracle.bmc.adm.responses that return ListKnowledgeBasesResponse Modifier and Type Method Description ListKnowledgeBasesResponseListKnowledgeBasesResponse.Builder. build()Build the response object.Methods in com.oracle.bmc.adm.responses with parameters of type ListKnowledgeBasesResponse Modifier and Type Method Description ListKnowledgeBasesResponse.BuilderListKnowledgeBasesResponse.Builder. copy(ListKnowledgeBasesResponse o)Copy method to populate the builder with values from the given instance.
-