Uses of Class
com.oracle.bmc.mysql.model.ReplicaSummary
-
Packages that use ReplicaSummary Package Description com.oracle.bmc.mysql com.oracle.bmc.mysql.model com.oracle.bmc.mysql.responses -
-
Uses of ReplicaSummary in com.oracle.bmc.mysql
Methods in com.oracle.bmc.mysql that return types with arguments of type ReplicaSummary Modifier and Type Method Description Iterable<ReplicaSummary>
ReplicasPaginators. listReplicasRecordIterator(ListReplicasRequest request)
Creates a new iterable which will iterate over theReplicaSummary
objects contained in responses from the listReplicas operation. -
Uses of ReplicaSummary in com.oracle.bmc.mysql.model
Methods in com.oracle.bmc.mysql.model that return ReplicaSummary Modifier and Type Method Description ReplicaSummary
ReplicaSummary.Builder. build()
Methods in com.oracle.bmc.mysql.model with parameters of type ReplicaSummary Modifier and Type Method Description ReplicaSummary.Builder
ReplicaSummary.Builder. copy(ReplicaSummary model)
-
Uses of ReplicaSummary in com.oracle.bmc.mysql.responses
Methods in com.oracle.bmc.mysql.responses that return types with arguments of type ReplicaSummary Modifier and Type Method Description List<ReplicaSummary>
ListReplicasResponse. getItems()
A list of com.oracle.bmc.mysql.model.ReplicaSummary instances.Method parameters in com.oracle.bmc.mysql.responses with type arguments of type ReplicaSummary Modifier and Type Method Description ListReplicasResponse.Builder
ListReplicasResponse.Builder. items(List<ReplicaSummary> items)
A list of com.oracle.bmc.mysql.model.ReplicaSummary instances.
-