Uses of Class
com.oracle.bmc.filestorage.requests.UpdateReplicationRequest
-
Packages that use UpdateReplicationRequest Package Description com.oracle.bmc.filestorage com.oracle.bmc.filestorage.requests -
-
Uses of UpdateReplicationRequest in com.oracle.bmc.filestorage
Methods in com.oracle.bmc.filestorage with parameters of type UpdateReplicationRequest Modifier and Type Method Description UpdateReplicationResponse
FileStorage. updateReplication(UpdateReplicationRequest request)
Updates the information for the specified replication and its associated replication target.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)
UpdateReplicationResponse
FileStorageClient. updateReplication(UpdateReplicationRequest request)
Method parameters in com.oracle.bmc.filestorage with type arguments of type UpdateReplicationRequest 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 UpdateReplicationRequest in com.oracle.bmc.filestorage.requests
Methods in com.oracle.bmc.filestorage.requests that return UpdateReplicationRequest Modifier and Type Method Description UpdateReplicationRequest
UpdateReplicationRequest.Builder. build()
Build the instance of UpdateReplicationRequest as configured by this builderUpdateReplicationRequest
UpdateReplicationRequest.Builder. buildWithoutInvocationCallback()
Build the instance of UpdateReplicationRequest as configured by this builderMethods in com.oracle.bmc.filestorage.requests with parameters of type UpdateReplicationRequest Modifier and Type Method Description UpdateReplicationRequest.Builder
UpdateReplicationRequest.Builder. copy(UpdateReplicationRequest o)
Copy method to populate the builder with values from the given instance.
-