Uses of Class
com.oracle.bmc.distributeddatabase.model.DistributedDatabaseAssociatedWithPrivateEndpoint
-
Packages that use DistributedDatabaseAssociatedWithPrivateEndpoint Package Description com.oracle.bmc.distributeddatabase.model -
-
Uses of DistributedDatabaseAssociatedWithPrivateEndpoint in com.oracle.bmc.distributeddatabase.model
Methods in com.oracle.bmc.distributeddatabase.model that return DistributedDatabaseAssociatedWithPrivateEndpoint Modifier and Type Method Description DistributedDatabaseAssociatedWithPrivateEndpoint
DistributedDatabaseAssociatedWithPrivateEndpoint.Builder. build()
Methods in com.oracle.bmc.distributeddatabase.model that return types with arguments of type DistributedDatabaseAssociatedWithPrivateEndpoint Modifier and Type Method Description List<DistributedDatabaseAssociatedWithPrivateEndpoint>
DistributedDatabasePrivateEndpoint. getGloballyDistributedDatabases()
The details of the non-deleted Globally distributed databases that consumes the given private endpoint.Methods in com.oracle.bmc.distributeddatabase.model with parameters of type DistributedDatabaseAssociatedWithPrivateEndpoint Modifier and Type Method Description DistributedDatabaseAssociatedWithPrivateEndpoint.Builder
DistributedDatabaseAssociatedWithPrivateEndpoint.Builder. copy(DistributedDatabaseAssociatedWithPrivateEndpoint model)
Method parameters in com.oracle.bmc.distributeddatabase.model with type arguments of type DistributedDatabaseAssociatedWithPrivateEndpoint Modifier and Type Method Description DistributedDatabasePrivateEndpoint.Builder
DistributedDatabasePrivateEndpoint.Builder. globallyDistributedDatabases(List<DistributedDatabaseAssociatedWithPrivateEndpoint> globallyDistributedDatabases)
The details of the non-deleted Globally distributed databases that consumes the given private endpoint.
-