Uses of Class
com.oracle.bmc.generativeaiagent.requests.ListAgentsRequest
-
Packages that use ListAgentsRequest Package Description com.oracle.bmc.generativeaiagent com.oracle.bmc.generativeaiagent.requests -
-
Uses of ListAgentsRequest in com.oracle.bmc.generativeaiagent
Methods in com.oracle.bmc.generativeaiagent with parameters of type ListAgentsRequest Modifier and Type Method Description ListAgentsResponseGenerativeAiAgent. listAgents(ListAgentsRequest request)Gets a list of agents.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)ListAgentsResponseGenerativeAiAgentClient. listAgents(ListAgentsRequest request)Iterable<AgentSummary>GenerativeAiAgentPaginators. listAgentsRecordIterator(ListAgentsRequest request)Creates a new iterable which will iterate over theAgentSummaryobjects contained in responses from the listAgents operation.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 ListAgentsRequest 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 ListAgentsRequest in com.oracle.bmc.generativeaiagent.requests
Methods in com.oracle.bmc.generativeaiagent.requests that return ListAgentsRequest Modifier and Type Method Description ListAgentsRequestListAgentsRequest.Builder. build()Build the instance of ListAgentsRequest as configured by this builderListAgentsRequestListAgentsRequest.Builder. buildWithoutInvocationCallback()Build the instance of ListAgentsRequest as configured by this builderMethods in com.oracle.bmc.generativeaiagent.requests with parameters of type ListAgentsRequest Modifier and Type Method Description ListAgentsRequest.BuilderListAgentsRequest.Builder. copy(ListAgentsRequest o)Copy method to populate the builder with values from the given instance.
-