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