Uses of Class
com.oracle.bmc.psql.model.DbInstanceEndpoint
-
Packages that use DbInstanceEndpoint Package Description com.oracle.bmc.psql.model -
-
Uses of DbInstanceEndpoint in com.oracle.bmc.psql.model
Methods in com.oracle.bmc.psql.model that return DbInstanceEndpoint Modifier and Type Method Description DbInstanceEndpoint
DbInstanceEndpoint.Builder. build()
Methods in com.oracle.bmc.psql.model that return types with arguments of type DbInstanceEndpoint Modifier and Type Method Description List<DbInstanceEndpoint>
ConnectionDetails. getInstanceEndpoints()
The list of database instance node endpoints in the database system.Methods in com.oracle.bmc.psql.model with parameters of type DbInstanceEndpoint Modifier and Type Method Description DbInstanceEndpoint.Builder
DbInstanceEndpoint.Builder. copy(DbInstanceEndpoint model)
Method parameters in com.oracle.bmc.psql.model with type arguments of type DbInstanceEndpoint Modifier and Type Method Description ConnectionDetails.Builder
ConnectionDetails.Builder. instanceEndpoints(List<DbInstanceEndpoint> instanceEndpoints)
The list of database instance node endpoints in the database system.Constructor parameters in com.oracle.bmc.psql.model with type arguments of type DbInstanceEndpoint Constructor Description ConnectionDetails(String caCertificate, Endpoint primaryDbEndpoint, List<DbInstanceEndpoint> instanceEndpoints, Endpoint readerEndpoint)
Deprecated.
-