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.filestorage
Methods in com.oracle.bmc.filestorage with parameters of type EstimateReplicationRequest Modifier and Type Method Description EstimateReplicationResponse
FileStorage. 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)
EstimateReplicationResponse
FileStorageClient. 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.requests
Methods in com.oracle.bmc.filestorage.requests that return EstimateReplicationRequest Modifier and Type Method Description EstimateReplicationRequest
EstimateReplicationRequest.Builder. build()
Build the instance of EstimateReplicationRequest as configured by this builderEstimateReplicationRequest
EstimateReplicationRequest.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.Builder
EstimateReplicationRequest.Builder. copy(EstimateReplicationRequest o)
Copy method to populate the builder with values from the given instance.
-