Uses of Class
com.oracle.bmc.aianomalydetection.model.AiPrivateEndpointSummary
-
Packages that use AiPrivateEndpointSummary Package Description com.oracle.bmc.aianomalydetection com.oracle.bmc.aianomalydetection.model -
-
Uses of AiPrivateEndpointSummary in com.oracle.bmc.aianomalydetection
Methods in com.oracle.bmc.aianomalydetection that return types with arguments of type AiPrivateEndpointSummary Modifier and Type Method Description Iterable<AiPrivateEndpointSummary>
AnomalyDetectionPaginators. listAiPrivateEndpointsRecordIterator(ListAiPrivateEndpointsRequest request)
Creates a new iterable which will iterate over theAiPrivateEndpointSummary
objects contained in responses from the listAiPrivateEndpoints operation. -
Uses of AiPrivateEndpointSummary in com.oracle.bmc.aianomalydetection.model
Methods in com.oracle.bmc.aianomalydetection.model that return AiPrivateEndpointSummary Modifier and Type Method Description AiPrivateEndpointSummary
AiPrivateEndpointSummary.Builder. build()
Methods in com.oracle.bmc.aianomalydetection.model that return types with arguments of type AiPrivateEndpointSummary Modifier and Type Method Description List<AiPrivateEndpointSummary>
AiPrivateEndpointCollection. getItems()
List of AI Service PrivateEndpoint.Methods in com.oracle.bmc.aianomalydetection.model with parameters of type AiPrivateEndpointSummary Modifier and Type Method Description AiPrivateEndpointSummary.Builder
AiPrivateEndpointSummary.Builder. copy(AiPrivateEndpointSummary model)
Method parameters in com.oracle.bmc.aianomalydetection.model with type arguments of type AiPrivateEndpointSummary Modifier and Type Method Description AiPrivateEndpointCollection.Builder
AiPrivateEndpointCollection.Builder. items(List<AiPrivateEndpointSummary> items)
List of AI Service PrivateEndpoint.Constructor parameters in com.oracle.bmc.aianomalydetection.model with type arguments of type AiPrivateEndpointSummary Constructor Description AiPrivateEndpointCollection(List<AiPrivateEndpointSummary> items)
Deprecated.
-