Uses of Class
com.oracle.bmc.filestorage.model.ReplicationEstimate
-
Packages that use ReplicationEstimate Package Description com.oracle.bmc.filestorage.model com.oracle.bmc.filestorage.responses -
-
Uses of ReplicationEstimate in com.oracle.bmc.filestorage.model
Methods in com.oracle.bmc.filestorage.model that return ReplicationEstimate Modifier and Type Method Description ReplicationEstimate
ReplicationEstimate.Builder. build()
Methods in com.oracle.bmc.filestorage.model with parameters of type ReplicationEstimate Modifier and Type Method Description ReplicationEstimate.Builder
ReplicationEstimate.Builder. copy(ReplicationEstimate model)
-
Uses of ReplicationEstimate in com.oracle.bmc.filestorage.responses
Methods in com.oracle.bmc.filestorage.responses that return ReplicationEstimate Modifier and Type Method Description ReplicationEstimate
EstimateReplicationResponse. getReplicationEstimate()
The returned ReplicationEstimate instance.Methods in com.oracle.bmc.filestorage.responses with parameters of type ReplicationEstimate Modifier and Type Method Description EstimateReplicationResponse.Builder
EstimateReplicationResponse.Builder. replicationEstimate(ReplicationEstimate replicationEstimate)
The returned ReplicationEstimate instance.
-