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