Uses of Class
com.oracle.bmc.filestorage.responses.UpdateReplicationResponse
-
Packages that use UpdateReplicationResponse Package Description com.oracle.bmc.filestorage com.oracle.bmc.filestorage.responses -
-
Uses of UpdateReplicationResponse in com.oracle.bmc.filestorage
Methods in com.oracle.bmc.filestorage that return UpdateReplicationResponse Modifier and Type Method Description UpdateReplicationResponse
FileStorage. updateReplication(UpdateReplicationRequest request)
Updates the information for the specified replication and its associated replication target.UpdateReplicationResponse
FileStorageClient. updateReplication(UpdateReplicationRequest request)
Methods in com.oracle.bmc.filestorage that return types with arguments of type UpdateReplicationResponse Modifier and Type Method Description Future<UpdateReplicationResponse>
FileStorageAsync. updateReplication(UpdateReplicationRequest request, AsyncHandler<UpdateReplicationRequest,UpdateReplicationResponse> handler)
Updates the information for the specified replication and its associated replication target.Future<UpdateReplicationResponse>
FileStorageAsyncClient. updateReplication(UpdateReplicationRequest request, AsyncHandler<UpdateReplicationRequest,UpdateReplicationResponse> handler)
Method parameters in com.oracle.bmc.filestorage with type arguments of type UpdateReplicationResponse Modifier and Type Method Description Future<UpdateReplicationResponse>
FileStorageAsync. updateReplication(UpdateReplicationRequest request, AsyncHandler<UpdateReplicationRequest,UpdateReplicationResponse> handler)
Updates the information for the specified replication and its associated replication target.Future<UpdateReplicationResponse>
FileStorageAsyncClient. updateReplication(UpdateReplicationRequest request, AsyncHandler<UpdateReplicationRequest,UpdateReplicationResponse> handler)
-
Uses of UpdateReplicationResponse in com.oracle.bmc.filestorage.responses
Methods in com.oracle.bmc.filestorage.responses that return UpdateReplicationResponse Modifier and Type Method Description UpdateReplicationResponse
UpdateReplicationResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.filestorage.responses with parameters of type UpdateReplicationResponse Modifier and Type Method Description UpdateReplicationResponse.Builder
UpdateReplicationResponse.Builder. copy(UpdateReplicationResponse o)
Copy method to populate the builder with values from the given instance.
-