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