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.distributeddatabase
Methods 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 theDistributedDatabasePrivateEndpointSummary
objects contained in responses from the listDistributedDatabasePrivateEndpoints operation. -
Uses of DistributedDatabasePrivateEndpointSummary in com.oracle.bmc.distributeddatabase.model
Methods in com.oracle.bmc.distributeddatabase.model that return DistributedDatabasePrivateEndpointSummary Modifier and Type Method Description DistributedDatabasePrivateEndpointSummary
DistributedDatabasePrivateEndpointSummary.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.Builder
DistributedDatabasePrivateEndpointSummary.Builder. copy(DistributedDatabasePrivateEndpointSummary model)
Method parameters in com.oracle.bmc.distributeddatabase.model with type arguments of type DistributedDatabasePrivateEndpointSummary Modifier and Type Method Description DistributedDatabasePrivateEndpointCollection.Builder
DistributedDatabasePrivateEndpointCollection.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.
-