Uses of Class
com.oracle.bmc.generativeaiagent.responses.ListAgentEndpointsResponse
-
Packages that use ListAgentEndpointsResponse Package Description com.oracle.bmc.generativeaiagent com.oracle.bmc.generativeaiagent.responses -
-
Uses of ListAgentEndpointsResponse in com.oracle.bmc.generativeaiagent
Methods in com.oracle.bmc.generativeaiagent that return ListAgentEndpointsResponse Modifier and Type Method Description ListAgentEndpointsResponseGenerativeAiAgent. listAgentEndpoints(ListAgentEndpointsRequest request)Gets a list of endpoints.ListAgentEndpointsResponseGenerativeAiAgentClient. listAgentEndpoints(ListAgentEndpointsRequest request)Methods in com.oracle.bmc.generativeaiagent that return types with arguments of type ListAgentEndpointsResponse Modifier and Type Method Description Future<ListAgentEndpointsResponse>GenerativeAiAgentAsync. listAgentEndpoints(ListAgentEndpointsRequest request, AsyncHandler<ListAgentEndpointsRequest,ListAgentEndpointsResponse> handler)Gets a list of endpoints.Future<ListAgentEndpointsResponse>GenerativeAiAgentAsyncClient. listAgentEndpoints(ListAgentEndpointsRequest request, AsyncHandler<ListAgentEndpointsRequest,ListAgentEndpointsResponse> handler)Iterable<ListAgentEndpointsResponse>GenerativeAiAgentPaginators. listAgentEndpointsResponseIterator(ListAgentEndpointsRequest request)Creates a new iterable which will iterate over the responses received from the listAgentEndpoints operation.Method parameters in com.oracle.bmc.generativeaiagent with type arguments of type ListAgentEndpointsResponse Modifier and Type Method Description Future<ListAgentEndpointsResponse>GenerativeAiAgentAsync. listAgentEndpoints(ListAgentEndpointsRequest request, AsyncHandler<ListAgentEndpointsRequest,ListAgentEndpointsResponse> handler)Gets a list of endpoints.Future<ListAgentEndpointsResponse>GenerativeAiAgentAsyncClient. listAgentEndpoints(ListAgentEndpointsRequest request, AsyncHandler<ListAgentEndpointsRequest,ListAgentEndpointsResponse> handler) -
Uses of ListAgentEndpointsResponse in com.oracle.bmc.generativeaiagent.responses
Methods in com.oracle.bmc.generativeaiagent.responses that return ListAgentEndpointsResponse Modifier and Type Method Description ListAgentEndpointsResponseListAgentEndpointsResponse.Builder. build()Build the response object.Methods in com.oracle.bmc.generativeaiagent.responses with parameters of type ListAgentEndpointsResponse Modifier and Type Method Description ListAgentEndpointsResponse.BuilderListAgentEndpointsResponse.Builder. copy(ListAgentEndpointsResponse o)Copy method to populate the builder with values from the given instance.
-