Uses of Class
com.oracle.bmc.filestorage.responses.EstimateReplicationResponse
-
Packages that use EstimateReplicationResponse Package Description com.oracle.bmc.filestorage com.oracle.bmc.filestorage.responses -
-
Uses of EstimateReplicationResponse in com.oracle.bmc.filestorage
Methods in com.oracle.bmc.filestorage that return EstimateReplicationResponse Modifier and Type Method Description EstimateReplicationResponse
FileStorage. estimateReplication(EstimateReplicationRequest request)
Provides estimates for replication created using specific file system.EstimateReplicationResponse
FileStorageClient. estimateReplication(EstimateReplicationRequest request)
Methods in com.oracle.bmc.filestorage that return types with arguments of type EstimateReplicationResponse 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)
Method parameters in com.oracle.bmc.filestorage with type arguments of type EstimateReplicationResponse 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 EstimateReplicationResponse in com.oracle.bmc.filestorage.responses
Methods in com.oracle.bmc.filestorage.responses that return EstimateReplicationResponse Modifier and Type Method Description EstimateReplicationResponse
EstimateReplicationResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.filestorage.responses with parameters of type EstimateReplicationResponse Modifier and Type Method Description EstimateReplicationResponse.Builder
EstimateReplicationResponse.Builder. copy(EstimateReplicationResponse o)
Copy method to populate the builder with values from the given instance.
-