Uses of Class
com.oracle.bmc.filestorage.requests.EstimateReplicationRequest
- 
Packages that use EstimateReplicationRequest Package Description com.oracle.bmc.filestorage com.oracle.bmc.filestorage.requests 
- 
- 
Uses of EstimateReplicationRequest in com.oracle.bmc.filestorageMethods in com.oracle.bmc.filestorage with parameters of type EstimateReplicationRequest Modifier and Type Method Description EstimateReplicationResponseFileStorage. estimateReplication(EstimateReplicationRequest request)Provides estimates for replication created using specific file system.Future<EstimateReplicationResponse>FileStorageAsync. estimateReplication(EstimateReplicationRequest request, AsyncHandler<EstimateReplicationRequest,EstimateReplicationResponse> handler)Provides estimates for replication created using specific file system.Future<EstimateReplicationResponse>FileStorageAsyncClient. estimateReplication(EstimateReplicationRequest request, AsyncHandler<EstimateReplicationRequest,EstimateReplicationResponse> handler)EstimateReplicationResponseFileStorageClient. estimateReplication(EstimateReplicationRequest request)Method parameters in com.oracle.bmc.filestorage with type arguments of type EstimateReplicationRequest Modifier and Type Method Description Future<EstimateReplicationResponse>FileStorageAsync. estimateReplication(EstimateReplicationRequest request, AsyncHandler<EstimateReplicationRequest,EstimateReplicationResponse> handler)Provides estimates for replication created using specific file system.Future<EstimateReplicationResponse>FileStorageAsyncClient. estimateReplication(EstimateReplicationRequest request, AsyncHandler<EstimateReplicationRequest,EstimateReplicationResponse> handler)
- 
Uses of EstimateReplicationRequest in com.oracle.bmc.filestorage.requestsMethods in com.oracle.bmc.filestorage.requests that return EstimateReplicationRequest Modifier and Type Method Description EstimateReplicationRequestEstimateReplicationRequest.Builder. build()Build the instance of EstimateReplicationRequest as configured by this builderEstimateReplicationRequestEstimateReplicationRequest.Builder. buildWithoutInvocationCallback()Build the instance of EstimateReplicationRequest as configured by this builderMethods in com.oracle.bmc.filestorage.requests with parameters of type EstimateReplicationRequest Modifier and Type Method Description EstimateReplicationRequest.BuilderEstimateReplicationRequest.Builder. copy(EstimateReplicationRequest o)Copy method to populate the builder with values from the given instance.
 
-