Uses of Class
com.oracle.bmc.ailanguage.model.EndpointSummary
-
Packages that use EndpointSummary Package Description com.oracle.bmc.ailanguage com.oracle.bmc.ailanguage.model -
-
Uses of EndpointSummary in com.oracle.bmc.ailanguage
Methods in com.oracle.bmc.ailanguage that return types with arguments of type EndpointSummary Modifier and Type Method Description Iterable<EndpointSummary>
AIServiceLanguagePaginators. listEndpointsRecordIterator(ListEndpointsRequest request)
Creates a new iterable which will iterate over theEndpointSummary
objects contained in responses from the listEndpoints operation. -
Uses of EndpointSummary in com.oracle.bmc.ailanguage.model
Methods in com.oracle.bmc.ailanguage.model that return EndpointSummary Modifier and Type Method Description EndpointSummary
EndpointSummary.Builder. build()
Methods in com.oracle.bmc.ailanguage.model that return types with arguments of type EndpointSummary Modifier and Type Method Description List<EndpointSummary>
EndpointCollection. getItems()
List of endpointsMethods in com.oracle.bmc.ailanguage.model with parameters of type EndpointSummary Modifier and Type Method Description EndpointSummary.Builder
EndpointSummary.Builder. copy(EndpointSummary model)
Method parameters in com.oracle.bmc.ailanguage.model with type arguments of type EndpointSummary Modifier and Type Method Description EndpointCollection.Builder
EndpointCollection.Builder. items(List<EndpointSummary> items)
List of endpointsConstructor parameters in com.oracle.bmc.ailanguage.model with type arguments of type EndpointSummary Constructor Description EndpointCollection(List<EndpointSummary> items)
Deprecated.
-