Uses of Class
com.oracle.bmc.generativeaiagent.model.AgentEndpointSummary
-
Packages that use AgentEndpointSummary Package Description com.oracle.bmc.generativeaiagent com.oracle.bmc.generativeaiagent.model -
-
Uses of AgentEndpointSummary in com.oracle.bmc.generativeaiagent
Methods in com.oracle.bmc.generativeaiagent that return types with arguments of type AgentEndpointSummary Modifier and Type Method Description Iterable<AgentEndpointSummary>
GenerativeAiAgentPaginators. listAgentEndpointsRecordIterator(ListAgentEndpointsRequest request)
Creates a new iterable which will iterate over theAgentEndpointSummary
objects contained in responses from the listAgentEndpoints operation. -
Uses of AgentEndpointSummary in com.oracle.bmc.generativeaiagent.model
Methods in com.oracle.bmc.generativeaiagent.model that return AgentEndpointSummary Modifier and Type Method Description AgentEndpointSummary
AgentEndpointSummary.Builder. build()
Methods in com.oracle.bmc.generativeaiagent.model that return types with arguments of type AgentEndpointSummary Modifier and Type Method Description List<AgentEndpointSummary>
AgentEndpointCollection. getItems()
List of endpoints.Methods in com.oracle.bmc.generativeaiagent.model with parameters of type AgentEndpointSummary Modifier and Type Method Description AgentEndpointSummary.Builder
AgentEndpointSummary.Builder. copy(AgentEndpointSummary model)
Method parameters in com.oracle.bmc.generativeaiagent.model with type arguments of type AgentEndpointSummary Modifier and Type Method Description AgentEndpointCollection.Builder
AgentEndpointCollection.Builder. items(List<AgentEndpointSummary> items)
List of endpoints.Constructor parameters in com.oracle.bmc.generativeaiagent.model with type arguments of type AgentEndpointSummary Constructor Description AgentEndpointCollection(List<AgentEndpointSummary> items)
Deprecated.
-