Uses of Class
com.oracle.bmc.generativeai.model.EndpointCollection
-
Packages that use EndpointCollection Package Description com.oracle.bmc.generativeai.model com.oracle.bmc.generativeai.responses -
-
Uses of EndpointCollection in com.oracle.bmc.generativeai.model
Methods in com.oracle.bmc.generativeai.model that return EndpointCollection Modifier and Type Method Description EndpointCollection
EndpointCollection.Builder. build()
Methods in com.oracle.bmc.generativeai.model with parameters of type EndpointCollection Modifier and Type Method Description EndpointCollection.Builder
EndpointCollection.Builder. copy(EndpointCollection model)
-
Uses of EndpointCollection in com.oracle.bmc.generativeai.responses
Methods in com.oracle.bmc.generativeai.responses that return EndpointCollection Modifier and Type Method Description EndpointCollection
ListEndpointsResponse. getEndpointCollection()
The returned EndpointCollection instance.Methods in com.oracle.bmc.generativeai.responses with parameters of type EndpointCollection Modifier and Type Method Description ListEndpointsResponse.Builder
ListEndpointsResponse.Builder. endpointCollection(EndpointCollection endpointCollection)
The returned EndpointCollection instance.
-