Uses of Class
com.oracle.bmc.distributeddatabase.model.DistributedDatabasePrivateEndpointSummary
- 
Packages that use DistributedDatabasePrivateEndpointSummary Package Description com.oracle.bmc.distributeddatabase com.oracle.bmc.distributeddatabase.model 
- 
- 
Uses of DistributedDatabasePrivateEndpointSummary in com.oracle.bmc.distributeddatabaseMethods in com.oracle.bmc.distributeddatabase that return types with arguments of type DistributedDatabasePrivateEndpointSummary Modifier and Type Method Description Iterable<DistributedDatabasePrivateEndpointSummary>DistributedDbPrivateEndpointServicePaginators. listDistributedDatabasePrivateEndpointsRecordIterator(ListDistributedDatabasePrivateEndpointsRequest request)Creates a new iterable which will iterate over theDistributedDatabasePrivateEndpointSummaryobjects contained in responses from the listDistributedDatabasePrivateEndpoints operation.
- 
Uses of DistributedDatabasePrivateEndpointSummary in com.oracle.bmc.distributeddatabase.modelMethods in com.oracle.bmc.distributeddatabase.model that return DistributedDatabasePrivateEndpointSummary Modifier and Type Method Description DistributedDatabasePrivateEndpointSummaryDistributedDatabasePrivateEndpointSummary.Builder. build()Methods in com.oracle.bmc.distributeddatabase.model that return types with arguments of type DistributedDatabasePrivateEndpointSummary Modifier and Type Method Description List<DistributedDatabasePrivateEndpointSummary>DistributedDatabasePrivateEndpointCollection. getItems()Array of private endpoint summaries.Methods in com.oracle.bmc.distributeddatabase.model with parameters of type DistributedDatabasePrivateEndpointSummary Modifier and Type Method Description DistributedDatabasePrivateEndpointSummary.BuilderDistributedDatabasePrivateEndpointSummary.Builder. copy(DistributedDatabasePrivateEndpointSummary model)Method parameters in com.oracle.bmc.distributeddatabase.model with type arguments of type DistributedDatabasePrivateEndpointSummary Modifier and Type Method Description DistributedDatabasePrivateEndpointCollection.BuilderDistributedDatabasePrivateEndpointCollection.Builder. items(List<DistributedDatabasePrivateEndpointSummary> items)Array of private endpoint summaries.Constructor parameters in com.oracle.bmc.distributeddatabase.model with type arguments of type DistributedDatabasePrivateEndpointSummary Constructor Description DistributedDatabasePrivateEndpointCollection(List<DistributedDatabasePrivateEndpointSummary> items)Deprecated.
 
-