Uses of Class
com.oracle.bmc.generativeaiagent.responses.ListDataSourcesResponse
-
Packages that use ListDataSourcesResponse Package Description com.oracle.bmc.generativeaiagent com.oracle.bmc.generativeaiagent.responses -
-
Uses of ListDataSourcesResponse in com.oracle.bmc.generativeaiagent
Methods in com.oracle.bmc.generativeaiagent that return ListDataSourcesResponse Modifier and Type Method Description ListDataSourcesResponseGenerativeAiAgent. listDataSources(ListDataSourcesRequest request)Gets a list of data sources.ListDataSourcesResponseGenerativeAiAgentClient. listDataSources(ListDataSourcesRequest request)Methods in com.oracle.bmc.generativeaiagent that return types with arguments of type ListDataSourcesResponse Modifier and Type Method Description Future<ListDataSourcesResponse>GenerativeAiAgentAsync. listDataSources(ListDataSourcesRequest request, AsyncHandler<ListDataSourcesRequest,ListDataSourcesResponse> handler)Gets a list of data sources.Future<ListDataSourcesResponse>GenerativeAiAgentAsyncClient. listDataSources(ListDataSourcesRequest request, AsyncHandler<ListDataSourcesRequest,ListDataSourcesResponse> handler)Iterable<ListDataSourcesResponse>GenerativeAiAgentPaginators. listDataSourcesResponseIterator(ListDataSourcesRequest request)Creates a new iterable which will iterate over the responses received from the listDataSources operation.Method parameters in com.oracle.bmc.generativeaiagent with type arguments of type ListDataSourcesResponse Modifier and Type Method Description Future<ListDataSourcesResponse>GenerativeAiAgentAsync. listDataSources(ListDataSourcesRequest request, AsyncHandler<ListDataSourcesRequest,ListDataSourcesResponse> handler)Gets a list of data sources.Future<ListDataSourcesResponse>GenerativeAiAgentAsyncClient. listDataSources(ListDataSourcesRequest request, AsyncHandler<ListDataSourcesRequest,ListDataSourcesResponse> handler) -
Uses of ListDataSourcesResponse in com.oracle.bmc.generativeaiagent.responses
Methods in com.oracle.bmc.generativeaiagent.responses that return ListDataSourcesResponse Modifier and Type Method Description ListDataSourcesResponseListDataSourcesResponse.Builder. build()Build the response object.Methods in com.oracle.bmc.generativeaiagent.responses with parameters of type ListDataSourcesResponse Modifier and Type Method Description ListDataSourcesResponse.BuilderListDataSourcesResponse.Builder. copy(ListDataSourcesResponse o)Copy method to populate the builder with values from the given instance.
-