Uses of Class
com.oracle.bmc.databasemanagement.model.ManagedMySqlDatabaseOutboundReplicationCollection.Builder
-
Packages that use ManagedMySqlDatabaseOutboundReplicationCollection.Builder Package Description com.oracle.bmc.databasemanagement.model -
-
Uses of ManagedMySqlDatabaseOutboundReplicationCollection.Builder in com.oracle.bmc.databasemanagement.model
Methods in com.oracle.bmc.databasemanagement.model that return ManagedMySqlDatabaseOutboundReplicationCollection.Builder Modifier and Type Method Description static ManagedMySqlDatabaseOutboundReplicationCollection.Builder
ManagedMySqlDatabaseOutboundReplicationCollection. builder()
Create a new builder.ManagedMySqlDatabaseOutboundReplicationCollection.Builder
ManagedMySqlDatabaseOutboundReplicationCollection.Builder. copy(ManagedMySqlDatabaseOutboundReplicationCollection model)
ManagedMySqlDatabaseOutboundReplicationCollection.Builder
ManagedMySqlDatabaseOutboundReplicationCollection.Builder. items(List<ManagedMySqlDatabaseOutboundReplicationSummary> items)
The list of ManagedMySqlDatabaseOutboundReplicationSummary records.ManagedMySqlDatabaseOutboundReplicationCollection.Builder
ManagedMySqlDatabaseOutboundReplicationCollection.Builder. outboundReplicationsCount(Integer outboundReplicationsCount)
The number of outbound replications from this server.ManagedMySqlDatabaseOutboundReplicationCollection.Builder
ManagedMySqlDatabaseOutboundReplicationCollection. toBuilder()
-