Uses of Class
com.oracle.bmc.filestorage.requests.CreateReplicationRequest
- 
Packages that use CreateReplicationRequest Package Description com.oracle.bmc.filestorage com.oracle.bmc.filestorage.requests 
- 
- 
Uses of CreateReplicationRequest in com.oracle.bmc.filestorageMethods in com.oracle.bmc.filestorage with parameters of type CreateReplicationRequest Modifier and Type Method Description CreateReplicationResponseFileStorage. createReplication(CreateReplicationRequest request)Creates a new replication in the specified compartment.Future<CreateReplicationResponse>FileStorageAsync. createReplication(CreateReplicationRequest request, AsyncHandler<CreateReplicationRequest,CreateReplicationResponse> handler)Creates a new replication in the specified compartment.Future<CreateReplicationResponse>FileStorageAsyncClient. createReplication(CreateReplicationRequest request, AsyncHandler<CreateReplicationRequest,CreateReplicationResponse> handler)CreateReplicationResponseFileStorageClient. createReplication(CreateReplicationRequest request)Method parameters in com.oracle.bmc.filestorage with type arguments of type CreateReplicationRequest Modifier and Type Method Description Future<CreateReplicationResponse>FileStorageAsync. createReplication(CreateReplicationRequest request, AsyncHandler<CreateReplicationRequest,CreateReplicationResponse> handler)Creates a new replication in the specified compartment.Future<CreateReplicationResponse>FileStorageAsyncClient. createReplication(CreateReplicationRequest request, AsyncHandler<CreateReplicationRequest,CreateReplicationResponse> handler)
- 
Uses of CreateReplicationRequest in com.oracle.bmc.filestorage.requestsMethods in com.oracle.bmc.filestorage.requests that return CreateReplicationRequest Modifier and Type Method Description CreateReplicationRequestCreateReplicationRequest.Builder. build()Build the instance of CreateReplicationRequest as configured by this builderCreateReplicationRequestCreateReplicationRequest.Builder. buildWithoutInvocationCallback()Build the instance of CreateReplicationRequest as configured by this builderMethods in com.oracle.bmc.filestorage.requests with parameters of type CreateReplicationRequest Modifier and Type Method Description CreateReplicationRequest.BuilderCreateReplicationRequest.Builder. copy(CreateReplicationRequest o)Copy method to populate the builder with values from the given instance.
 
-