Uses of Class
com.oracle.bmc.generativeaiagent.responses.GetDataSourceResponse
-
Packages that use GetDataSourceResponse Package Description com.oracle.bmc.generativeaiagent com.oracle.bmc.generativeaiagent.responses -
-
Uses of GetDataSourceResponse in com.oracle.bmc.generativeaiagent
Methods in com.oracle.bmc.generativeaiagent that return GetDataSourceResponse Modifier and Type Method Description GetDataSourceResponse
GenerativeAiAgent. getDataSource(GetDataSourceRequest request)
Gets information about a data source.GetDataSourceResponse
GenerativeAiAgentClient. getDataSource(GetDataSourceRequest request)
Method parameters in com.oracle.bmc.generativeaiagent with type arguments of type GetDataSourceResponse Modifier and Type Method Description Future<GetDataSourceResponse>
GenerativeAiAgentAsync. getDataSource(GetDataSourceRequest request, AsyncHandler<GetDataSourceRequest,GetDataSourceResponse> handler)
Gets information about a data source.Future<GetDataSourceResponse>
GenerativeAiAgentAsyncClient. getDataSource(GetDataSourceRequest request, AsyncHandler<GetDataSourceRequest,GetDataSourceResponse> handler)
-
Uses of GetDataSourceResponse in com.oracle.bmc.generativeaiagent.responses
Methods in com.oracle.bmc.generativeaiagent.responses that return GetDataSourceResponse Modifier and Type Method Description GetDataSourceResponse
GetDataSourceResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.generativeaiagent.responses with parameters of type GetDataSourceResponse Modifier and Type Method Description GetDataSourceResponse.Builder
GetDataSourceResponse.Builder. copy(GetDataSourceResponse o)
Copy method to populate the builder with values from the given instance.
-