Uses of Class
com.oracle.bmc.generativeai.responses.ListEndpointsResponse
- 
Packages that use ListEndpointsResponse Package Description com.oracle.bmc.generativeai com.oracle.bmc.generativeai.responses 
- 
- 
Uses of ListEndpointsResponse in com.oracle.bmc.generativeaiMethods in com.oracle.bmc.generativeai that return ListEndpointsResponse Modifier and Type Method Description ListEndpointsResponseGenerativeAi. listEndpoints(ListEndpointsRequest request)Lists the endpoints of a specific compartment.ListEndpointsResponseGenerativeAiClient. listEndpoints(ListEndpointsRequest request)Methods in com.oracle.bmc.generativeai that return types with arguments of type ListEndpointsResponse Modifier and Type Method Description Future<ListEndpointsResponse>GenerativeAiAsync. listEndpoints(ListEndpointsRequest request, AsyncHandler<ListEndpointsRequest,ListEndpointsResponse> handler)Lists the endpoints of a specific compartment.Future<ListEndpointsResponse>GenerativeAiAsyncClient. listEndpoints(ListEndpointsRequest request, AsyncHandler<ListEndpointsRequest,ListEndpointsResponse> handler)Iterable<ListEndpointsResponse>GenerativeAiPaginators. listEndpointsResponseIterator(ListEndpointsRequest request)Creates a new iterable which will iterate over the responses received from the listEndpoints operation.Method parameters in com.oracle.bmc.generativeai with type arguments of type ListEndpointsResponse Modifier and Type Method Description Future<ListEndpointsResponse>GenerativeAiAsync. listEndpoints(ListEndpointsRequest request, AsyncHandler<ListEndpointsRequest,ListEndpointsResponse> handler)Lists the endpoints of a specific compartment.Future<ListEndpointsResponse>GenerativeAiAsyncClient. listEndpoints(ListEndpointsRequest request, AsyncHandler<ListEndpointsRequest,ListEndpointsResponse> handler)
- 
Uses of ListEndpointsResponse in com.oracle.bmc.generativeai.responsesMethods in com.oracle.bmc.generativeai.responses that return ListEndpointsResponse Modifier and Type Method Description ListEndpointsResponseListEndpointsResponse.Builder. build()Build the response object.Methods in com.oracle.bmc.generativeai.responses with parameters of type ListEndpointsResponse Modifier and Type Method Description ListEndpointsResponse.BuilderListEndpointsResponse.Builder. copy(ListEndpointsResponse o)Copy method to populate the builder with values from the given instance.
 
-