Uses of Class
com.oracle.bmc.filestorage.responses.CreateReplicationResponse
-
Packages that use CreateReplicationResponse Package Description com.oracle.bmc.filestorage com.oracle.bmc.filestorage.responses -
-
Uses of CreateReplicationResponse in com.oracle.bmc.filestorage
Methods in com.oracle.bmc.filestorage that return CreateReplicationResponse Modifier and Type Method Description CreateReplicationResponse
FileStorage. createReplication(CreateReplicationRequest request)
Creates a new replication in the specified compartment.CreateReplicationResponse
FileStorageClient. createReplication(CreateReplicationRequest request)
Methods in com.oracle.bmc.filestorage that return types with arguments of type CreateReplicationResponse 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)
Method parameters in com.oracle.bmc.filestorage with type arguments of type CreateReplicationResponse 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 CreateReplicationResponse in com.oracle.bmc.filestorage.responses
Methods in com.oracle.bmc.filestorage.responses that return CreateReplicationResponse Modifier and Type Method Description CreateReplicationResponse
CreateReplicationResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.filestorage.responses with parameters of type CreateReplicationResponse Modifier and Type Method Description CreateReplicationResponse.Builder
CreateReplicationResponse.Builder. copy(CreateReplicationResponse o)
Copy method to populate the builder with values from the given instance.
-