Uses of Class
com.oracle.bmc.oda.model.OdaPrivateEndpointScanProxySummary
-
Packages that use OdaPrivateEndpointScanProxySummary Package Description com.oracle.bmc.oda com.oracle.bmc.oda.model -
-
Uses of OdaPrivateEndpointScanProxySummary in com.oracle.bmc.oda
Methods in com.oracle.bmc.oda that return types with arguments of type OdaPrivateEndpointScanProxySummary Modifier and Type Method Description Iterable<OdaPrivateEndpointScanProxySummary>
ManagementPaginators. listOdaPrivateEndpointScanProxiesRecordIterator(ListOdaPrivateEndpointScanProxiesRequest request)
Creates a new iterable which will iterate over theOdaPrivateEndpointScanProxySummary
objects contained in responses from the listOdaPrivateEndpointScanProxies operation. -
Uses of OdaPrivateEndpointScanProxySummary in com.oracle.bmc.oda.model
Methods in com.oracle.bmc.oda.model that return OdaPrivateEndpointScanProxySummary Modifier and Type Method Description OdaPrivateEndpointScanProxySummary
OdaPrivateEndpointScanProxySummary.Builder. build()
Methods in com.oracle.bmc.oda.model that return types with arguments of type OdaPrivateEndpointScanProxySummary Modifier and Type Method Description List<OdaPrivateEndpointScanProxySummary>
OdaPrivateEndpointScanProxyCollection. getItems()
The ODA Private Endpoint Scan Proxy summaries.Methods in com.oracle.bmc.oda.model with parameters of type OdaPrivateEndpointScanProxySummary Modifier and Type Method Description OdaPrivateEndpointScanProxySummary.Builder
OdaPrivateEndpointScanProxySummary.Builder. copy(OdaPrivateEndpointScanProxySummary model)
Method parameters in com.oracle.bmc.oda.model with type arguments of type OdaPrivateEndpointScanProxySummary Modifier and Type Method Description OdaPrivateEndpointScanProxyCollection.Builder
OdaPrivateEndpointScanProxyCollection.Builder. items(List<OdaPrivateEndpointScanProxySummary> items)
The ODA Private Endpoint Scan Proxy summaries.Constructor parameters in com.oracle.bmc.oda.model with type arguments of type OdaPrivateEndpointScanProxySummary Constructor Description OdaPrivateEndpointScanProxyCollection(List<OdaPrivateEndpointScanProxySummary> items)
Deprecated.
-