Uses of Class
com.oracle.bmc.psql.model.DbSystemReplicaSummary
-
Packages that use DbSystemReplicaSummary Package Description com.oracle.bmc.psql com.oracle.bmc.psql.model -
-
Uses of DbSystemReplicaSummary in com.oracle.bmc.psql
Methods in com.oracle.bmc.psql that return types with arguments of type DbSystemReplicaSummary Modifier and Type Method Description Iterable<DbSystemReplicaSummary>PostgresqlPaginators. listDbSystemReplicasRecordIterator(ListDbSystemReplicasRequest request)Creates a new iterable which will iterate over theDbSystemReplicaSummaryobjects contained in responses from the listDbSystemReplicas operation. -
Uses of DbSystemReplicaSummary in com.oracle.bmc.psql.model
Methods in com.oracle.bmc.psql.model that return DbSystemReplicaSummary Modifier and Type Method Description DbSystemReplicaSummaryDbSystemReplicaSummary.Builder. build()Methods in com.oracle.bmc.psql.model that return types with arguments of type DbSystemReplicaSummary Modifier and Type Method Description List<DbSystemReplicaSummary>DbSystemReplicaCollection. getItems()List of replica database systems.Methods in com.oracle.bmc.psql.model with parameters of type DbSystemReplicaSummary Modifier and Type Method Description DbSystemReplicaSummary.BuilderDbSystemReplicaSummary.Builder. copy(DbSystemReplicaSummary model)Method parameters in com.oracle.bmc.psql.model with type arguments of type DbSystemReplicaSummary Modifier and Type Method Description DbSystemReplicaCollection.BuilderDbSystemReplicaCollection.Builder. items(List<DbSystemReplicaSummary> items)List of replica database systems.Constructor parameters in com.oracle.bmc.psql.model with type arguments of type DbSystemReplicaSummary Constructor Description DbSystemReplicaCollection(List<DbSystemReplicaSummary> items)Deprecated.
-