Uses of Class
com.oracle.bmc.generativeaiagent.responses.ListAgentsResponse
-
Packages that use ListAgentsResponse Package Description com.oracle.bmc.generativeaiagent com.oracle.bmc.generativeaiagent.responses -
-
Uses of ListAgentsResponse in com.oracle.bmc.generativeaiagent
Methods in com.oracle.bmc.generativeaiagent that return ListAgentsResponse Modifier and Type Method Description ListAgentsResponseGenerativeAiAgent. listAgents(ListAgentsRequest request)Gets a list of agents.ListAgentsResponseGenerativeAiAgentClient. listAgents(ListAgentsRequest request)Methods in com.oracle.bmc.generativeaiagent that return types with arguments of type ListAgentsResponse Modifier and Type Method Description Future<ListAgentsResponse>GenerativeAiAgentAsync. listAgents(ListAgentsRequest request, AsyncHandler<ListAgentsRequest,ListAgentsResponse> handler)Gets a list of agents.Future<ListAgentsResponse>GenerativeAiAgentAsyncClient. listAgents(ListAgentsRequest request, AsyncHandler<ListAgentsRequest,ListAgentsResponse> handler)Iterable<ListAgentsResponse>GenerativeAiAgentPaginators. listAgentsResponseIterator(ListAgentsRequest request)Creates a new iterable which will iterate over the responses received from the listAgents operation.Method parameters in com.oracle.bmc.generativeaiagent with type arguments of type ListAgentsResponse Modifier and Type Method Description Future<ListAgentsResponse>GenerativeAiAgentAsync. listAgents(ListAgentsRequest request, AsyncHandler<ListAgentsRequest,ListAgentsResponse> handler)Gets a list of agents.Future<ListAgentsResponse>GenerativeAiAgentAsyncClient. listAgents(ListAgentsRequest request, AsyncHandler<ListAgentsRequest,ListAgentsResponse> handler) -
Uses of ListAgentsResponse in com.oracle.bmc.generativeaiagent.responses
Methods in com.oracle.bmc.generativeaiagent.responses that return ListAgentsResponse Modifier and Type Method Description ListAgentsResponseListAgentsResponse.Builder. build()Build the response object.Methods in com.oracle.bmc.generativeaiagent.responses with parameters of type ListAgentsResponse Modifier and Type Method Description ListAgentsResponse.BuilderListAgentsResponse.Builder. copy(ListAgentsResponse o)Copy method to populate the builder with values from the given instance.
-